.hero {
  position: relative;
  min-height: 50rem;
  display: flex;
  align-items: center;
  color: var(--white);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  margin-bottom: 3rem;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 10%,
    rgba(0, 0, 0, 0.25) 90%
  );
}
.hero-inner {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 800px;
}

.section-title {
  font-size: 2.5rem;

  &.accent {
    color: var(--primary);
  }
}
.home .hero .sec-con p {
  color: var(--white);
}
.hero {
  .eyebrow {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
  }

  .g2g-minicon {
    fill: white;
  }

  h1 {
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1.1;
    margin: 18px 0 18px;
  }
  p {
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 26px;
    max-width: 520px;
  }

  .btn-primary {
    text-transform: uppercase;
  }
}

.g2g-minicon {
  width: 2.2rem;
  height: 1rem;
}

.hero-experts {
  margin-top: 6rem;

  .label {
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
}

.avatar-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.avatar-stack {
  display: flex;

  img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.85);
    margin-left: -0.7rem;
  }

  img:first-child {
    margin-left: 0;
  }
}
.avatar-row p {
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.5;
  max-width: 500px;
}
/* ---------- LOGO STRIP ---------- */
.partners-swiper {
  .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .swiper-slide {
    width: calc(100% / 7);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  img {
    height: 2.8rem;
  }
}
/* ---------- ABOUT ---------- */
.sub-title {
  position: relative;
  padding-left: 35px;
}
.sub-title img {
  position: absolute;
  left: 0;
  top: 5px;
}
.sub-title h3 {
  font-size: 16px;
  font-weight: 500;
}
.home section .sec-con h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-bottom: 1.5rem;
}
.home section .sec-con p {
  color: var(--text-muted);
  font-weight: 200;
  line-height: 1.5;
}
#home-about {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 3rem;
}

.about-img {
  flex: 1;
  min-width: 0;
  height: 30.75rem;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.sub-title {
  margin-bottom: 1.5rem;
}
.about-text {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;

  .g2g-minicon {
    fill: var(--color);
  }
}

.about-features {
  display: flex;
  flex-direction: row;
  gap: 2.625rem;
  margin-top: 3.125rem;
}

.section-sub {
  color: var(--text-muted);
  font-weight: 200;
  line-height: 1.5;
}

.feature-icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.feature-item {
  max-width: 18.75rem;

  h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4375rem;
    margin: 1rem 0;
  }
  p {
    color: var(--text-muted);
    font-weight: 200;
    line-height: 1.4375rem;
  }
}
.social-mxh {
  .tiktok-embed {
    min-width: unset !important;
    border-radius: 16px;
  }
}
.home .industry {
  margin-top: -16px;
}
.home .class-schedule {
  margin-top: -0.5rem;
}
.home .gallery-wrap {
  margin-top: -1.2rem;
  .news-header {
    margin-bottom: 2.5rem;
  }
  .swiper-pagination {
    bottom: 0;
  }
}

/* ---------- NEWS ---------- */

.news {
  .section-title {
    padding: 0.5rem 0 1rem;
  }
}
.home .news .news-grid .featured {
  max-width: 570px;
}
.home .news .sec-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: center;
  p {
    text-align: center;
    max-width: 486px;
  }
}
.news-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.5rem;
}
.home .gallery .sec-head {
  display: flex;
  .box {
    display: flex;
    flex-basis: 50%;
    justify-content: center;
  }
  h2 {
    margin: 0 0 1.5rem 0;
  }
  .left-box {
    flex-direction: column;
    a {
      width: fit-content;
    }
  }
  .right-box {
    justify-content: flex-end;
    .wrap {
      max-width: 455px;
      display: flex;
      align-items: center;
      color: var(--text-muted);
    }
  }
}
.home .gallery .news-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.5rem;
}
.txt-p p {
  color: var(--text-muted);
  font-size: 0.9375rem;
  margin-top: 0.5rem;
  line-height: 1.5;
  font-weight: 200;
}
.home .gallery .swiper-slide h4 {
  font-weight: 800;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}
