.page-app-di-dong-s66 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-app-di-dong-s66__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-app-di-dong-s66__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-app-di-dong-s66__hero-content {
  flex: 1 1 500px;
  color: #1F2D3D;
}

.page-app-di-dong-s66__hero-title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-app-di-dong-s66__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-app-di-dong-s66__hero-image {
  flex: 1 1 450px;
  text-align: center;
}

.page-app-di-dong-s66__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-app-di-dong-s66__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-app-di-dong-s66__cta-buttons--center {
  justify-content: center;
  margin-top: 40px;
}

.page-app-di-dong-s66__btn-primary,
.page-app-di-dong-s66__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-app-di-dong-s66__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-app-di-dong-s66__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-app-di-dong-s66__btn-secondary {
  background-color: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-app-di-dong-s66__btn-secondary:hover {
  background-color: #f0f5ff;
  color: #2558cc;
  border-color: #2558cc;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-app-di-dong-s66__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-app-di-dong-s66__section-title {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-app-di-dong-s66__section-title--white {
  color: #ffffff;
}

.page-app-di-dong-s66__section-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #1F2D3D;
}

.page-app-di-dong-s66__section-subtitle--white {
  color: #f0f0f0;
}

.page-app-di-dong-s66__features-section {
  background-color: #F4F7FB;
}

.page-app-di-dong-s66__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-app-di-dong-s66__feature-card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #1F2D3D;
}

.page-app-di-dong-s66__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-app-di-dong-s66__icon-box-media {
  width: 200px;
  height: 200px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #D6E2FF; /* Border */
  box-shadow: 0 0 0 8px #A5C4FF; /* Glow */
}

.page-app-di-dong-s66__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* Ensure circular shape */
  display: block;
}

.page-app-di-dong-s66__feature-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-app-di-dong-s66__feature-description {
  font-size: 1em;
  color: #1F2D3D;
}

.page-app-di-dong-s66__guide-section {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-app-di-dong-s66__guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-app-di-dong-s66__guide-step {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-app-di-dong-s66__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #A5C4FF; /* Glow */
  margin-bottom: 15px;
}

.page-app-di-dong-s66__step-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-app-di-dong-s66__step-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-app-di-dong-s66__image-center {
    text-align: center;
    margin-bottom: 40px;
}

.page-app-di-dong-s66__guide-image {
    max-width: 800px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-app-di-dong-s66__benefits-section {
  background-color: #F4F7FB;
}

.page-app-di-dong-s66__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-app-di-dong-s66__benefit-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  color: #1F2D3D;
}

.page-app-di-dong-s66__benefit-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-app-di-dong-s66__benefit-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}

.page-app-di-dong-s66__benefit-description {
  font-size: 1em;
  color: #1F2D3D;
}

.page-app-di-dong-s66__faq-section {
  background-color: #F4F7FB;
}

.page-app-di-dong-s66__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-app-di-dong-s66__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #1F2D3D;
}

.page-app-di-dong-s66__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #000000; /* Custom Color_1776249996415 */
  list-style: none;
  user-select: none;
}

.page-app-di-dong-s66__faq-question::-webkit-details-marker {
  display: none;
}

.page-app-di-dong-s66__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2F6BFF;
}

.page-app-di-dong-s66__faq-item[open] .page-app-di-dong-s66__faq-toggle {
  content: '−';
}

.page-app-di-dong-s66__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #1F2D3D;
}

.page-app-di-dong-s66__faq-answer p {
  margin-bottom: 0;
}

.page-app-di-dong-s66__faq-answer a {
    color: #2F6BFF;
    text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-app-di-dong-s66 {
    font-size: 15px;
  }

  .page-app-di-dong-s66__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-app-di-dong-s66__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

  .page-app-di-dong-s66__hero-title {
    font-size: 2em;
    text-align: center;
  }

  .page-app-di-dong-s66__hero-description {
    font-size: 1em;
    text-align: center;
  }

  .page-app-di-dong-s66__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 15px;
  }

  .page-app-di-dong-s66__btn-primary,
  .page-app-di-dong-s66__btn-secondary,
  .page-app-di-dong-s66 a[class*="button"],
  .page-app-di-dong-s66 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;
    padding-right: 15px;
    text-align: center;
  }

  .page-app-di-dong-s66__hero-image {
    order: -1; /* Move image above content on mobile */
  }

  .page-app-di-dong-s66__content-area {
    padding: 40px 15px;
  }

  .page-app-di-dong-s66__section-title {
    font-size: 1.8em;
  }

  .page-app-di-dong-s66__section-subtitle {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-app-di-dong-s66__features-grid,
  .page-app-di-dong-s66__guide-grid,
  .page-app-di-dong-s66__benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-app-di-dong-s66__icon-box-media {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }

  .page-app-di-dong-s66__feature-title,
  .page-app-di-dong-s66__step-title,
  .page-app-di-dong-s66__benefit-title {
    font-size: 1.3em;
  }

  .page-app-di-dong-s66__guide-image,
  .page-app-di-dong-s66__hero-side-image,
  .page-app-di-dong-s66__benefit-image,
  .page-app-di-dong-s66 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  
  .page-app-di-dong-s66__section,
  .page-app-di-dong-s66__card,
  .page-app-di-dong-s66__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-app-di-dong-s66__faq-question {
    padding: 18px 20px;
    font-size: 1em;
  }

  .page-app-di-dong-s66__faq-answer {
    padding: 0 20px 18px;
  }
}

@media (max-width: 480px) {
  .page-app-di-dong-s66__hero-title {
    font-size: 1.8em;
  }

  .page-app-di-dong-s66__section-title {
    font-size: 1.6em;
  }

  .page-app-di-dong-s66__icon-box-media {
    width: 120px;
    height: 120px;
  }
}