.khen-member-s3 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f7f2e7;
  background-image: url("../images/bgquyenloi.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 6px solid #0f3d82;
  padding: 64px 0 56px;
}

.khen-member-s3-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.khen-member-s3-heading {
  margin: 0;
  text-align: center;
  color: #103e84;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  text-transform: capitalize;
}

.khen-member-s3-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.khen-member-s3-item-mark {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(16, 62, 132, 0.55);
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.khen-member-s3-item-title {
  margin: 0;
  color: #0f3d82;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: none;
}

.khen-member-s3-item-desc {
  margin: 12px 0 0;
  color: #133f82;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.khen-member-s3-cta {
  margin-top: 62px;
  background: #f4e8d3;
  padding: 50px 54px;
  display: grid;
  grid-template-columns: minmax(280px, 384px) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
}

.khen-member-s3-aladdin-image {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  border-radius: 12px;
}

.khen-member-s3-card-visual {
  width: 100%;
  max-width: 384px;
  aspect-ratio: 1.82;
  border-radius: 12px;
  padding: 28px 28px 24px;
  background-color: #0e3f8a;
  background-image: url("../images/framettvcard.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.khen-member-s3-card-logo {
  width: 106px;
  height: auto;
}

.khen-member-s3-card-text {
  margin: 0;
  font-family: "Khen Gesco", "HF Gesco", var(--khen-font-gesco, "Khen BeVietnamPro", sans-serif);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(180deg, #a6a6a6 0%, #666666 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.khen-member-s3-card-text span {
  display: block;
}

.khen-member-s3-card-text .khen-member-s3-texttv {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
}

.khen-member-s3-cta-title {
  margin: 0;
  color: #f68a1f;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.khen-member-s3-cta-link {
  margin-top: 28px;
  display: inline-block;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  color: #121212;
  border-bottom: 2px solid #f68a1f;
  padding-bottom: 6px;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

.khen-member-s3-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.khen-member-s3-modal.hidden {
  display: none;
}

.khen-member-s3-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.khen-member-s3-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  background: #fff7ea;
  border-radius: 14px;
  padding: 42px 22px 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.26);
}

.khen-member-s3-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d6dce5;
  border-radius: 50%;
  background: #ffffff;
  color: #17345b;
  cursor: pointer;
}

.khen-member-s3-modal-close i {
  width: 20px;
  height: 20px;
}

.khen-member-s3-modal-title {
  margin: 0;
  text-align: center;
  color: #002f68;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.khen-member-s3-modal-banner {
  display: block;
  width: min(450px, 100%);
  height: auto;
  margin: 0 auto 14px;
  border-radius: 10px;
  object-fit: cover;
}

.khen-member-s3-modal-badges {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.khen-member-s3-modal-badge-image {
  height: 44px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .khen-member-s3 {
    padding: 52px 0;
  }

  .khen-member-s3-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .khen-member-s3-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 20px;
  }

  .khen-member-s3-item-title {
    font-size: 16px;
  }

  .khen-member-s3-item-desc {
    margin-top: 14px;
    font-size: 14px;
  }

  .khen-member-s3-cta {
    margin-top: 46px;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 30px;
  }

  .khen-member-s3-aladdin-image {
    max-width: 250px;
    margin: 0 auto;
  }

  .khen-member-s3-cta-title {
    font-size: 32px;
  }

  .khen-member-s3-cta-link {
    font-size: 14px;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .khen-member-s3 {
    padding: 42px 0;
  }

  .khen-member-s3-heading {
    font-size: 28px;
    line-height: 1.4;
  }

  .khen-member-s3-grid {
    margin-top: 34px;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }

  .khen-member-s3-item-mark {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .khen-member-s3-item-title {
    font-size: 16px;
  }

  .khen-member-s3-item-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .khen-member-s3-cta {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
  }

  .khen-member-s3-aladdin-image {
    max-width: 220px;
    margin: 0 auto;
  }

  .khen-member-s3-cta-title {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
  }
  .khen-member-s3-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

  .khen-member-s3-cta-link {
    margin-top: 14px;
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom-width: 2px;
  }

  .khen-member-s3-modal-dialog {
    padding: 40px 16px 20px;
  }

  .khen-member-s3-modal-title {
    font-size: 16px;
    font-weight: 400;
  }
}
