/* style/blog-huong-dan-tai-77win-apk.css */

:root {
  --color-primary: #113B7A;
  --color-secondary: #1D5FD1;
  --color-text-main: #F3F8FF;
  --color-text-secondary: #AFC4E8;
  --color-card-bg: #10233F;
  --color-border: #244D84;
  --color-glow: #4FA8FF;
  --color-gold: #F2C14E;
  --color-divider: #1B3357;
  --color-deep-navy: #08162B; /* Body background from shared.css */
  --btn-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
}

/* Base styles for the page content */
.page-blog-huong-dan-tai-77win-apk {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--color-text-main); /* Light text for dark body background */
  background-color: var(--color-deep-navy);
}

.page-blog-huong-dan-tai-77win-apk__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-huong-dan-tai-77win-apk__section-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--color-gold);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-tai-77win-apk__section-description {
  font-size: 18px;
  color: var(--color-text-secondary);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Buttons */
.page-blog-huong-dan-tai-77win-apk__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-huong-dan-tai-77win-apk__btn-primary {
  background: var(--btn-gradient);
  color: var(--color-text-main);
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-tai-77win-apk__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-huong-dan-tai-77win-apk__btn-secondary {
  background: transparent;
  color: var(--color-gold);
  border: 2px solid var(--color-gold);
  box-shadow: none;
}

.page-blog-huong-dan-tai-77win-apk__btn-secondary:hover {
  background: rgba(var(--color-gold), 0.1);
  color: var(--color-gold);
  transform: translateY(-2px);
}

/* Hero Section */
.page-blog-huong-dan-tai-77win-apk__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: var(--color-deep-navy);
}

.page-blog-huong-dan-tai-77win-apk__hero-container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 16px;
}

.page-blog-huong-dan-tai-77win-apk__hero-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-huong-dan-tai-77win-apk__hero-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: var(--color-gold);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-tai-77win-apk__hero-description {
  font-size: 18px;
  color: var(--color-text-secondary);
  margin-bottom: 30px;
}

.page-blog-huong-dan-tai-77win-apk__hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-tai-77win-apk__hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-tai-77win-apk__hero-main-img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Intro Section (Why Download) */
.page-blog-huong-dan-tai-77win-apk__intro-section {
  background-color: var(--color-card-bg);
  padding: 60px 0;
}

.page-blog-huong-dan-tai-77win-apk__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-tai-77win-apk__feature-item {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
}

.page-blog-huong-dan-tai-77win-apk__icon-box-media {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--color-gold);
  box-shadow: 0 0 15px var(--color-glow);
}

.page-blog-huong-dan-tai-77win-apk__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-huong-dan-tai-77win-apk__feature-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.page-blog-huong-dan-tai-77win-apk__feature-text {
  font-size: 16px;
  color: var(--color-text-secondary);
}

/* Guide Section */
.page-blog-huong-dan-tai-77win-apk__guide-section {
  background-color: var(--color-deep-navy);
  padding: 60px 0;
}

.page-blog-huong-dan-tai-77win-apk__step-by-step {
  margin-top: 40px;
}

.page-blog-huong-dan-tai-77win-apk__step-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-gold);
  text-align: center;
  margin: 50px 0 30px;
}

.page-blog-huong-dan-tai-77win-apk__step-content {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
  background-color: var(--color-card-bg);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
}

.page-blog-huong-dan-tai-77win-apk__step-content--reverse {
  flex-direction: row-reverse;
}

.page-blog-huong-dan-tai-77win-apk__step-text {
  flex: 1;
  min-width: 300px;
  color: var(--color-text-secondary);
}

.page-blog-huong-dan-tai-77win-apk__step-text p {
  margin-bottom: 15px;
  font-size: 16px;
}

.page-blog-huong-dan-tai-77win-apk__step-text ol {
  margin-left: 20px;
  padding-left: 0;
  list-style-type: decimal;
}

.page-blog-huong-dan-tai-77win-apk__step-text ol li {
  margin-bottom: 10px;
  font-size: 16px;
}

.page-blog-huong-dan-tai-77win-apk__step-text ol li strong {
  color: var(--color-gold);
}

.page-blog-huong-dan-tai-77win-apk__step-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-tai-77win-apk__step-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Benefits Section */
.page-blog-huong-dan-tai-77win-apk__benefits-section {
  background-color: var(--color-card-bg);
  padding: 60px 0;
}

.page-blog-huong-dan-tai-77win-apk__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-tai-77win-apk__benefit-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
}

.page-blog-huong-dan-tai-77win-apk__benefit-card img {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-huong-dan-tai-77win-apk__benefit-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-gold);
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-blog-huong-dan-tai-77win-apk__benefit-text {
  font-size: 16px;
  color: var(--color-text-secondary);
  padding: 0 20px;
}

/* FAQ Section */
.page-blog-huong-dan-tai-77win-apk__faq-section {
  background-color: var(--color-deep-navy);
  padding: 60px 0;
}

.page-blog-huong-dan-tai-77win-apk__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-tai-77win-apk__faq-item {
  background-color: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-tai-77win-apk__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-gold);
  cursor: pointer;
  outline: none;
  position: relative;
}

.page-blog-huong-dan-tai-77win-apk__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-tai-77win-apk__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-huong-dan-tai-77win-apk__faq-toggle {
  font-size: 28px;
  line-height: 1;
  color: var(--color-gold);
  margin-left: 15px;
}