.card-post {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 16px;
  display: flex;
  flex-direction: column;

  &:hover {
    .post-title {
      color: var(--primary);
    }
  }

  .thumb img {
    border-radius: var(--border-radius);
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .post-title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 16px 0 8px;
    transition: all 0.2s ease-in-out;
  }
  .post-excerpt {
    color: var(--text-muted);
    font-weight: 200;
    @include line-truncate(2, 1.4rem);
  }
  &.featured {
    flex: 1;
    .btn {
      margin-top: 20px;
      align-self: flex-start;
      text-transform: uppercase;
    }
    h4 {
      padding: 20px 0 15px 0;
    }
  }
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: var(--font-size-sm);
  margin-top: 1.2rem;
  font-weight: 300;
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1.3;
}

.related-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 1rem;

  &:hover {
    .post-title {
      color: var(--primary);
    }
  }
  .thumb img {
    width: 100%;
    aspect-ratio: 255/171;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .related-body {
    padding-top: 0;
    flex: 1;
    min-width: 0;
  }
  .post-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 8px;
    transition: all 0.2s ease-in-out;
  }
  .post-excerpt {
    padding: 15px 0;
    color: var(--text-muted);
    font-weight: 200;
  }
  .post-meta {
    margin-top: 0;
  }
}

/* ---------- SECTION HEADER W/ ARROWS ---------- */
.home .section-head-row .sec-con p {
  max-width: 500px;
}
.section-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 1.75rem;

  .section-title {
    margin: 0.7rem 0 1.3rem;
  }

  .section-sub {
    max-width: 500px;
  }
}
.home .achivements .sec-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: center;

  .sec-con {
    text-align: center;
  }
  p {
    max-width: 545px;
  }
}
.bg-gray {
  background: linear-gradient(to bottom, var(--white) 0%, #ececec 100%);
}
.home .achivements {
  padding: 3rem 0;
  margin-bottom: 0;
}
.home .achivements .thumb img {
  border-radius: 15px;
}
.home .achivements .sec-main {
  display: flex;
  gap: 20px;
}
.home .achivements .list-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.home .achivements .item-achivement {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  background: var(--white);
  padding: 24px;
  border-radius: 16px;
}
.home .achivements .item-achivement .icon {
  width: 24px;
}
.home .achivements .item-achivement .desc h4 {
  padding: 25px 0 17px 0;
  font-size: 25px;
  font-weight: 600;
}
/* ---------- JOB CARDS ---------- */

.jobs-swiper {
  margin: 0 -1rem;
  padding: 0.5rem;

  /* min-width 21rem = job-card 20rem (320px) + 1rem padding hai bên của slide */
  .swiper-slide {
    width: calc(100% / 3);
    min-width: 21rem;
    padding: 0 0.5rem;
  }
}

.job-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 32.125rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
  color: #fff;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;

  &:hover {
    &:after {
      height: 90%;
    }
  }

  &:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      var(--secondary) 100%
    );
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  > * {
    position: relative;
    z-index: 1;
  }
  h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 5px;
  }

  .btn {
    text-transform: uppercase;
  }
}

.job-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.job-body .desc {
  max-width: 235px;
  padding-bottom: 10px;

  p {
    margin-bottom: 5px;
  }
}
.job-meta {
  list-style: none;

  li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.nav-slide {
  display: flex;
  gap: 1.3rem;
}

/* ---------- LINK "XEM TẤT CẢ" + ROUND ARROW ---------- */

.round-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}

.arrow-up-right-icon {
  width: 1rem;
  height: 1rem;
}

.link-all {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  font-weight: 500;

  &:hover {
    color: var(--primary);

    .round-arrow {
      background: var(--primary);
      color: var(--white);
    }
  }

  &.accent {
    color: var(--primary);
    font-weight: 600;
  }
}

.btn-prev,
.btn-next {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;

  &:hover {
    svg {
      stroke: var(--secondary);
    }
  }

  svg {
    width: 2.7rem;
    height: 1rem;
    transition: all 0.2s ease-in-out;
    stroke: var(--color);
  }
}

