.platform-banner {
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: 'Avant Garde';
}
.title-nentang{
    width: 50%;
}
.banner-title {
  font-size: 41px;
  font-weight: bold;
  color: #ff6b6b;
}

.banner-subtitle {
  font-size: 20px;
  margin-top: 10px;
}

.sub-title-small {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 10px;
}

.platform-intro {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.platform-logo {
      width: 170px;
  margin-bottom: 10px;
}
.title-logo{
    display: flex;
    font-family: 'SVN-Aguda';
    flex-direction: column;
    line-height: 1.3;
}
.platform-tagline {
  font-size: 80px;
  font-weight: 800;
  color: #3d3daa;
  margin: 0;
}
.platform-tagline-sub {
  font-size: 48px;
  font-weight: 800;
  color: #3d3daa;
  margin: 0;
}
.platform-content {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.content-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.content-html {
  margin-bottom: 20px;
  color: #333;
  font-family: 'Avant Garde';
}

.btn-orange {
  background-color: #ff6b6b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Avant Garde';
}

.btn-orange.small {
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    left: 80%;
    bottom: 10%;
}

.platform-customers {

  background: #f7f7ff;
  display: flex;
  font-family: 'SVN-Aguda';
}

.customers-title {
  font-size: 70px;
  font-weight: bold;
  color: #3d3daa;
  width: 770px;
  line-height: 1;
}

.customers-title .highlight {
  /* color: #ff6b6b; */
  position: relative;
    left: 30%;
}

.customer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.customer-logo {
  max-height: 150px;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
  background: white;
  border-radius: 12px;
  padding: 10px;
}


.hangmuc-section {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
.hang-muc{
  width: 75%;
  position: relative;
  background: #fff;
  border-radius: 32px;
  margin-top: -25%;

}

.title-section{
  display: flex;
  background: #fff;
  border-radius: 32px;
  padding: 85px;
}
.section-title {
  font-size: 80px;
  font-weight: 700;
  color: #3d3daa;
  font-family: 'SVN-Aguda';
  margin-bottom: 60px;
}

.section-title .orange-text {
  /* color: #ff6600; */
  position: relative; 
  left: 50%;
}

.hangmuc-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hangmuc-left, .hangmuc-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hangmuc-center {
  flex: 1;
  text-align: center;
  position: relative;
}

.human-img {
  /* position: absolute;
  left: -80px; */
  bottom: 0;
  width: 356px;
}

.center-img {
  width: 100%;
  /* max-width: 280px; */
  margin: auto;
}

.hangmuc-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  font-family: 'Avant Garde';
}

.hangmuc-left .hangmuc-box h4 {
  margin: 0 0 10px;
  color: #302683;
  font-weight: 700;
  text-align: right;
}

.hangmuc-right .hangmuc-box h4 {
  margin: 0 0 10px;
  color: #302683;
  font-weight: 700;
  text-align: left;
}
.fields-section {
  text-align: center;
  padding: 50px 20px;
  font-family: 'Avant Garde';
}

.section-title {
  font-size: 64px;
  font-weight: bold;
  color: #3e229c;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #3e229c;
  margin-bottom: 40px;
}

.fields-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.field-item {
  width: 252px;
  height: 588px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 1;
}

.field-item:hover {
  transform: translateY(-5px);
}

.field-overlay {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.field-overlay h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 20px 10px;
}

.see-more {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  margin: 0 20px 0;
}
.linhvuc-section{
  position: relative;
    margin-top: -30%;
}
.unik-news-title{
  color: #FF6740;
}
.unik-news-subtitle{
  font-size: 72px;
}
/* 4K - Giới hạn max width */
@media screen and (min-width: 2560px) {
  .container, .hang-muc {
    max-width: 1600px;
    margin: 0 auto;
  }
}

/* Laptop 1024px - 1440px: Không cần đổi layout nhiều */
@media screen and (max-width: 1440px) {
  .section-title {
    font-size: 60px;
  }

  .platform-tagline {
    font-size: 60px;
  }

  .platform-tagline-sub {
    font-size: 36px;
  }

  .customers-title {
    font-size: 50px;
  }

  .btn-orange.small {
    left: 65%;
  }

  .human-img {
    width: 250px;
  }

  .center-img {
    max-width: 250px;
  }
}

/* Tablet: đổi layout 2 cột */
@media screen and (max-width: 992px) {
  .hangmuc-content {
    flex-direction: column;
    align-items: center;
  }
  .customer-logos{
    justify-content: flex-start;
  }

  .hangmuc-left, .hangmuc-right {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .hangmuc-box {
    width: 48%;
  }

  .hangmuc-center {
    order: -1;
    margin-bottom: 40px;
  }

  .title-section {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .human-img {
    width: 200px;
  }

  .section-title {
    font-size: 48px;
    text-align: center;
  }
}

/* Mobile: 1 cột dọc */
@media screen and (max-width: 576px) {
  .hangmuc-left, .hangmuc-right {
    flex-direction: column;
    gap: 16px;
  }

  .hangmuc-box {
    width: 100%;
  }

  .title-section {
    padding: 20px;
  }

  .section-title {
    font-size: 36px;
  }

  .platform-tagline {
    font-size: 36px;
  }

  .platform-tagline-sub {
    font-size: 24px;
  }

  /* .customers-title {
    font-size: 32px;
  } */

  .btn-orange.small {
    left: auto;
    bottom: auto;
    margin: 20px auto;
    /* display: block; */
  }

  .center-img, .human-img {
    max-width: 100%;
    width: 100%;
    display: none;
  }
 .human-img {
    max-width: 100%;
    width: 100%;
  }
}