.page-blog-huong-dan-tai-77win-apk__faq-item[open] .page-blog-huong-dan-tai-77win-apk__faq-toggle {
  content: '−';
}

.page-blog-huong-dan-tai-77win-apk__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: var(--color-text-secondary);
}

.page-blog-huong-dan-tai-77win-apk__faq-answer p {
  margin-top: 10px;
}

/* Bottom CTA Section */
.page-blog-huong-dan-tai-77win-apk__cta-bottom-section {
  background-color: var(--color-card-bg);
  padding: 60px 0;
  text-align: center;
}

.page-blog-huong-dan-tai-77win-apk__cta-bottom-section .page-blog-huong-dan-tai-77win-apk__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

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

  .page-blog-huong-dan-tai-77win-apk__hero-content,
  .page-blog-huong-dan-tai-77win-apk__hero-image {
    flex: none;
    width: 100%;
  }

  .page-blog-huong-dan-tai-77win-apk__hero-buttons {
    justify-content: center;
  }

  .page-blog-huong-dan-tai-77win-apk__step-content,
  .page-blog-huong-dan-tai-77win-apk__step-content--reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-tai-77win-apk__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }
  .page-blog-huong-dan-tai-77win-apk__hero-title {
    font-size: clamp(28px, 8vw, 40px);
  }
  .page-blog-huong-dan-tai-77win-apk__hero-description {
    font-size: 16px;
  }
  .page-blog-huong-dan-tai-77win-apk__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-huong-dan-tai-77win-apk__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General containers and sections */
  .page-blog-huong-dan-tai-77win-apk__container {
    padding: 30px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-tai-77win-apk__section-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-tai-77win-apk__section-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  /* Module 1 (Intro Section) */
  .page-blog-huong-dan-tai-77win-apk__intro-section {
    padding: 40px 0 !important;
  }
  .page-blog-huong-dan-tai-77win-apk__features-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-huong-dan-tai-77win-apk__icon-box-media {
    width: 160px !important;
    height: 160px !important;
    border-width: 3px;
  }
  .page-blog-huong-dan-tai-77win-apk__feature-title {
    font-size: 20px;
  }
  .page-blog-huong-dan-tai-77win-apk__feature-text {
    font-size: 15px;
  }

  /* Guide Section */
  .page-blog-huong-dan-tai-77win-apk__guide-section {
    padding: 40px 0 !important;
  }
  .page-blog-huong-dan-tai-77win-apk__step-title {
    font-size: 26px;
    margin: 30px 0 20px;
  }
  .page-blog-huong-dan-tai-77win-apk__step-content {
    flex-direction: column !important;
    gap: 25px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .page-blog-huong-dan-tai-77win-apk__step-text,
  .page-blog-huong-dan-tai-77win-apk__step-image {
    min-width: unset;
    width: 100%;
  }
  .page-blog-huong-dan-tai-77win-apk__step-text p,
  .page-blog-huong-dan-tai-77win-apk__step-text ol li {
    font-size: 15px;
  }

  /* Benefits Section */
  .page-blog-huong-dan-tai-77win-apk__benefits-section {
    padding: 40px 0 !important;
  }
  .page-blog-huong-dan-tai-77win-apk__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-huong-dan-tai-77win-apk__benefit-card img {
    height: 200px; /* Adjust height for mobile */
  }
  .page-blog-huong-dan-tai-77win-apk__benefit-title {
    font-size: 20px;
  }
  .page-blog-huong-dan-tai-77win-apk__benefit-text {
    font-size: 15px;
  }

  /* FAQ Section */
  .page-blog-huong-dan-tai-77win-apk__faq-section {
    padding: 40px 0 !important;
  }
  .page-blog-huong-dan-tai-77win-apk__faq-item summary {
    padding: 15px 20px !important;
    font-size: 18px !important;
  }
  .page-blog-huong-dan-tai-77win-apk__faq-answer {
    padding: 0 20px 15px !important;
    font-size: 15px !important;
  }
  .page-blog-huong-dan-tai-77win-apk__faq-toggle {
    font-size: 24px !important;
  }

  /* Bottom CTA Section */
  .page-blog-huong-dan-tai-77win-apk__cta-bottom-section {
    padding: 40px 0 !important;
  }
  .page-blog-huong-dan-tai-77win-apk__cta-bottom-section .page-blog-huong-dan-tai-77win-apk__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Universal image and container rules for mobile */
  .page-blog-huong-dan-tai-77win-apk img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-huong-dan-tai-77win-apk__section,
  .page-blog-huong-dan-tai-77win-apk__card,
  .page-blog-huong-dan-tai-77win-apk__container,
  .page-blog-huong-dan-tai-77win-apk__hero-container,
  .page-blog-huong-dan-tai-77win-apk__hero-buttons,
  .page-blog-huong-dan-tai-77win-apk__features-grid,
  .page-blog-huong-dan-tai-77win-apk__step-content,
  .page-blog-huong-dan-tai-77win-apk__benefits-grid,
  .page-blog-huong-dan-tai-77win-apk__faq-list,
  .page-blog-huong-dan-tai-77win-apk__cta-bottom-section .page-blog-huong-dan-tai-77win-apk__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .page-blog-huong-dan-tai-77win-apk__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}