.btn-prev {
  transform: rotate(180deg);
}

/* ---------- SCHEDULE ---------- */

.check-icon {
  width: 1rem;
  height: 1rem;
}

.schedule-swiper {
  margin: 0 -1rem;
  padding: 0.5rem;

  .swiper-slide {
    width: calc(100% / 4);
    padding: 0 0.5rem;
  }
}
.schedule-card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  background: linear-gradient(
    to bottom,
    rgba(236, 236, 236, 0.5),
    rgba(255, 255, 255, 0)
  );
  display: flex;
  flex-direction: column;
  gap: 1.1rem;

  .schedule-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .schedule-level {
    color: var(--secondary);
    font-weight: 700;
    font-size: 13px;
  }
  .schedule-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--border);
    background: #f0f0f0;
    border-radius: var(--radius-pill);
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .schedule-code {
    font-size: 28px;
    font-weight: 700;
  }
  .schedule-date {
    color: var(--text-muted);
    font-weight: 200;
    font-size: 13px;
    margin-top: 4px;
  }
  .schedule-desc-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
  }
  .schedule-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .schedule-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: var(--font-size-sm);
    font-weight: 200;
    line-height: 1.4rem;
  }
  .schedule-list svg {
    color: var(--secondary);
    flex-shrink: 0;
  }

  .btn {
    text-transform: uppercase;
  }
}

/* ---------- GALLERY ---------- */
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.gallery-wrap {
  overflow: hidden;
  width: 100%;

  .section-title {
    margin: 0.5rem 0 1rem;
  }

  .container {
    padding-bottom: 50px;
    position: relative;
  }
}

.gallery-swiper {
  margin: 2rem 0 0;
  padding: 0.5rem;
  overflow: visible;
  .swiper-wrapper {
    align-items: flex-end;
    transition-timing-function: linear !important;
  }

  .swiper-slide {
    width: calc(100% / 4);
    padding: 0 0.5rem;

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: var(--radius-lg);
      aspect-ratio: 3/4;
    }

    &:nth-child(even) img {
      aspect-ratio: 3/5;
    }
  }
}

/* ---------- FAQ ---------- */

.faq-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.25rem;

  > div:first-child {
    max-width: 38rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
  }
}
.home .faq-layout .right-box .desc {
  margin-top: -25px;
}
.faq-contact-card {
  max-width: 19.75rem;
  background: linear-gradient(to bottom, var(--white) 0%, transparent 100%);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  .icon-badge {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 1rem;
  }
  p {
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin-top: 0.5rem;
    line-height: 1.5;
    font-weight: 200;
  }
}

.faq-contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;

  > span {
    font-weight: 600;
    font-size: 0.9375rem;
  }
  &:hover {
    > span {
      color: var(--primary);
    }
    .round-arrow {
      background: var(--primary);
      color: var(--white);
    }
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  max-width: 44.125rem;
  .faq-item:last-child {
    border-bottom: none;
  }
}

.faq-item {
  border-bottom: 1px solid var(--border);

  summary {
    list-style: none;
    padding: 20px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;

    &::-webkit-details-marker {
      display: none;
    }
    .faq-num {
      display: block;
      color: var(--text-muted);
      font-weight: 200;
      font-size: 12px;
      margin-bottom: 6px;
    }

    .faq-q {
      flex: 1;
      font-size: 16px;
      font-weight: 500;
    }
    .icon-plus,
    .icon-minus {
      width: 1.5rem;
      height: 1.5rem;
      flex-shrink: 0;
    }
  }

  .faq-a {
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 200;
    line-height: 1.55;
    padding: 0 4px 20px;
  }

  &[open] .icon-plus {
    display: none;
  }
  &:not([open]) .icon-minus {
    display: none;
  }
}

/* ---------- REVIEW ---------- */
.curve-section {
  width: 100%;
  position: relative;
  padding: 40px 20px;
  text-align: center;
  margin-top: -250px;
}

