/* style/blog-huong-dan-dang-ky-kubet.css */
:root {
  --primary-color: #E53935;
  --secondary-color: #FF5A4F;
  --text-main-color: #333333;
  --background-color-light: #F5F7FA;
  --card-background-color: #FFFFFF;
  --border-color: #E0E0E0;
}

.page-blog-huong-dan-dang-ky-kubet {
  background-color: var(--background-color-light);
  color: var(--text-main-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-kubet__hero-section {
  padding-top: 10px; /* Adjusted for shared header offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-kubet__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 20px;
}

.page-blog-huong-dan-dang-ky-kubet__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-kubet__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-kubet__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 600px;
}

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

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

.page-blog-huong-dan-dang-ky-kubet__btn-primary,
.page-blog-huong-dan-dang-ky-kubet__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-huong-dan-dang-ky-kubet__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-huong-dan-dang-ky-kubet__btn-primary:hover {
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-kubet__btn-secondary {
  background: #ffffff;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-huong-dan-dang-ky-kubet__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-kubet__hero-image {
  flex: 1 1 40%;
  text-align: center;
  min-width: 300px;
}

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

.page-blog-huong-dan-dang-ky-kubet__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-huong-dan-dang-ky-kubet__section-title {
  font-size: 2.2em;
  color: var(--primary-color);
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-blog-huong-dan-dang-ky-kubet__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-kubet__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-kubet__list-item {
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-kubet__step-item {
  background-color: var(--card-background-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-kubet__step-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-kubet__step-description {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

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

.page-blog-huong-dan-dang-ky-kubet__link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-kubet__link:hover {
  text-decoration: underline;
}

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

.page-blog-huong-dan-dang-ky-kubet__benefit-card {
  background-color: var(--card-background-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

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

.page-blog-huong-dan-dang-ky-kubet__benefit-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-kubet__benefit-description {
  font-size: 1em;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-kubet__faq-section {
  background-color: var(--background-color-light);
  padding-bottom: 60px;
}

.page-blog-huong-dan-dang-ky-kubet__faq-list {
  max-width: 800px;
  margin: 30px auto 0;
}

.page-blog-huong-dan-dang-ky-kubet__faq-item {
  background-color: var(--card-background-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-kubet__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

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

.page-blog-huong-dan-dang-ky-kubet__faq-qtext {
  flex-grow: 1;
  padding-right: 10px;
}

.page-blog-huong-dan-dang-ky-kubet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  width: 20px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-kubet__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-kubet__faq-answer p {
  margin: 0;
}

.page-blog-huong-dan-dang-ky-kubet__conclusion-section {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-kubet__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-kubet__hero-content {
    order: 2;
  }

  .page-blog-huong-dan-dang-ky-kubet__hero-image {
    order: 1;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-kubet__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }

  .page-blog-huong-dan-dang-ky-kubet__cta-buttons {
    justify-content: center;
  }

  .page-blog-huong-dan-dang-ky-kubet__section-title {
    font-size: 2em;
  }

  .page-blog-huong-dan-dang-ky-kubet__benefit-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-kubet {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-huong-dan-dang-ky-kubet__hero-section {
    padding-top: 10px !important; /* Specific override for mobile, matching general instruction */
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-kubet__hero-container {
    padding: 30px 15px;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-kubet__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-kubet__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-kubet__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-kubet__btn-primary,
  .page-blog-huong-dan-dang-ky-kubet__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General image responsiveness for content area */
  .page-blog-huong-dan-dang-ky-kubet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* Content area containers */
  .page-blog-huong-dan-dang-ky-kubet__content-area,
  .page-blog-huong-dan-dang-ky-kubet__step-item,
  .page-blog-huong-dan-dang-ky-kubet__benefit-card,
  .page-blog-huong-dan-dang-ky-kubet__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-dang-ky-kubet__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-kubet__step-item {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-kubet__step-title {
    font-size: 1.5em;
  }

  .page-blog-huong-dan-dang-ky-kubet__benefit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-kubet__faq-list {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-kubet__faq-item summary {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-kubet__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-huong-dan-dang-ky-kubet__conclusion-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}