.page-register .aboutus-hero-card {
  margin-top: 16px;
  max-width: 500px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(69, 92, 198, 0.5), rgba(34, 48, 120, 0.62));
  box-shadow: 0 18px 36px rgba(4, 12, 42, 0.35);
  backdrop-filter: blur(10px);
  padding: 18px 22px;
}

.page-register .aboutus-hero-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.page-register .aboutus-hero-icon {
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 12px;
}

.page-register .aboutus-hero-name {
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1;
  margin-bottom: 2px;
}

.page-register .aboutus-hero-tagline {
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255,255,255,0.7);
}

.page-register .aboutus-hero-text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(240, 246, 255, 0.7);
}

.page-register .aboutus-hero-text p {
  margin: 0;
}

@media (max-width: 768px) {
  .page-register .aboutus-hero-card {
    max-width: 100%;
    padding: 14px 14px;
  }

  .page-register .aboutus-hero-icon {
    width: 46px;
    height: 46px;
  }

  .page-register .aboutus-hero-name {
    font-size: clamp(28px, 8vw, 36px);
  }

  .page-register .aboutus-hero-tagline,
  .page-register .aboutus-hero-text {
    font-size: 13px;
  }
}

/* ===================== Language toggle helpers (nb_lang) ===================== */
html[lang="th"] .nb-lang-en {
  display: none !important;
}

html[lang="en"] .nb-lang-th {
  display: none !important;
}

.page-register .aboutus-commitment-section {
  background: #cfd9e9;
  padding: 52px 0 70px;
}

.page-register .aboutus-commitment-section .qual-title {
  margin: 0 0 24px;
  color: #143d80;
  font-weight: 800;
  text-shadow: none;
}

.page-register .aboutus-commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  align-items: start;
}

.page-register .aboutus-commitment-card {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 14px 16px 12px;
  backdrop-filter: blur(1.5px);
  display: flex;
  flex-direction: column;
}

.page-register .aboutus-commitment-card:nth-child(1),
.page-register .aboutus-commitment-card:nth-child(2),
.page-register .aboutus-commitment-card:nth-child(3),
.page-register .aboutus-commitment-card:nth-child(4) {
  transform: none;
}

.page-register .aboutus-commitment-card:nth-child(1) {
  min-height: 186px;
}

.page-register .aboutus-commitment-card:nth-child(2) {
  min-height: 170px;
}

.page-register .aboutus-commitment-card:nth-child(3) {
  min-height: 170px;
  align-self: end;
}

.page-register .aboutus-commitment-card:nth-child(4) {
  min-height: 186px;
}

.page-register .aboutus-commitment-icon-wrap {
  max-width: 245px;
  border-radius: 4px;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.page-register .aboutus-commitment-icon {
  object-fit: contain;
  margin-left: 8px;
}

.page-register .aboutus-commitment-card-title {
  margin: 0;
  color: #2c374c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.32;
}

.page-register .aboutus-commitment-card-text {
  margin: 4px 0 0;
  color: rgba(45, 56, 78, 0.68);
  font-size: 12px;
  line-height: 1.52;
  flex: 1;
}
.page-register .aboutus-commitment-card-text-aboutus {
  margin: 4px 0 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2;
  flex: 1;
}


.page-register .aboutus-team-vision {
  margin-top: 42px;
  background-color: #1f4fae;
  background-image: url("../images/aboutus/5.png");
  background-size: cover;
  background-position: center;
  border-top: 1px dashed rgba(255, 255, 255, 0.45);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
  padding: 0px 0   20px;
  min-height: 500px;

}

.page-register .aboutus-team-vision-inner {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 90px;
}

.page-register .aboutus-team-vision-center {
  width: 100%;
  max-width: 600px;
  background: linear-gradient(180deg, rgba(58, 108, 224, 0.35), rgba(31, 76, 176, 0.38));
  border-radius: 8px;
  padding: 16px 22px 14px;
  text-align: center;
  margin-top: 40px;
}

.page-register .aboutus-team-vision-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 4px 16px rgba(0, 18, 72, 0.35);
}