.curve-container {
  position: relative;
  width: 100%;
  height: 300px;
}
.curve-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.curve-path {
  fill: none;
  stroke: #ffa500;
  stroke-width: 2.5;
}

.review {
  padding: 3rem 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
  .sec-con h2 {
    color: var(--primary);
  }
  .news-header {
    margin-bottom: 3rem;
    .sec-con {
      text-align: center;
      p {
        max-width: 510px;
      }
    }
  }
}
/* --- ARC & AVATARS CONTAINER --- */
.arc-container {
  position: relative;
  width: 100%;
  height: 180px;
  margin: -235px 0 auto;
  z-index: 10;
}

.arc-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.arc-line {
  fill: none;
  stroke: #eaa40a;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.avatars-wrapper {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.avatar-item {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform, left, opacity;
  transition:
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    left 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.8s ease;
}
.avatar-slot-0 {
  left: 5%;
  transform: translateY(-90px) scale(0.9);
  top: -5px;
}
.avatar-slot-1 {
  top: 105px;
  left: 27.5%;
  transform: translateY(-33px) scale(1);
}
.avatar-slot-2 {
  top: 85px;
  left: 50%;
  transform: translate(-50%, 5px) scale(1.1);
}
.avatar-slot-3 {
  top: 80px;
  left: 72.5%;
  transform: translateY(-33px) scale(1);
}
.avatar-slot-4 {
  top: 0;
  left: 95%;
  transform: translate(-100%, -90px) scale(0.9);
}
.avatar-item.active {
  width: 145px;
  height: 145px;
  z-index: 30;
  transform: translate(-50%, 5px) !important;
}

.avatar-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.avatar-item.active img {
  filter: grayscale(0%) opacity(1);
}

.home .testimonial-swiper {
  padding-top: 16rem;
  position: relative;
  overflow: visible !important;
}

