.page-index-gioi-thieu-suncity {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #ffffff;
}

.page-index-gioi-thieu-suncity__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.page-index-gioi-thieu-suncity__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 30px;
}

.page-index-gioi-thieu-suncity__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333333;
}

.page-index-gioi-thieu-suncity__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439;
}

.page-index-gioi-thieu-suncity__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}

.page-index-gioi-thieu-suncity__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-index-gioi-thieu-suncity__btn-primary,
.page-index-gioi-thieu-suncity__btn-secondary,
.page-index-gioi-thieu-suncity__btn-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-gioi-thieu-suncity__btn-primary {
  background: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-index-gioi-thieu-suncity__btn-primary:hover {
  background: #a30606;
  border-color: #a30606;
}

.page-index-gioi-thieu-suncity__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-index-gioi-thieu-suncity__btn-secondary:hover {
  background: #017439;
  color: #ffffff;
}

.page-index-gioi-thieu-suncity__btn-link {
  background: transparent;
  color: #017439;
  border: 1px solid #017439;
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-index-gioi-thieu-suncity__btn-link:hover {
  background: #017439;
  color: #ffffff;
}

.page-index-gioi-thieu-suncity__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-index-gioi-thieu-suncity__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-gioi-thieu-suncity__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}

.page-index-gioi-thieu-suncity__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-gioi-thieu-suncity__dark-section {
  background-color: #017439;
  color: #ffffff;
}

.page-index-gioi-thieu-suncity__dark-section .page-index-gioi-thieu-suncity__section-title,
.page-index-gioi-thieu-suncity__dark-section p,
.page-index-gioi-thieu-suncity__dark-section li {
  color: #ffffff;
}

.page-index-gioi-thieu-suncity__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}

.page-index-gioi-thieu-suncity__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-index-gioi-thieu-suncity__text-block {
  flex: 1 1 55%;
  min-width: 300px;
  line-height: 1.7;
  font-size: 1.05em;
}

.page-index-gioi-thieu-suncity__text-block p {
  margin-bottom: 1em;
}

.page-index-gioi-thieu-suncity__image-block {
  flex: 1 1 35%;
  min-width: 250px;
  text-align: center;
}

.page-index-gioi-thieu-suncity__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-index-gioi-thieu-suncity__services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-index-gioi-thieu-suncity__service-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-index-gioi-thieu-suncity__service-item:hover {
  transform: translateY(-5px);
}

.page-index-gioi-thieu-suncity__service-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-index-gioi-thieu-suncity__service-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #017439;
  margin-bottom: 10px;
}

.page-index-gioi-thieu-suncity__service-item p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-index-gioi-thieu-suncity__button-center {
  text-align: center;
  margin-top: 30px;
}

.page-index-gioi-thieu-suncity__promo-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-index-gioi-thieu-suncity__promo-list li {
  margin-bottom: 0.5em;
}