.page-register .aboutus-team-vision-text {
  margin: 10px 0 0;
  color: rgba(241, 247, 255, 0.98);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.page-register .aboutus-performance-block {
  margin-top: 34px;
  padding: 5px 0 26px;
  background-image: url("../images/aboutus/6.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(980px, 100%) auto;
}

.page-register .aboutus-performance-title {
  margin: 0;
  text-align: center;
  color: #0e3a7a;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.2;
}

.page-register .aboutus-performance-ribbon-wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.page-register .aboutus-performance-ribbon {
  width: min(880px, 100%);
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
}

.page-register .aboutus-performance-ribbon-text {
  margin: 0;
  text-align: center;
  color: #1d3559;
  font-size: clamp(16px, 1.9vw, 30px);
  font-weight: 800;
  line-height: 1.35;
}

.page-register .aboutus-performance-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 50px;
}

.page-register .aboutus-performance-card {
  min-height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  padding: 12px 16px 12px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-register .aboutus-performance-number {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 2px;
}

.page-register .aboutus-performance-card-text {
  margin: 0;
  color: #879299;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.page-register .aboutus-career-section {
  margin-top: 36px;
  background-image: url("../images/aboutus/11.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.page-register .aboutus-career-inner {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-register .aboutus-career-content {
  width: min(560px, 100%);
  padding: 36px 4px 30px;
}

.page-register .aboutus-career-title {
  margin: 0;
  color: #d6bf82;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.page-register .aboutus-career-text {
  margin: 10px 0 0;
  color: rgba(233, 240, 255, 0.88);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.page-register .aboutus-career-contact {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(230, 238, 252, 0.9);
  font-size: 17px;
  font-weight: 700;
}

.page-register .aboutus-career-contact i {
  width: 24px;
  height: 24px;
  color: rgba(230, 238, 252, 0.85);
}

.page-register .aboutus-career-contact a {
  color: #d6bf82;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-register .aboutus-help-section {
  margin-top: 26px;
  padding-bottom: 10px;
}

.page-register .aboutus-help-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.page-register .aboutus-help-card {
  flex: 1;
  min-height: 150px;
  border-radius: 12px;
  background: #153f95;
  box-shadow: 0 6px 20px rgba(10, 30, 86, 0.16);
  padding: 26px 30px 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.page-register .aboutus-help-copy {
  max-width: 560px;
}

.page-register .aboutus-help-title {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 800;
}

.page-register .aboutus-help-text {
  margin: 12px 0 0;
  color: rgba(235, 242, 255, 0.92);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.page-register .aboutus-help-button {
  flex-shrink: 0;
  min-width: 182px;
  height: 56px;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid rgba(143, 117, 42, 0.5);
  background: linear-gradient(180deg, #e8d29a 0%, #d7b66e 100%);
  color: #324766;
  font-size: 28px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
}

.page-register .aboutus-help-icon {
  width: min(228px, 22vw);
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .page-register .aboutus-commitment-section {
    padding: 44px 0 52px;
  }

  .page-register .aboutus-commitment-card-title {
    font-size: 17px;
  }

  .page-register .aboutus-team-vision-inner {
    min-height: 170px;
  }

  .page-register .aboutus-team-vision-title {
    font-size: 42px;
  }

  .page-register .aboutus-performance-card {
    min-height: 0;
  }

  .page-register .aboutus-career-inner {
    min-height: 250px;
  }

  .page-register .aboutus-career-content {
    width: min(520px, 100%);
  }

  .page-register .aboutus-career-title {
    font-size: clamp(30px, 4.4vw, 44px);
  }

  .page-register .aboutus-career-text {
    font-size: 14px;
  }

  .page-register .aboutus-career-contact {
    font-size: 20px;
  }

  .page-register .aboutus-help-card {
    min-height: 132px;
    padding: 20px 22px 18px;
  }

  .page-register .aboutus-help-title {
    font-size: 26px;
  }

  .page-register .aboutus-help-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .page-register .aboutus-help-button {
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }

  .page-register .aboutus-help-icon {
    width: min(180px, 20vw);
  }
}

@media (max-width: 768px) {
  .page-register .aboutus-commitment-grid {
    grid-template-columns: 1fr;
  }

  .page-register .aboutus-commitment-card {
    padding: 14px;
    min-height: 0 !important;
  }

  .page-register .aboutus-commitment-card:nth-child(1),
  .page-register .aboutus-commitment-card:nth-child(2),
  .page-register .aboutus-commitment-card:nth-child(3),
  .page-register .aboutus-commitment-card:nth-child(4) {
    transform: none;
  }

  .page-register .aboutus-commitment-icon-wrap {
    max-width: 210px;
  }

  .page-register .aboutus-commitment-card-title {
    font-size: 16px;
  }

  .page-register .aboutus-commitment-card-text {
    font-size: 12px;
  }

  .page-register .aboutus-team-vision {
    padding: 10px 0;
  }

  .page-register .aboutus-team-vision-inner {
    min-height: 0;
  }

  .page-register .aboutus-team-vision-center {
    max-width: 100%;
    padding: 12px 14px;
  }

  .page-register .aboutus-team-vision-title {
    font-size: 30px;
  }

  .page-register .aboutus-team-vision-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .page-register .aboutus-performance-block {
    margin-top: 24px;
    padding: 22px 0 16px;
    background-image: none;
  }

  .page-register .aboutus-performance-title {
    font-size: clamp(22px, 8.4vw, 34px);
  }

  .page-register .aboutus-performance-ribbon-wrap {
    margin-top: 8px;
  }

  .page-register .aboutus-performance-ribbon {
    width: min(620px, 94vw);
    min-height: clamp(84px, 20vw, 108px);
    padding: 0 14px;
    margin: 0 auto;
    background-image: url("../images/aboutus/6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .page-register .aboutus-performance-ribbon-text {
    width: 100%;
    font-size: clamp(13px, 4.2vw, 18px);
    line-height: 1.3;
  }

  .page-register .aboutus-performance-grid {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-register .aboutus-performance-card {
    padding: 10px 12px 10px 10px;
    gap: 8px;
  }

  .page-register .aboutus-performance-number {
    width: 30px;
    height: 30px;
  }

  .page-register .aboutus-performance-card-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .page-register .aboutus-career-section {
    margin-top: 24px;
    background-position: 24% center;
  }

  .page-register .aboutus-career-inner {
    min-height: 220px;
    justify-content: center;
  }

  .page-register .aboutus-career-content {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    padding: 22px 0 20px;
  }

  .page-register .aboutus-career-title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .page-register .aboutus-career-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .page-register .aboutus-career-contact {
    margin-top: 14px;
    gap: 8px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .page-register .aboutus-career-contact i {
    width: 18px;
    height: 18px;
  }

  .page-register .aboutus-help-section {
    margin-top: 18px;
  }

  .page-register .aboutus-help-inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
  }

  .page-register .aboutus-help-card {
    min-height: 0;
    border-radius: 10px;
    padding: 14px 12px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .page-register .aboutus-help-title {
    font-size: 26px;
  }

  .page-register .aboutus-help-text {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.45;
  }

  .page-register .aboutus-help-button {
    min-width: 124px;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 16px;
  }

  .page-register .aboutus-help-icon {
    width: 72px;
    margin-left: 0;
    margin-bottom: 2px;
  }
}