.review .swiper-slide {
  opacity: 0.5;
  will-change: transform, opacity, filter;
  transition:
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.review .swiper-slide-active {
  opacity: 1;
  transform: scale(1.03);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  border-color: #e2e8f0;
  cursor: default;
}

.testimonial-card {
  flex: 0 0 580px;
  background: #ffffff;
  padding: 32px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.testimonial-quote {
  color: #1e293b;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 25px;
  font-weight: 400;
}

.author-name {
  color: #1e3a8a;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.author-title {
  color: #64748b;
  font-size: 0.9rem;
  margin-top: 4px;
  font-weight: 500;
}

/* Controls */
.swiper-button-next,
.swiper-button-prev {
  width: 46px;
  height: 46px;
  background: #1e293b;
  border-radius: 50%;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  z-index: 40;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #2563eb;
  transform: scale(1.08);
}

.swiper-button-prev {
  left: -10px;
}
.swiper-button-next {
  right: -10px;
}

@media (max-width: 768px) {
  .arc-container {
    height: 130px;
  }
  .avatar-item.active {
    transform: translate(-50%, 5px) scale(1.7) !important;
  }
  .swiper-button-prev {
    left: 0px;
  }
  .swiper-button-next {
    right: 0px;
  }
  .testimonial-card {
    padding: 30px 20px;
  }
}

.review-card {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  height: 23.75rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 0.25rem;
}

.review-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.review-name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4375rem;
}

.review-tag {
  background: #e4e4e4;
  color: var(--text-muted);
  border-radius: var(--radius-pill);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4375rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.review-quote {
  line-height: 1.4375rem;
}

.review-result {
  border-left: 1px solid var(--primary);
  padding: 0.75rem;

  p {
    color: var(--text-muted);
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

/* ---------- WHY G2G ---------- */

.why-g2g {
  background: linear-gradient(to bottom, #ececec 0%, var(--white) 100%);
  padding: 3rem 0;
}

.why-head {
  display: flex;
  align-items: flex-end;
  gap: 3.25rem;
  margin-bottom: 3rem;

  .section-left {
    width: 38rem;
    flex-shrink: 0;
  }

  .eyebrow {
    margin-bottom: 1.5rem;
  }

  .section-title {
    line-height: 2.875rem;
    max-width: 426px;
  }

  .section-sub {
    flex: 1;
  }
}

.why-body {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}

.why-img {
  width: 37.5rem;
  height: 45rem;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.why-list {
  flex: 1;
  min-width: 0;
  list-style: none;
  .why-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.why-item {
  border-bottom: 1px solid #ebebed;
  padding: 1rem 0;

  p {
    color: var(--text-muted);
    line-height: 1.4375rem;
  }
}

.why-item-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;

  h3 {
    font-size: 1rem;
    font-weight: 500;
  }
}

.why-num {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: var(--radius-pill);
  background: #ebebed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
}

/* ---------- PROGRAMS ---------- */
.programs {
  position: relative;
  padding: 3rem 0 5rem;
  margin-bottom: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;

  &::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .news-header {
    max-width: 500px;
    margin: 0 auto 10.5rem;
    text-align: center;
  }
  .container {
    position: relative;
    z-index: 1;
  }
}

.program-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
}

.program-card {
  flex: 1;
  max-width: 27.125rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.25rem;
}

.program-icon {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;

  &.program-icon-round {
    border-radius: var(--radius-pill);
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    img {
      width: 1.5rem;
      height: 1.5rem;
      object-fit: cover;
    }
  }
}

.program-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  p {
    color: var(--text-muted);
    font-weight: 200;
    line-height: 1.4375rem;
  }
}

.program-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  .g2g-minicon {
    fill: var(--color);
  }
}
/* ---------- SERVICES ---------- */

.services {
  background: linear-gradient(to bottom, #ececec 0%, var(--white) 100%);
  padding-top: 6rem;
  margin-bottom: 0;
}

.services-body {
  display: flex;
  gap: 3.75rem;
}

.services-img {
  flex: 0 1 37.5rem;
  min-width: 12rem;
  height: 43.9375rem;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.services-list {
  flex: 1 0 26rem;
  min-width: 0;
}

.service-item {
  border-bottom: 1px solid #ebebed;

  summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2.25rem 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

    &::-webkit-details-marker {
      display: none;
    }

    &:hover .service-toggle {
      background: var(--secondary);
      color: var(--white);
    }
  }

  &[open] summary {
    padding-bottom: 1.5rem;
  }

  &[open] .chevron-icon {
    transform: rotate(180deg);
  }
}
.service-item:last-child {
  border-bottom: none;
}

.service-q {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.8;
}

.service-toggle {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: var(--radius-pill);
  background: #ebebed;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.chevron-icon {
  width: 12px;
  /* height: 1.5rem; */
  transition: all 0.2s ease-in-out;
}

.service-a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 2.25rem;

  .thumb {
    width: 14.4375rem;
    height: 14.4375rem;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: var(--radius-lg);
  }
}

.service-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;

  p {
    color: var(--text-muted);
    line-height: 1.4375rem;
  }
}

/* ---------- ROADMAP ---------- */
.roadmap {
  background: linear-gradient(to bottom, var(--white) 0%, #ececec 100%);
  padding: 3rem 0;
  overflow: hidden;
}

.roadmap-inner {
  display: flex;
  align-items: center;
  gap: 7.6875rem;
}

.roadmap-intro {
  padding: 0.5rem 0;
  width: 22.125rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: stretch;
  gap: 2rem;

  .eyebrow {
    margin-bottom: 1.5rem;
  }

  .section-title {
    line-height: 2.875rem;
    margin-bottom: 1.5rem;
  }
}

/* slider tràn mép phải: margin-right âm bằng đúng gutter của .container.
   50% = nửa bề ngang .roadmap-inner, 50vw = nửa viewport → hiệu số chính là gutter. */
.roadmap-swiper {
  flex: 1;
  min-width: 0;
  margin-left: -0.75rem;
  margin-right: calc(50% - 50vw);
  padding: 0.5rem 0;

  .swiper-slide {
    width: calc(100% / 2.8);
    padding: 0 0.75rem;
    height: auto;
  }
}

.step-card {
  position: relative;
  overflow: hidden;
  height: 24.875rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.25rem;

  > * {
    position: relative;
    z-index: 1;
  }
}

.step-deco {
  position: absolute;
  top: -3.5625rem;
  left: 11.8125rem;
  width: 28.75rem;
  height: 10.4375rem;
  z-index: 0;
  pointer-events: none;
}

.step-tag {
  border-radius: var(--radius-pill);
  background: #ededed;
  border: 1px solid #ebebed;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  white-space: nowrap;

  &.step-tag-flag {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;

    img {
      width: 1.125rem;
      height: 1.125rem;
      object-fit: cover;
    }
  }
}

.step-badge {
  width: 2.625rem;
  height: 1.625rem;
  object-fit: contain;
}

.step-body {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.step-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;

  h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4375rem;
  }
  p {
    color: var(--text-muted);
    line-height: 1.4375rem;
    @include line-truncate(5, 1.4375rem);
  }
}

.step-foot {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.step-foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.step-flag {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: cover;
}

/* thanh tiến trình: --step = bước hiện tại trên tổng 6 bước */
.step-line {
  width: 19rem;
  max-width: 100%;
  height: 0.25rem;
  border-radius: var(--radius-pill);
  background: #ededed;
  overflow: hidden;

  &::before {
    content: "";
    display: block;
    height: 100%;
    width: calc(var(--step) / 6 * 100%);
    border-radius: var(--radius-pill);
    background: var(--secondary);
  }
}

/* ---------- CONTACT CTA ---------- */

.contact-cta {
  background: linear-gradient(to bottom, #ececec 0%, var(--white) 100%);
  padding-left: 5rem;
  padding-right: 5rem;
  margin-bottom: 0;
  overflow: hidden;
}

.contact-stage {
  position: relative;
  height: 37.75rem;
  margin-bottom: 3rem;
}

.contact-inner {
  position: absolute;
  top: 3.8125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30.375rem;
  max-width: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact-head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;

  .section-title {
    line-height: 2.5625rem;
  }

  .muted {
    color: var(--text-muted);
  }

  .section-sub {
    text-align: center;
  }
}

.contact-deco {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: var(--radius-pill);
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
  }
}

.contact-deco-1 {
  top: 1.25rem;
  left: calc(50% + 19.875rem);
}

.contact-deco-2 {
  top: 25.6875rem;
  left: calc(50% - 29.375rem);
}

.contact-photo {
  position: absolute;
  width: 10.625rem;
  height: 12.5rem;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.contact-photo-right {
  top: 23.3125rem;
  left: calc(50% + 24rem);
  transform: rotate(12deg);
}

.contact-photo-left {
  position: absolute;
  top: 2.3516rem;
  left: calc(50% - 35.25rem);
  width: 11.3125rem;
  height: 13.625rem;
  transform: rotate(-12deg);

  img {
    position: absolute;
    top: 1.125rem;
    left: 0;
    width: 10.625rem;
    height: 12.5rem;
    object-fit: cover;
    border-radius: var(--radius-lg);
  }

  .contact-deco-3 {
    top: 0;
    left: 8.1875rem;
    width: 3.7064rem;
    height: 3.7064rem;
    display: flex;
    align-items: center;

    img {
      width: 1.7791rem;
      height: 1.7791rem;
      position: static;
    }
  }
}

.contact-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.contact-social-label {
  font-weight: 600;
  line-height: 1.3125rem;
}
.social-mxh {
  text-align: center;
  h2 {
    color: var(--primary);
  }
  .social-list {
    margin: 0 auto 30px;
  }
  .sec-con {
    max-width: 550px;
    p {
      max-width: unset;
    }
  }
  .swiper-slide {
    a {
      display: flex;
    }
    img {
      display: flex;
      width: 100%;
      height: 441px;
      object-fit: cover;
      border-radius: 16px;
    }
  }
}
.social-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  width: fit-content;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: var(--color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;

  svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  &:hover {
    background: var(--primary);
  }
}
.home .videos .nav-slide {
  justify-content: flex-end;
}
