/**
 * Dieu Tri Mun Landing Page
 * Scoped to: #dieu-tri-mun-landing-wrapper
 */

#dieu-tri-mun-landing-wrapper {
  --dtm-white: #ffffff;
  --dtm-cream: #f8f3e9;
  --dtm-gold: #bf934e;
  --dtm-gold-dark: #7f6337;
  --dtm-gold-soft: #d8bb7a;
  --dtm-body-font: var(--font-body, "Geomanist", Arial, sans-serif);
  --dtm-heading-font: var(--font-heading-lux, "SVN-Famous", serif);
  --dtm-script-font: "UVN SangSong", var(--font-accent-art, serif);
  --dtm-text-gradient: linear-gradient(0deg, #bf934e 20.77%, #e3c871 100%);
  position: relative;
  overflow: hidden;
  background: #f8f3e9;
  color: #7f6337;
}

#dieu-tri-mun-landing-wrapper *,
#dieu-tri-mun-landing-wrapper *::before,
#dieu-tri-mun-landing-wrapper *::after {
  box-sizing: border-box;
}

#dieu-tri-mun-landing-wrapper .dtm-section-container {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

#dieu-tri-mun-landing-wrapper .dtm-hero {
  position: relative;
  width: 100%;
  min-height: 973px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  overflow: hidden;
  background: #f5f5f5;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  pointer-events: none;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__image {
  flex: 1;
  height: 100%;
  display: flex;
  overflow: hidden;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__image--before {
  justify-content: flex-start;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__image--after {
  justify-content: flex-end;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__image img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__bg img {
  width: 100%;
  height: auto;
  display: block;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__container {
  position: relative;
  z-index: 3;
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__title {
  width: 100%;
  max-width: 615px;
  margin-bottom: 77px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__title img {
  width: 100%;
  height: auto;
  display: block;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__form-wrapper {
  position: relative;
  width: 100%;
  max-width: 376px;
  background: #ffffff;
  border: 1px solid rgba(191, 147, 78, 0.4);
  border-radius: 22px;
  padding: 12px 20px 24px;
  box-shadow: 0 15px 40px rgba(127, 99, 55, 0.15),
    inset 0 0 12px rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}

#dieu-tri-mun-landing-wrapper .dtm-hero__form-ribbon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  z-index: 10;
  pointer-events: none;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__form-deal {
  width: 100%;
  max-width: 149px;
  margin: 0 auto 12px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero__form-deal img {
  width: 100%;
  height: auto;
  display: block;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer {
  position: relative;
  width: min(100%, 296px);
  margin: 22px auto 0;
  padding: 12px 22px 24px;
  border: 1px solid rgba(191, 147, 78, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(127, 99, 55, 0.18),
    inset 0 0 12px rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(2px);
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__gift {
  position: absolute;
  bottom: -15px;
  left: -34px;
  z-index: 2;
  display: block;
  width: 70px;
  height: auto;
  pointer-events: none;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--dtm-gold-dark);
  font-family: var(--dtm-body-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__percent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2px;
  color: var(--dtm-gold);
  font-family: "UVN SangSong", var(--dtm-body-font);
  font-weight: 400;
  line-height: 0.9;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__percent-value {
  font-size: 66px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__percent-suffix {
  margin-top: 7px;
  font-size: 28px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__timer {
  display: flex;
  margin: 0 0 15px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__timer-label {
  color: var(--dtm-gold);
  font-family: var(--dtm-body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__countdown-item {
  display: inline-flex;
  min-width: 31px;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--dtm-gold);
  color: var(--dtm-white);
  font-family: var(--dtm-body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__countdown-sep {
  color: var(--dtm-gold);
  font-family: var(--dtm-body-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form {
  width: 100%;
  margin-top: 10px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-form p {
  margin: 0;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .deal-form-fields {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .deal-form-fields br {
  display: none;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

#dieu-tri-mun-landing-wrapper
  .dtm-hero-offer__form
  .wpcf7-form-control-wrap
  input,
#dieu-tri-mun-landing-wrapper
  .dtm-hero-offer__form
  .wpcf7-form-control-wrap
  select {
  display: block;
  width: 100%;
  min-height: 24px;
  padding: 6px 16px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: #e8e8e8;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.06);
  color: #5f5f5f;
  font-family: var(--dtm-body-font);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
}

#dieu-tri-mun-landing-wrapper
  .dtm-hero-offer__form
  .wpcf7-form-control-wrap
  select {
  cursor: pointer;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .deal-form-submit-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -38px;
  left: 92px;
}

@media screen and (max-width: 768px) {
  #dieu-tri-mun-landing-wrapper
    .dtm-hero-offer__form
    .deal-form-submit-wrapper {
    bottom: -41px;
    left: 65px;
  }
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-submit,
#dieu-tri-mun-landing-wrapper .dtm-hero-offer__submit {
  display: inline-flex;
  min-height: 35px;
  margin: 6px auto 0;
  padding: 8px 24px 7px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #a88143 0%, #d4ae70 50%, #a88143 100%);
  background-size: 200% auto;
  box-shadow: 0 5px 14px rgba(127, 99, 55, 0.28),
    inset 0 0 7px rgba(255, 255, 255, 0.56);
  color: var(--dtm-white);
  cursor: pointer;
  font-family: var(--dtm-body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-position 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
}

@media screen and (max-width: 991px) {
  #dieu-tri-mun-landing-wrapper .dtm-hero {
    flex-direction: column;
    padding: 0 0 60px;
    min-height: auto;
    background: #fff;
  }

  #dieu-tri-mun-landing-wrapper .dtm-hero__media {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    z-index: 1;
    transform: none;
    top: 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-hero__image {
    flex: 1;
    height: auto;
    width: 50%;
  }

  #dieu-tri-mun-landing-wrapper .dtm-hero__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  #dieu-tri-mun-landing-wrapper .dtm-hero__bg {
    display: none;
  }

  #dieu-tri-mun-landing-wrapper .dtm-hero__title {
    max-width: 90%;
    margin: 0 auto 30px;
    padding: 0 15px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-hero__form-wrapper {
    max-width: 320px;
    margin-inline: auto;
  }
}

/*******/

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-submit:hover,
#dieu-tri-mun-landing-wrapper .dtm-hero-offer__submit:hover {
  background-position: right center;
  box-shadow: 0 10px 22px rgba(168, 129, 67, 0.44);
  transform: translateY(-1px);
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-spinner {
  position: absolute;
  right: -26px;
  bottom: 2px;
  margin: 0;
}

#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-not-valid-tip,
#dieu-tri-mun-landing-wrapper .dtm-hero-offer__form .wpcf7-response-output {
  margin: 4px 0 0;
  color: #8f2222;
  font-family: var(--dtm-body-font);
  font-size: 10px;
  line-height: 1.25;
}

/* Section Title Component (Cloned from Tre Hoa Da) */
.dtm-section-title {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dtm-section-title__row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.dtm-section-title__row--inline {
  gap: 20px;
}

.dtm-section-title__sub {
  display: inline-block;
  color: #b69655;
  font-family: "UVN SangSong", serif;
  font-size: clamp(72px, 7vw, 103px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.dtm-section-title__pill {
  display: inline-flex;
  min-height: 56px;
  padding: 4px 27px 0;
  align-items: center;
  justify-content: center;
  border: 0.9px solid #ffffff;
  border-radius: 151px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.75),
    0 0 15px rgba(191, 147, 78, 0.3);
  color: #7f6337;
  font-family: "SVN-Famous", serif;
  font-size: clamp(26px, 3vw, 49px);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0;
  text-transform: uppercase;
  bottom: -10px;
  left: -36px;
  white-space: nowrap;
  position: relative;
}

.dtm-section-title__main {
  display: inline-block;
  background: linear-gradient(0deg, #bf934e 20.77%, #e3c871 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "SVN-Famous", serif;
  font-size: clamp(44px, 4.6vw, 70px);
  font-weight: 400;
  line-height: 1.1;
  margin-top: 14px;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
}

/* Acne Enemy Section */
#dieu-tri-mun-landing-wrapper .dtm-acne-enemy {
  padding: 80px 0;
  background: #f5f5f5;
  overflow: hidden;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__layout {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__media-wrapper {
  width: min(100%, 486px);
  position: relative;
  z-index: 2;
  transform: translateX(8px);
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__slider {
  width: 100%;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__image-box {
  width: 100%;
  aspect-ratio: 0.84 / 1;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__content-card {
  width: min(100%, 760px);
  min-height: 320px;
  background: linear-gradient(283deg, #eed4aa 0.27%, #f5f5f5 71.04%);
  border-radius: 34.364px;
  box-shadow: 0 4px 10px 0 rgba(191, 147, 78, 0.4);
  padding: 10px 60px 10px 100px;
  position: relative;
  z-index: 1;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__title {
  margin-bottom: 20px;
}

.dtm-section-title--acne-enemy {
  align-items: flex-start;
  text-align: left;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__intro {
  font-size: 18px;
  color: #7f6337;
  margin-bottom: 25px;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__problem-wrapper {
  margin-bottom: 25px;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__problem {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 99px;
  padding: 12px 30px;
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  color: #7f6337;
  text-align: center;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #7f6337;
  text-align: center;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(calc(100vw - 32px), 1330px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translate(-22%, -50%);
  z-index: 40;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrow {
  position: static !important;
  transform: none !important;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #bf934e;
  box-shadow: 0 6px 18px rgba(127, 99, 55, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease,
    box-shadow 0.25s ease;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrow:hover {
  background: #bf934e;
  color: #fff;
  transform: scale(1.04) !important;
  box-shadow: 0 10px 24px rgba(127, 99, 55, 0.22);
}

@media screen and (max-width: 991px) {
  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy {
    padding: 60px 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__layout {
    flex-direction: column;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__content-card {
    display: contents;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__header-group {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .dtm-section-title--acne-enemy {
    align-items: center;
    text-align: center;
  }

  .dtm-section-title--acne-enemy .dtm-section-title__main {
    left: 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__intro {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__media-wrapper {
    order: 2;
    width: 100vw;
    margin-left: -15px;
    transform: none;
    margin-bottom: 30px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__slider .splide__slide {
    opacity: 0.3;
    filter: blur(2px);
    transform: scale(0.8);
    transition: all 0.4s ease;
  }

  #dieu-tri-mun-landing-wrapper
    .dtm-acne-enemy__slider
    .splide__slide.is-active {
    opacity: 1;
    filter: none;
    transform: scale(1);
    z-index: 5;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__info-group {
    order: 3;
    width: 100%;
    background: linear-gradient(283deg, #eed4aa 0.27%, #f5f5f5 71.04%);
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(191, 147, 78, 0.4);
    padding: 35px 20px;
    text-align: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__problem {
    background: #fff;
    box-shadow: 0 4px 15px rgba(127, 99, 55, 0.1);
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__desc {
    text-align: center;
    font-size: 15px;
  }
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bf934e;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}

#dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrow:hover {
  background: #bf934e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy {
    padding: 50px 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__layout {
    flex-direction: column;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__media {
    width: 90%;
    transform: none;
    margin-bottom: -40px;
    /* Overlap effect for mobile */
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__content-card {
    width: 95%;
    padding: 60px 20px 30px;
    min-height: auto;
    text-align: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__title {
    margin-bottom: 30px;
  }

  .dtm-section-title--acne-enemy {
    align-items: center;
    text-align: center;
  }

  .dtm-section-title--acne-enemy .dtm-section-title__row {
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }

  .dtm-section-title--acne-enemy .dtm-section-title__sub {
    font-size: clamp(58px, 20vw, 86px);
  }

  .dtm-section-title--acne-enemy .dtm-section-title__pill {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    min-height: 36px;
  }

  .dtm-section-title--acne-enemy .dtm-section-title__main {
    font-size: clamp(28px, 14vw, 46px);
    margin-top: 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__intro {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__problem {
    font-size: 17px;
    padding: 10px 20px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__desc {
    font-size: 16px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrows {
    top: 35%;
    /* Center vertically around the image area */
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrow {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 991px) {
  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy {
    padding: 13px 0 50px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__container {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__layout {
    flex-direction: column;
    overflow: visible;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__content-card {
    display: contents;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__header-group {
    order: 1;
    width: min(100% - 32px, 430px);
    margin: 0 auto 28px;
    text-align: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__media-wrapper {
    order: 2;
    width: 100vw;
    margin: 0 auto 30px;
    transform: none;
    overflow: visible;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__slider {
    width: 100vw;
    padding: 0;
    overflow: visible;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__slider .splide__track {
    overflow: visible;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__slider .splide__list {
    align-items: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__slider .splide__slide {
    opacity: 0.36;
    filter: none;
    transform: scale(0.9);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #dieu-tri-mun-landing-wrapper
    .dtm-acne-enemy__slider
    .splide__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 5;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__image-box {
    width: 111%;
    aspect-ratio: 0.82 / 1;
    border-radius: 20px;
    overflow: hidden;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__info-group {
    order: 3;
    width: min(100% - 32px, 430px);
    margin: 0 auto;
    padding: 28px 18px 24px;
    border-radius: 20px;
    background: linear-gradient(283deg, #eed4aa 0.27%, #f5f5f5 71.04%);
    box-shadow: 0 4px 10px rgba(191, 147, 78, 0.4);
    text-align: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__problem {
    padding: 12px 10px 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(191, 147, 78, 0.16);
    background: rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    font-size: 16px;
    line-height: 1.35;
    box-shadow: 0 4px 16px rgba(127, 99, 55, 0.1);
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.55;
    text-align: justify;
  }
}

@media screen and (max-width: 480px) {
  #dieu-tri-mun-landing-wrapper
    .dtm-section-title--acne-enemy
    .dtm-section-title__sub {
    font-size: 76px;
    line-height: 0.9;
  }

  #dieu-tri-mun-landing-wrapper
    .dtm-section-title--acne-enemy
    .dtm-section-title__pill {
    padding: 4px 22px 2px;
    font-size: 32px;
    margin: 4px auto 8px;
    left: 0;
    margin-top: 23px;
    bottom: 0;
  }

  #dieu-tri-mun-landing-wrapper
    .dtm-section-title--acne-enemy
    .dtm-section-title__main {
    font-size: 38px;
    margin-top: 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__intro {
    max-width: 330px;
    margin: 18px auto 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrows {
    top: 50%;
    left: 50%;
    width: min(calc(100vw - 24px), 430px);
    transform: translate(-50%, -50%);
  }

  #dieu-tri-mun-landing-wrapper .dtm-acne-enemy__arrow {
    width: 38px;
    height: 38px;
  }
}

/* Derm Expert Section */
.dtm-derm-expert {
  padding: 30px 0;
  background: #f5f5f5;
}

.dtm-derm-expert__container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.dtm-derm-expert__header {
  text-align: center;
  margin-bottom: 50px;
}

.dtm-derm-expert__subtitle {
  font-size: 21px;
  color: #7f6337;
  max-width: 700px;
  margin: 15px auto 0;
  line-height: 1.5;
  margin-top: 53px;
}

.dtm-section-title--derm-expert {
  align-items: center;
  text-align: center;
}

.dtm-section-title--derm-expert .dtm-section-title__sub {
  margin-top: 3px;
}

.dtm-derm-expert__body {
  display: flex;
  align-items: center;
  gap: 40px;
}

.dtm-derm-expert__visual {
  flex: 0 0 58%;
}

.dtm-derm-expert__image {
  width: 100%;
  height: auto;
  display: block;
}

.dtm-derm-expert__timeline {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 30px;
}

.dtm-derm-expert__timeline::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 10px;
  bottom: 10px;
  width: 1.5px;
  background: #bf934e;
  opacity: 0.3;
}

.dtm-derm-expert__item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.dtm-derm-expert__number {
  flex: 0 0 54px;
  height: 52px;
  background: #bf934e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SVN-Famous", serif;
  font-size: 37px;
  box-shadow: 0 4px 10px rgba(191, 147, 78, 0.4);
}

.dtm-derm-expert__content {
  flex: 1;
}

.dtm-derm-expert__item-title {
  font-family: "SVN-Famous", serif;
  font-size: 33px;
  color: #bf934e;
  margin: 0 0 5px;
  font-weight: 500;
  line-height: 1.2;
}

.dtm-derm-expert__item-desc {
  font-family: "Geomanist", sans-serif;
  font-size: 17px;
  color: #7f6337;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .dtm-derm-expert {
    padding: 12px 0;
  }

  .dtm-derm-expert__header {
    margin-bottom: 30px;
  }

  .dtm-derm-expert__subtitle {
    font-size: 17px;
    padding: 0 10px;
    margin-top: 13px;
  }

  .dtm-section-title--derm-expert .dtm-section-title__sub {
    font-size: clamp(48px, 14vw, 64px);
    line-height: 1.1;
    margin-top: 5px;
  }

  .dtm-section-title--derm-expert .dtm-section-title__pill {
    font-size: 32px;
    min-height: 34px;
  }

  .dtm-derm-expert__body {
    flex-direction: column;
    gap: 30px;
  }

  .dtm-derm-expert__visual {
    width: 100%;
  }

  .dtm-derm-expert__timeline {
    width: 100%;
    padding-left: 10px;
    gap: 30px;
  }

  .dtm-derm-expert__timeline::before {
    left: 36px;
  }

  .dtm-derm-expert__number {
    flex: 0 0 50px;
    height: 50px;
    font-size: 36px;
  }

  .dtm-derm-expert__item-title {
    font-size: 28px;
    line-height: 0.8;
  }

  .dtm-derm-expert__item-desc {
    font-size: 14px;
  }
}

/* Acne Methods Section */
.dtm-acne-methods {
  position: relative;
  padding: 30px 0 35px 0px;
  background: #f5f5f5;
  overflow: hidden;
}

.dtm-acne-methods .dtm-acne-methods__header {
  margin-bottom: 100px;
}

.dtm-acne-methods .dtm-section-title__main {
  position: relative;
  bottom: -26px;
}

.dtm-acne-methods__decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.dtm-acne-methods__decor-img {
  position: absolute;
  opacity: 0.15;
  width: auto;
  max-width: 400px;
}

.dtm-acne-methods__decor-img--tr {
  top: 0;
  right: 0;
}

.dtm-acne-methods__decor-img--bl {
  bottom: 0;
  left: 0;
}

.dtm-acne-methods__glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.2;
  z-index: -1;
}

.dtm-acne-methods__glow--one {
  top: 10%;
  right: 5%;
  background: #bf934e;
}

.dtm-acne-methods__glow--two {
  bottom: 10%;
  left: 5%;
  background: #bf934e;
}

.dtm-acne-methods__container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.dtm-acne-methods__header {
  margin-bottom: 50px;
}

.dtm-section-title--acne-methods {
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dtm-section-title--acne-methods {
    margin-bottom: -40px;
  }
}

.dtm-section-title--acne-methods .dtm-section-title__sub {
  margin-bottom: -10px;
}

.dtm-acne-methods-tabs {
  display: none;
  /* Desktop only grid */
}

.dtm-acne-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.dtm-method-card {
  display: flex;
  flex-direction: column;
}

.dtm-method-card__image-wrap {
  position: relative;
  margin-bottom: -40px;
  /* Overlap label */
  z-index: 2;
}

.dtm-method-card__image {
  width: 100%;
  aspect-ratio: 300 / 225;
  object-fit: cover;
  border-radius: 40px;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.dtm-method-card__label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 69%;
  min-height: 54px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 47px;
  box-shadow: 0 4px 10px rgba(191, 147, 78, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 15px;
  z-index: 3;
}

.dtm-method-card__plus {
  width: 53px;
  height: 53px;
  object-fit: contain;
}

.dtm-method-card__label-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: center;
}

.dtm-method-card__name-main {
  font-family: "Geomanist";
  font-size: 21px;
  color: #bf934e;
  font-weight: 400;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .dtm-method-card__name-main {
    font-size: 18px;
  }
}

.dtm-method-card__name-sub {
  font-family: "Geomanist", sans-serif;
  font-size: 21px;
  color: #bf934e;
}

@media screen and (max-width: 768px) {
  .dtm-method-card__name-sub {
    font-size: 18px;
  }
}

.dtm-method-card__divider {
  width: 231px;
  height: auto;
  top: 34px;
  position: absolute;
  object-fit: contain;
}

.dtm-method-card__body {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 47px;
  padding: 65px 35px 36px;
  flex: 1;
  width: 91%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  margin: 0 auto;
}

.dtm-method-card__desc {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 48px;
}

.dtm-method-card__desc p {
  font-family: "Geomanist", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #7f6337;
  margin-top: 12px;
}

.dtm-method-card__effect-label {
  display: inline-flex;
  background: #bf934e;
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 4px 15px;
  width: fit-content;
  border-radius: 32px;
  box-shadow: inset 0 0 8px #fff, 0 4px 10px rgba(173, 140, 87, 0.26);
  margin-bottom: 15px;
}

.dtm-method-card__effects {
  padding: 0;
  margin: 0 0 30px;
  flex: 1;
  list-style-type: inherit;
  text-align: left;
}

.dtm-method-card__effects li {
  font-family: "Geomanist", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #7f6337;
  margin-bottom: 5px;
  position: relative;
  padding-left: 2px;
}

.dtm-method-card__cta {
  width: 100%;
  background: #bf934e;
  color: #fff;
  border: 0.75px solid rgba(255, 255, 255, 0.9);
  border-radius: 169px;
  padding: 15px 10px;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(191, 147, 78, 0.4),
    inset 0 0 7px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.dtm-method-card__cta:hover {
  background: #a88143;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .dtm-acne-methods {
    padding: 50px 0;
  }

  .dtm-acne-methods__header {
    margin-bottom: 30px;
  }

  .dtm-acne-methods__decor-img {
    opacity: 0.1;
    max-width: 200px;
  }

  .dtm-acne-methods-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  .dtm-acne-methods-tabs__button {
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(191, 147, 78, 0.4);
    border-radius: 20px;
    padding: 10px 21px;
    font-weight: 500;
    font-family: "Geomanist", sans-serif;
    font-size: 17px;
    color: #bf934e;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
  }

  .dtm-acne-methods-tabs__button.is-active {
    color: #fff;
    border-radius: 57px;
    background: #bf934e;
    box-shadow: 0 4px 10px 0 rgba(191, 147, 78, 0.4);
  }

  .dtm-acne-methods__grid {
    display: block;
    position: relative;
  }

  .dtm-method-card {
    display: none;
    animation: dtmFadeIn 0.4s ease forwards;
  }

  .dtm-method-card.is-active {
    display: flex;
  }

  .dtm-method-card__image {
    border-radius: 30px;
  }

  .dtm-method-card__body {
    padding: 55px 20px 30px 20px;
  }

  .dtm-method-card__cta {
    font-size: 16px;
    padding: 12px 10px;
  }
}

@keyframes dtmFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Real Results Section */
.dtm-real-results {
  padding: 10px 0 60px 0;
  background: #f5f5f5;
  /* Same light bg */
}

.dtm-real-results__container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.dtm-real-results__container .dtm-section-title__pill {
  min-height: auto;
  font-size: clamp(26px, 8vw, 50px);
  bottom: -31px;
  left: -8px;
}

.dtm-real-results__container .dtm-section-title__sub {
  margin-left: 1.3rem;
}

@media screen and (max-width: 768px) {
  .dtm-section-title--acne-methods .dtm-section-title__sub {
    font-size: 4rem;
  }

  .dtm-section-title__row {
    flex-wrap: wrap;
  }

  .dtm-acne-methods .dtm-section-title__pill {
    min-height: auto;
    font-size: 31px;
    margin-top: 20px;
    left: -6px;
  }

  .dtm-acne-methods .dtm-section-title__main {
    margin-top: -34px;
    font-size: 48px;
  }
}

.dtm-real-results__header {
  margin-bottom: 8px;
}

.dtm-section-title--real-results {
  align-items: center;
  text-align: center;
}

.dtm-real-results__grid {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 40px;
  padding: 0 4px 18px;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #bf934e rgba(191, 147, 78, 0.12);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scroll-behavior: auto;
}

.dtm-real-results__grid.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.dtm-real-results__grid.is-dragging img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.dtm-real-results__grid::-webkit-scrollbar {
  height: 7px;
}

.dtm-real-results__grid::-webkit-scrollbar-track {
  background: rgba(191, 147, 78, 0.12);
  border-radius: 999px;
}

.dtm-real-results__grid::-webkit-scrollbar-thumb {
  background: #bf934e;
  border-radius: 999px;
}

.dtm-real-results__grid.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.dtm-real-results__grid.is-dragging .dtm-result-card {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .dtm-result-card {
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
  }
}

.dtm-result-card {
  overflow: hidden;
  display: flex;
  border-radius: 28.22px;
  border: 0.593px solid rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 3.763px 9.407px 0 rgba(182, 150, 85, 0.4),
    0 0 8.935px 0 #fff inset;
  flex-direction: column;
}

.dtm-result-card__image-wrap {
  position: relative;
  width: 100%;
  /* aspect-ratio: 1 / 1; */
}

.dtm-result-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding-top: 3rem;
}

.dtm-result-card__label {
  position: absolute;
  top: 20px;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  color: #7f6337;
  text-transform: uppercase;
  font-weight: 500;
}

.dtm-result-card__label--before {
  left: 73px;
}

.dtm-result-card__label--after {
  right: 72px;
}

.dtm-result-card__compare-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  object-fit: contain;
  z-index: 2;
}

.dtm-result-card__customer-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  position: relative;
  z-index: 3;
}

.dtm-result-card__customer {
  background: #fff;
  color: #bf934e;
  font-family: "SVN-Famous";
  font-size: 27px;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.dtm-result-card__body {
  padding: 20px 25px 30px;
  flex: 1;
}

.dtm-result-card__group {
  margin-bottom: 20px;
}

.dtm-result-card__group:last-child {
  margin-bottom: 0;
}

.dtm-result-card__group-label {
  display: inline-block;
  box-shadow: 0 0 8.126px 0 #fff inset,
    0 4.063px 9.955px 0 rgba(173, 140, 87, 0.26);
  background: #bf934e;
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 15px 2px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.dtm-result-card__list {
  padding: 0;
  margin: 0;
}

.dtm-result-card__list li {
  font-family: "Geomanist", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #6f5a3a;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}

.dtm-real-results-thumbs {
  display: none;
  /* Mobile only */
}

.dtm-real-results__divider {
  height: 2px;
  background: #e5e5e5;
  position: relative;
  margin: 40px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.dtm-real-results__divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 150px;
  background: #bf934e;
}

.dtm-real-results-media__strip {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 24px;
  padding-bottom: 18px;
  scroll-snap-type: x proximity;
  cursor: -webkit-grab;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #bf934e rgba(191, 147, 78, 0.12);
  -webkit-overflow-scrolling: touch;
}

.dtm-real-results-media__strip::-webkit-scrollbar {
  height: 7px;
}

.dtm-real-results-media__strip::-webkit-scrollbar-track {
  background: rgba(191, 147, 78, 0.12);
  border-radius: 999px;
}

.dtm-real-results-media__strip::-webkit-scrollbar-thumb {
  background: #bf934e;
  border-radius: 999px;
}

.dtm-real-results-media__strip.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  user-select: none;
}

.dtm-real-results-media__strip.is-dragging .dtm-real-results-media__card {
  pointer-events: none;
}

.dtm-real-results-media__card {
  flex: 0 0 240px;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  overflow: hidden;
  background: #bf934e;
  box-shadow: 0 4px 10px rgba(191, 147, 78, 0.15);
}

.dtm-real-results-media__item-placeholder {
  width: 100%;
  height: 100%;
}

.dtm-real-results-media__frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.dtm-real-results-media__toggle {
  display: none;
}

/* --- Brand Numbers --- */
.dtm-section-title--brand-numbers {
  align-items: center;
}

.dtm-section-title--brand-numbers .dtm-section-title__sub {
  color: #b69655;
  font-family: "UVN SangSong", var(--font-accent-art, serif);
  font-size: clamp(70px, 9.8vw, 126px);
  font-weight: 400;
  line-height: 0.86;
}

.dtm-section-title--brand-numbers .dtm-section-title__main {
  margin-top: 4px;
  background: linear-gradient(0deg, #b69655 20.77%, #e3c871 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "SVN-Famous", var(--dtm-body-font);
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  -webkit-text-fill-color: transparent;
}

.dtm-brand-numbers__picture,
.dtm-brand-numbers__image {
  display: block;
}

.dtm-brand-numbers__image {
  width: min(100%, 980px);
  height: auto;
  margin-inline: auto;
}

.dtm-brand-numbers__stats {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.dtm-brand-numbers__stat {
  position: relative;
  min-width: 0;
  padding: 0 28px;
  text-align: center;
}

.dtm-brand-numbers__stat:not(:last-child)::after {
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 72px;
  background: rgba(191, 147, 78, 0.25);
  content: "";
}

.dtm-brand-numbers__value {
  color: #bf934e;
  font-family: "SVN-Famous", var(--dtm-body-font);
  font-size: clamp(42px, 4.1vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.dtm-brand-numbers__label {
  max-width: 210px;
  margin: 8px auto 0;
  color: #7f6337;
  font-family: "Geomanist", var(--dtm-body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.dtm-brand-numbers__divider {
  display: flex;
  margin-top: 28px;
  justify-content: center;
}

.dtm-brand-numbers__divider img {
  display: block;
  width: min(100%, 1020px);
  height: auto;
}

/* --- Care Values Section --- */
.dtm-care-values {
  position: relative;
  padding: 18px 0 60px 0;
  background: #f5f5f5;
  overflow: hidden;
}

.dtm-care-values__decor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1440px;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}

.dtm-care-values__decor img {
  width: 100%;
  height: auto;
}

.dtm-care-values__container {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1330px);
  margin-inline: auto;
}

.dtm-care-values__title {
  margin-bottom: 75px;
}

.dtm-care-values__list-wrap {
  width: 100%;
}

.dtm-care-values__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

.dtm-care-value-card {
  position: relative;
  height: 472px;
  width: 140px;
  cursor: pointer;
  border-radius: 22px;
  overflow: visible;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.35s ease;
}

.dtm-care-value-card.is-active {
  width: 380px;
  cursor: default;
  border-radius: 28px;
}

.dtm-care-value-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(127, 99, 55, 0.08);
  transition: border-radius 0.35s ease, box-shadow 0.35s ease,
    transform 0.45s ease;
}

.dtm-care-value-card:not(.is-active) .dtm-care-value-card__image {
  border-radius: 26px;
}

.dtm-care-value-card.is-active .dtm-care-value-card__image {
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(127, 99, 55, 0.12);
}

.dtm-care-value-card__content {
  position: absolute;
  bottom: -38px;
  left: 12px;
  z-index: 9;
  right: 12px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.dtm-care-value-card.is-active .dtm-care-value-card__content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  border-radius: 47.094px;
}

.dtm-care-value-card__title {
  color: #bf934e;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.dtm-care-value-card__desc {
  color: #bf934e;
  font-family: "Geomanist", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.dtm-care-values__progress {
  display: none;
  /* Desktop hidden */
}

/* --- Offer Banner --- */
#dieu-tri-mun-landing-wrapper .dtm-offer-banner {
  position: relative;
  overflow: hidden;
  padding: 11px 0 10px;
  background: #f5f5f5;
}

#dieu-tri-mun-landing-wrapper .dtm-offer-banner__container {
  width: min(100% - 32px, 1330px);
  margin-inline: auto;
  text-align: center;
}

#dieu-tri-mun-landing-wrapper .dtm-offer-banner__picture,
#dieu-tri-mun-landing-wrapper .dtm-offer-banner__image {
  display: block;
}

#dieu-tri-mun-landing-wrapper .dtm-offer-banner__image {
  width: min(100%, 1300px);
  margin-inline: auto;
  height: auto;
}

#dieu-tri-mun-landing-wrapper .dtm-offer-banner__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: -29px;
}

#dieu-tri-mun-landing-wrapper .dtm-offer-banner__cta {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.3s ease;
  animation: dtm-offer-banner-cta-pulse 1.8s ease-in-out infinite;
  justify-content: center;
}

#dieu-tri-mun-landing-wrapper .dtm-offer-banner__cta:hover {
  transform: scale(1.05);
}

#dieu-tri-mun-landing-wrapper .dtm-offer-banner__cta-img {
  display: block;
  width: min(100%, 500px);
  height: auto;
}

@keyframes dtm-offer-banner-cta-pulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(191, 147, 78, 0));
  }

  50% {
    transform: scale(1.045);
    filter: drop-shadow(0 0 14px rgba(191, 147, 78, 0.38));
  }
}

@media (prefers-reduced-motion: reduce) {
  #dieu-tri-mun-landing-wrapper .dtm-offer-banner__cta {
    animation: none;
  }
}

/* --- Brand Numbers --- */
.dtm-brand-numbers {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 33px 0 7px 0;
  background: #f5f5f5;
  text-align: center;
}
#dieu-tri-mun-landing-wrapper .dtm-brand-numbers__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

#dieu-tri-mun-landing-wrapper .dtm-brand-numbers__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.82;
}

#dieu-tri-mun-landing-wrapper .dtm-brand-numbers__container {
  position: relative;
  z-index: 2;
}
.dtm-brand-numbers__container {
  width: min(100% - 32px, 1330px);
  margin-inline: auto;
}

.dtm-brand-numbers__title {
  margin-bottom: 30px;
}

.dtm-brand-numbers__picture,
.dtm-brand-numbers__image {
  display: block;
}

.dtm-brand-numbers__image {
  width: min(100%, 1120px);
  margin-inline: auto;
  height: auto;
}

.dtm-brand-numbers__stats {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0;
  margin-top: 40px;
  max-width: 1120px;
  margin-inline: auto;
}

.dtm-brand-numbers__stat {
  padding: 20px;
  position: relative;
}

.dtm-brand-numbers__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(191, 147, 78, 0.25);
}

.dtm-brand-numbers__value {
  /* color: #bf934e; */
  font-family: "SVN-FAMOUS";
  font-size: 84px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: -26px;
  background: var(
    --ph-gradient,
    linear-gradient(0deg, #b69655 20.77%, #e3c871 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dtm-brand-numbers__label {
  color: #7f6337;
  font-family: "Geomanist", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  margin-inline: auto;
}

.dtm-brand-numbers__divider {
  margin-top: 40px;
}

.dtm-brand-numbers__divider img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}

/* --- Exam Process Section Desktop --- */
.dtm-exam-process {
  padding: 62px 0 68px;
  background: #f5f5f5;
  overflow: hidden;
}

.dtm-exam-process__header {
  margin-bottom: 42px;
}

.dtm-section-title--exam-process {
  text-align: center;
}

.dtm-section-title--exam-process .dtm-section-title__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.dtm-section-title--exam-process .dtm-section-title__sub {
  color: #b69655;
  font-family: "UVN SangSong", var(--font-accent-art, serif);
  font-size: clamp(60px, 6vw, 98px);
  line-height: 0.9;
}

.dtm-section-title--exam-process .dtm-section-title__pill {
  left: -13px;
}

.dtm-section-title--exam-process .dtm-section-title__main {
  margin-top: 16px;
  font-size: clamp(32px, 3.8vw, 58px);
}

.dtm-exam-process__list {
  display: grid;
  width: min(100%, 1280px);
  margin: 36px auto 0;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 22px;
}

.dtm-exam-process__item {
  position: relative;
  transition: transform 0.4s ease;
}

/* Staggered effect */
.dtm-exam-process__item--1,
.dtm-exam-process__item--3 {
  transform: translateY(-24px);
}

.dtm-exam-process__item--2,
.dtm-exam-process__item--4 {
  transform: translateY(24px);
}

.dtm-exam-process__media {
  height: 564px;
  overflow: hidden;
  clip-path: polygon(16% 0, 99% 0, 86% 100%, 0% 100%);
}

.dtm-exam-process__picture,
.dtm-exam-process__image {
  display: block;
  width: 100%;
  height: 100%;
}

.dtm-exam-process__image {
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dtm-exam-process__item:hover .dtm-exam-process__image {
  transform: scale(1.08);
}

.dtm-exam-process__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: -14px;
  padding-left: 8px;
  position: relative;
  z-index: 2;
}

.dtm-exam-process__number {
  color: #b69655;
  font-family: "SVN-Famous", serif;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 400;
  line-height: 0.9;
}

.dtm-exam-process__text {
  color: #7f6337;
  font-family: "SVN-FAMOUS";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.02;
  margin-top: 2px;
}

/* --- Treatment Steps Section Desktop --- */
.dtm-treatment-steps {
  padding: 37px 0 74px;
  background: #f5f5f5;
  overflow: hidden;
}

.dtm-treatment-steps__header {
  margin-bottom: 46px;
  text-align: center;
}

.dtm-treatment-steps__subtitle {
  width: min(100%, 780px);
  margin: 18px auto 0;
  color: #7f6337;
  font-family: var(--dtm-body-font);
  font-size: 19px;
  line-height: 1.5;
  opacity: 0.85;
}

.dtm-section-title--treatment-steps .dtm-section-title__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.dtm-section-title--treatment-steps .dtm-section-title__sub {
  color: #b69655;
  font-family: "UVN SangSong", var(--font-accent-art, serif);
  font-size: clamp(62px, 6.2vw, 102px);
  line-height: 0.9;
}

.dtm-section-title--treatment-steps .dtm-section-title__pill {
  font-size: clamp(18px, 4.8vw, 40px);
  left: -12px;
  margin-bottom: -16px;
}

.dtm-section-title--treatment-steps .dtm-section-title__main {
  margin-top: 6px;
  font-size: clamp(34px, 3.4vw, 62px);
}

.dtm-treatment-steps__grid {
  display: grid;
  width: min(100%, 1330px);
  margin-inline: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.dtm-treatment-step-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.18 / 1;
  border-radius: 22px;
  background: #f8f8f8;
  box-shadow: 0 4px 15px rgba(127, 99, 55, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.dtm-treatment-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(127, 99, 55, 0.16);
}

.dtm-treatment-step-card__picture,
.dtm-treatment-step-card__image {
  width: 100%;
  height: 100%;
  display: block;
}

.dtm-treatment-step-card__image {
  object-fit: cover;
}

.dtm-treatment-step-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px 18px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.85) 60%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dtm-treatment-step-card__label {
  color: #bf934e;
  font-family: "SVN-Famous", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.dtm-treatment-step-card__title {
  color: #7f6337;
  font-family: var(--dtm-body-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .dtm-real-results {
    padding: 2px 0;
  }
  #dieu-tri-mun-landing-wrapper .dtm-brand-numbers__bg {
    display: none;
  }
  .dtm-real-results__grid {
    display: block;
    overflow: visible;
    padding-bottom: 0;
    cursor: default;
    scroll-snap-type: none;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 20px;
  }

  /* Hide all cards except the active one on mobile */
  .dtm-result-card {
    display: none;
    animation: dtmFadeIn 0.4s ease forwards;
    height: 689px;
  }

  .dtm-result-card.dtm-result-card--main {
    display: flex;
  }

  .dtm-real-results-thumbs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0px;
    margin-bottom: 29px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .dtm-real-results-thumbs::-webkit-scrollbar {
    display: none;
  }

  .dtm-real-results-thumbs__button {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 2px;
    background: transparent;
    cursor: pointer;
    filter: brightness(0.5);
    transition: border-color 0.3s ease;
  }

  .dtm-real-results-thumbs__button.is-active {
    filter: brightness(1);
  }

  .dtm-real-results-thumbs__img {
    width: 115%;
    height: 110%;
    object-fit: cover;
    border-radius: 8px;
  }

  .dtm-real-results__divider {
    margin: 30px 0;
    width: 100%;
  }

  .dtm-real-results-media__strip {
    display: grid;
    overflow: visible;
    width: min(100%, 270px);
    margin-inline: auto;
    gap: 16px;
    padding: 0;
    cursor: default;
    scroll-snap-type: none;
  }

  .dtm-real-results-media__card {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 20px;
  }

  .dtm-real-results-media:not(.is-expanded)
    .dtm-real-results-media__card:nth-child(n + 3) {
    display: none;
  }

  .dtm-real-results-media {
    display: flex;
    flex-direction: column;
  }

  .dtm-real-results-media__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    border-radius: 999px;
    border: 1px solid #bf934e;
    background: #fff;
    color: #7f6337;
    font-family: "Geomanist", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    box-shadow: 0 4px 10px rgba(191, 147, 78, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .dtm-real-results-media.is-expanded .dtm-real-results-media__toggle-more {
    display: none;
  }

  .dtm-real-results-media:not(.is-expanded)
    .dtm-real-results-media__toggle-less {
    display: none;
  }

  .dtm-brand-numbers {
    padding: 36px 0 34px;
  }

  .dtm-brand-numbers__container {
    width: min(100% - 24px, 430px);
  }

  .dtm-brand-numbers__title {
    margin-bottom: 18px;
  }

  .dtm-section-title--brand-numbers .dtm-section-title__sub {
    font-size: 69px;
    line-height: 0.9;
  }

  .dtm-section-title--brand-numbers .dtm-section-title__main {
    /* width: min(110%, 292px); */
    margin: 8px auto 0;
    font-size: 33px;
    line-height: 1.08;
  }

  .dtm-brand-numbers__image {
    width: min(96%, 340px);
  }

  .dtm-brand-numbers__stats {
    margin-top: 18px;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .dtm-brand-numbers__stat {
    padding: 16px 12px;
  }

  .dtm-brand-numbers__stat:not(:last-child)::after {
    display: none;
  }

  .dtm-brand-numbers__stat:nth-child(odd) {
    border-right: 1px solid rgba(191, 147, 78, 0.25);
  }

  .dtm-brand-numbers__stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(191, 147, 78, 0.25);
  }

  .dtm-brand-numbers__value {
    font-size: 47px;
    margin-bottom: -7px;
  }

  .dtm-brand-numbers__label {
    max-width: 150px;
    font-size: 14px;
    line-height: 1.28;
  }

  .dtm-brand-numbers__divider {
    margin-top: 18px;
  }

  .dtm-brand-numbers__divider img {
    width: min(100%, 352px);
  }

  /* --- Exam Process Mobile --- */
  .dtm-exam-process {
    padding: 38px 0 42px;
  }

  .dtm-section-title--exam-process .dtm-section-title__row {
    gap: 12px;
    margin-bottom: 4px;
  }

  .dtm-section-title--exam-process .dtm-section-title__sub {
    font-size: 75px;
  }

  .dtm-section-title--exam-process .dtm-section-title__pill {
    min-height: 32px;
    padding: 4px 14px 2px;
    font-size: 32px;
  }

  .dtm-section-title--exam-process .dtm-section-title__main {
    font-size: 40px;
    margin-top: 13px;
  }

  .dtm-exam-process__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .dtm-exam-process__item {
    display: grid;
    grid-template-columns: 56% 44%;
    align-items: center;
    transform: none !important;
  }

  /* --- Exam Process Mobile --- */
  .dtm-exam-process {
    padding: 1px 0 42px;
  }

  .dtm-exam-process__list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
  }

  .dtm-exam-process__item {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: center;
    transform: none !important;
    min-height: 150px;
  }

  .dtm-exam-process__media {
    height: auto;
    aspect-ratio: 1.48 / 1;
    overflow: hidden;
    clip-path: none;
    border-radius: 0;
  }

  .dtm-exam-process__picture,
  .dtm-exam-process__image {
    width: 100%;
    height: 100%;
    display: block;
  }

  .dtm-exam-process__image {
    object-fit: cover;
  }

  .dtm-exam-process__content {
    padding-left: 12px;
    padding-right: 8px;
    flex-direction: column;
    text-align: center;
    gap: 4px;
    margin: 0 auto;
  }

  .dtm-exam-process__number {
    font-size: 52px;
    display: flex;
    justify-content: center;
    position: static;
    line-height: 0.95;
  }

  .dtm-exam-process__text {
    font-size: 20px;
    line-height: 1.12;
  }

  .dtm-exam-process__item--1 .dtm-exam-process__image {
    object-position: center center;
  }

  .dtm-exam-process__item--2 .dtm-exam-process__image {
    object-position: center center;
  }

  .dtm-exam-process__item--3 .dtm-exam-process__image {
    object-position: center center;
  }

  .dtm-exam-process__item--4 .dtm-exam-process__image {
    object-position: center center;
  }

  .dtm-exam-process__content {
    padding-left: 14px;
    flex-direction: column;
    text-align: center;
    gap: 0;
    margin: 0 auto;
  }

  .dtm-exam-process__number {
    font-size: 58px;
    display: flex;
    justify-content: center;
    position: relative;
    left: 42px;
  }

  .dtm-exam-process__text {
    font-size: 21px;
    line-height: 1.18;
  }

  /* --- Treatment Steps Mobile --- */
  .dtm-treatment-steps {
    padding: 6px 0 48px;
  }

  .dtm-treatment-steps__header {
    margin-bottom: 28px;
  }

  .dtm-treatment-steps__subtitle {
    display: none;
  }

  .dtm-section-title--treatment-steps .dtm-section-title__row {
    gap: 12px;
    margin-bottom: 4px;
  }

  .dtm-section-title--treatment-steps .dtm-section-title__sub {
    font-size: 76px;
  }

  .dtm-section-title--treatment-steps .dtm-section-title__pill {
    min-height: 32px;
    padding: 4px 14px 2px;
    font-size: 26px;
    left: -4px;
    margin-bottom: 18px;
  }

  .dtm-section-title--treatment-steps .dtm-section-title__main {
    font-size: 37px;
    margin-top: 0;
  }

  .dtm-treatment-steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    width: min(100% - 24px, 430px);
  }

  .dtm-treatment-step-card {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
  }

  .dtm-treatment-step-card__picture,
  .dtm-treatment-step-card__image {
    width: 100%;
    height: 100%;
    display: block;
  }

  .dtm-treatment-step-card__image {
    object-fit: cover;
  }

  .dtm-treatment-step-card__content {
    padding: 12px 10px 8px;
  }

  .dtm-treatment-step-card__label {
    font-size: 22px;
  }

  .dtm-treatment-step-card__title {
    font-size: 14px;
    line-height: 1.2;
  }

  /* --- Offer Banner Mobile --- */
  .dtm-offer-banner {
    padding: 34px 0 42px;
  }

  .dtm-offer-banner__container {
    width: min(100% - 24px, 430px);
  }

  .dtm-offer-banner__image {
    width: min(100%, 360px);
  }

  .dtm-offer-banner__cta-wrap {
    margin-top: 12px;
  }

  .dtm-offer-banner__cta-img {
    width: min(100%, 220px);
  }

  /* --- Care Values Mobile --- */
  .dtm-care-values {
    padding: 4px 0;
  }

  .dtm-care-values__decor {
    display: none;
  }

  .dtm-care-values__title {
    margin-bottom: 30px;
  }

  .dtm-care-values__list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 0 20px 20px;
    scrollbar-width: none;
    justify-content: flex-start;
  }

  .dtm-care-values__list::-webkit-scrollbar {
    display: none;
  }

  .dtm-care-value-card {
    flex: 0 0 82%;
    width: 73% !important;
    /* Force width on mobile scroll */
    height: 442px;
    scroll-snap-align: center;
  }

  .dtm-care-value-card__content {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    opacity: 1;
    margin: -60px 15px 15px;
    background: rgba(255, 255, 255, 0.6);
    pointer-events: auto;
    top: -89px;
  }

  .dtm-care-values__progress {
    display: block;
    width: min(100% - 80px, 200px);
    height: 3px;
    background: #e5e5e5;
    margin: 10px auto 0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
  }

  .dtm-care-values__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background: #bf934e;
    border-radius: 3px;
    transition: left 0.1s linear;
  }

  /* --- Doctors Section Mobile --- */

  .dtm-section-title--doctors .dtm-section-title__sub {
    font-size: 3.8rem;
    left: 0;
    margin-bottom: -14px;
  }

  .dtm-section-title--doctors .dtm-section-title__pill {
    margin-top: -15px;
    left: -17px;
    min-height: auto !important;
  }

  .dtm-section-title--doctors .dtm-section-title__main {
    margin-top: 10px;
    font-size: 2.4rem;
  }

  .dtm-doctors__slider .splide__track {
    padding: 20px 0 40px;
  }

  .dtm-doctors__slide {
    opacity: 1;
    transform: none;
  }

  .dtm-doctors__card {
    max-width: 320px;
  }

  .dtm-doctors__certificates {
    width: 100%;
    padding-inline: 15px;
    gap: 15px;
  }

  .dtm-doctors__cert-link {
    flex: 0 0 260px;
  }
}

/* --- Doctors Section Desktop --- */
.dtm-doctors {
  padding: 26px 0;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.dtm-doctors__pattern {
  position: absolute;
  top: 41%;
  left: 50%;
  z-index: 0;
  width: min(120%, 1400px);
  opacity: 0.24;
  filter: grayscale(1);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.dtm-doctors__pattern img {
  width: 100%;
}

.dtm-doctors__header {
  margin-bottom: 28px;
}

.dtm-doctors__title .dtm-section-title__row--inline {
  gap: 18px;
}

.dtm-section-title--doctors .dtm-section-title__sub {
  font-size: clamp(70px, 6.2vw, 104px);
}

.dtm-section-title--doctors .dtm-section-title__pill {
  min-height: 47px;
  font-size: clamp(22px, 6vw, 43px);
  position: relative;
  bottom: -24px;
  left: -13px;
}

.dtm-section-title--doctors .dtm-section-title__main {
  margin-top: 29px;
  font-size: clamp(36px, 4.4vw, 66px);
}

.dtm-doctors__slider {
  position: relative;
  width: min(100%, 1040px);
  margin-inline: auto;
}

.dtm-doctors__slider .splide__track {
  overflow: hidden;
  padding: 20px 0 46px;
}

.dtm-doctors__slide,
.dtm-doctors__slide.is-active {
  opacity: 1;
  transform: none;
}

.dtm-doctors__slide {
  display: flex;
  justify-content: center;
  transition: none;
}

.dtm-doctors__card {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  color: #7f6337;
}

.dtm-doctors__image-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  border-radius: 230px 230px 24px 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.55)
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.dtm-doctors__image {
  width: 100%;
  aspect-ratio: 0.78 / 1.18;
  object-fit: cover;
  object-position: center top;
}

.dtm-doctors__info {
  position: relative;
  z-index: 2;
  width: 90%;
  min-height: 118px;
  margin-top: -54px;
  padding: 22px 22px 18px;
  border: 1px solid #fff;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.75),
    0 8px 25px rgba(127, 99, 55, 0.16);
  text-align: center;
  backdrop-filter: blur(10px);
}

.dtm-doctors__name {
  margin: 0 0 2px;
  color: #bf934e;
  font-family: var(--dtm-body-font);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.22;
}

.dtm-doctors__position {
  margin: 0;
  color: #7f6337;
  font-family: "SVN-Famous", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.28;
}

.dtm-doctors__experience {
  margin-top: 4px;
  color: #bf934e;
  font-size: 18px;
  font-weight: 500;
}

.dtm-doctors__details {
  width: 85%;
  min-height: 156px;
  margin-top: -16px;
  padding: 48px 28px 24px;
  border-radius: 0 0 30px 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 9px 22px rgba(127, 99, 55, 0.14);
}

.dtm-doctors__details-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}

.dtm-doctors__details-item {
  position: relative;
  padding-left: 17px;
  color: #7f6337;
  font-family: var(--dtm-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.dtm-doctors__details-item::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bf934e;
}

.dtm-doctors__arrow {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.8),
    0 8px 18px rgba(127, 99, 55, 0.18);
  color: #7f6337;
  backdrop-filter: blur(10px);
}

.dtm-doctors__slider .splide__pagination {
  bottom: 0;
}

.dtm-doctors__slider .splide__pagination__page {
  width: 9px;
  height: 9px;
  background: rgba(182, 150, 85, 0.35);
  opacity: 1;
}

#dieu-tri-mun-landing-wrapper
  .dtm-doctors__slider
  .splide__pagination__page.is-active {
  background: #bf934e;
  transform: scale(1.15);
}

.dtm-doctors__certificates {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: min(100%, 1200px);
  margin: -36px auto 0;
  padding: 8px 8px 22px;
  gap: 26px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #bf934e rgba(191, 147, 78, 0.12);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.dtm-doctors__certificates::-webkit-scrollbar {
  height: 7px;
}

#dieu-tri-mun-landing-wrapper
  .dtm-doctors__certificates::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(191, 147, 78, 0.12);
}

#dieu-tri-mun-landing-wrapper
  .dtm-doctors__certificates::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #bf934e;
}

.dtm-doctors__cert-link {
  position: relative;
  overflow: hidden;
  flex: 0 0 310px;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(127, 99, 55, 0.16);
  scroll-snap-align: start;
}

.dtm-doctors__cert-link::after {
  content: "\f002";
  position: absolute;
  display: grid;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-size: 28px;
  font-weight: 900;
  opacity: 0;
  transition: opacity 0.25s ease;
  inset: 0;
  place-items: center;
}

.dtm-doctors__cert-link:hover::after {
  opacity: 1;
}

.dtm-doctors__cert-img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#dieu-tri-mun-landing-wrapper
  .dtm-doctors__cert-link:hover
  .dtm-doctors__cert-img {
  transform: scale(1.04);
}

.dtm-doctors__cta {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

#dieu-tri-mun-landing-wrapper .dtm-doctors__cta-button {
  min-height: 54px;
  padding: 14px 34px 11px;
  border: 1px solid #bf934e;
  border-radius: 999px;
  background: linear-gradient(90deg, #a88143 0%, #d4ae70 50%, #a88143 100%);
  background-size: 200% auto;
  box-shadow: 0 10px 26px rgba(127, 99, 55, 0.22),
    inset 0 0 7px rgba(255, 255, 255, 0.42);
  color: #fff;
  cursor: pointer;
  font-family: var(--dtm-body-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  transition: background-position 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
}

#dieu-tri-mun-landing-wrapper .dtm-doctors__cta-button:hover,
#dieu-tri-mun-landing-wrapper .dtm-doctors__cta-button:focus-visible {
  background-position: right center;
  box-shadow: 0 10px 22px rgba(168, 129, 67, 0.44),
    inset 0 0 7px rgba(255, 255, 255, 0.56);
  transform: translateY(-1px);
}

/**** BÃ¡Â»â€¢ sung CSS ****/
@media screen and (min-width: 1439px) {
  .dtm-acne-enemy__content-card .dtm-section-title__pill {
    bottom: -26px;
    left: -1px;
  }

  .dtm-acne-enemy__content-card .dtm-section-title__main {
    left: 160px;
    position: relative;
  }

  .dtm-acne-methods__container .dtm-section-title__pill {
    margin-top: 35px;
  }

  .dtm-acne-methods .dtm-section-title__main {
    left: -32px;
  }
}

@media screen and (max-width: 768px) {
  .dtm-section-title--care-values .dtm-section-title__pill {
    min-height: auto;
    left: -4px;
  }
}

@media screen and (max-width: 768px) {
  #dieu-tri-mun-landing-wrapper .dtm-doctors {
    padding: 42px 0 56px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__header {
    margin-bottom: 22px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__slider {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
    overflow: visible;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__slider .splide__track {
    overflow: visible;
    padding: 18px 0 70px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__slide,
  #dieu-tri-mun-landing-wrapper .dtm-doctors__slide.is-active {
    opacity: 1;
    filter: none;
    transform: none;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__slide {
    display: flex;
    justify-content: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__card {
    width: min(100%, 320px);
    max-width: 320px;
    margin: 0 auto;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__image-wrap {
    width: 100%;
    border-radius: 180px 180px 20px 20px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__image {
    width: 100%;
    aspect-ratio: 0.78 / 1.12;
    object-fit: cover;
    object-position: center top;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__info {
    width: 88%;
    min-height: 104px;
    margin-top: -46px;
    padding: 18px 18px 15px;
    border-radius: 26px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__name {
    font-size: 18px;
    line-height: 1.25;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__position {
    font-size: 17px;
    line-height: 1.25;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__experience {
    font-size: 14px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__details {
    width: 82%;
    min-height: auto;
    margin-top: -12px;
    padding: 36px 22px 22px;
    border-radius: 0 0 24px 24px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__details-list {
    gap: 12px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__details-item {
    font-size: 14px;
    line-height: 1.45;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__arrow {
    width: 42px;
    height: 42px;
    z-index: 20;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__arrow--prev {
    left: 18px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-doctors__arrow--next {
    right: 18px;
  }
}

@media screen and (max-width: 390px) {
  #dieu-tri-mun-landing-wrapper .dtm-doctors__card {
    width: min(100%, 300px);
    max-width: 300px;
  }
}

.dtm-journey {
  background-color: #f5f5f5;
  padding: 10px 0 66px 0;
}

.dtm-journey__header {
  margin-bottom: 50px;
}

.dtm-journey__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dtm-journey__title-script {
  font-family: var(--font-accent-art);
  font-size: 100px;
  font-weight: 300;
  color: #b69655;
  margin-right: 0;
  margin-bottom: -66px;
  margin-top: 8px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  order: -1;
}

.dtm-journey__title-pill {
  font-family: var(--font-heading-lux);
  font-size: 49px;
  color: #7f6337;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  padding: 10px 40px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-weight: 500;
  position: relative;
  left: 20%;
  top: 79px;
  box-shadow: 0 5px 13px 2px rgba(191, 147, 78, 0.23);
  align-self: flex-start;
  z-index: 2;
}

.dtm-journey__title-gradient {
  font-family: var(--font-heading-lux);
  font-size: 55px;
  background: linear-gradient(360deg, #b69655 0%, #e3c871 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
  margin-left: 0;
  position: relative;
  right: -185px;
  font-weight: 400;
  display: block;
}

.dtm-journey__content {
  background: #eeeeee;
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-sm);
  position: relative;
  max-width: 1408px;
  margin: 0 auto;
}

.dtm-journey__pane {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.dtm-journey__pane.is-active {
  display: block;
  opacity: 1;
}

.dtm-journey__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dtm-journey__img-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.dtm-journey__img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.dtm-journey__img-item:hover img {
  transform: scale(1.03);
}

.dtm-journey__img-item .cert-zoom-icon {
  position: absolute;
  inset: 0;
  background: rgba(191, 147, 78, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dtm-journey__img-item:hover .cert-zoom-icon {
  opacity: 1;
}

.dtm-journey__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  position: absolute;
  left: 40%;
  background: #eeeeee52;
  z-index: 5;
  padding: 0.8rem 2.3rem;
  border-radius: 99px;
  border: 1px solid #fff;
  backdrop-filter: blur(14px);
}

.dtm-journey__nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(191, 147, 78, 0.2);
  background: #fff;
  color: #7f6337;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.dtm-journey__nav-btn.is-active {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(191, 147, 78, 0.4);
}

@media screen and (max-width: 768px) {
  .dtm-journey__nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    position: relative;
    left: auto;
    right: auto;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .dtm-journey {
    padding: 5px 0px 30px 0;
  }

  .dtm-journey__content {
    padding: 15px;
  }

  .dtm-journey__grid {
    gap: 10px;
  }

  .dtm-journey__title-script {
    font-size: 70px;
    margin-bottom: -25px;
    left: 17px;
    width: 100%;
  }

  .dtm-journey__title-pill {
    top: 26px;
    left: 39px;
    font-size: 35px;
    padding: 8px 24px;
    margin-top: 0;
  }

  .dtm-journey__title-gradient {
    font-size: 32px;
    right: 0;
    bottom: -29px;
  }
}

/* Press */
#dieu-tri-mun-landing-wrapper .dtm-press,
#dieu-tri-mun-landing-wrapper .dtm-source-press,
#dieu-tri-mun-landing-wrapper .dtm-partners {
  --dtm-bg: #f5f5f5;
  --dtm-white: #ffffff;
  --dtm-gold: #b69655;
  --dtm-gold-light: #e3c871;
  --dtm-gold-dark: #7f6337;
  --dtm-gold-strong: #bf934e;
  --dtm-text-gradient: linear-gradient(0deg, #b69655 20.77%, #e3c871 100%);
  --dtm-body-font: var(--font-body, "Geomanist", Arial, sans-serif);
  --dtm-heading-font: var(--font-heading-lux, "SVN-Famous", serif);
  --dtm-script-font: "UVN SangSong", var(--font-accent-art, serif);
}

#dieu-tri-mun-landing-wrapper .dtm-press img,
#dieu-tri-mun-landing-wrapper .dtm-source-press img,
#dieu-tri-mun-landing-wrapper .dtm-partners img {
  display: block;
  max-width: 100%;
  height: auto;
}

#dieu-tri-mun-landing-wrapper .dtm-press .dtm-section-title {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#dieu-tri-mun-landing-wrapper .dtm-press .dtm-section-title__row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#dieu-tri-mun-landing-wrapper .dtm-press .dtm-section-title__row--inline {
  gap: 20px;
}

#dieu-tri-mun-landing-wrapper .dtm-press .dtm-section-title_sub {
  display: inline-block;
  color: var(--dtm-gold);
  font-family: var(--dtm-script-font);
  font-size: clamp(72px, 7vw, 121px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

#dieu-tri-mun-landing-wrapper .dtm-press .dtm-section-title_pill {
  display: inline-flex;
  min-height: 56px;
  padding: 4px 27px 0;
  align-items: center;
  justify-content: center;
  border: 0.9px solid var(--dtm-white);
  border-radius: 151px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.75),
    0 0 15px rgba(191, 147, 78, 0.3);
  color: var(--dtm-gold-dark);
  font-family: var(--dtm-heading-font);
  font-size: clamp(26px, 3vw, 49px);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

#dieu-tri-mun-landing-wrapper .dtm-press .dtm-section-title_main {
  display: inline-block;
  background: var(--dtm-text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--dtm-heading-font);
  font-size: clamp(44px, 4.6vw, 70px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
}

#dieu-tri-mun-landing-wrapper .dtm-press {
  position: relative;
  overflow: hidden;
  padding: 11px 0 96px;
  background: var(--dtm-bg);
}

#dieu-tri-mun-landing-wrapper .dtm-press__container {
  width: min(100% - 32px, 1220px);
}

#dieu-tri-mun-landing-wrapper .dtm-press__header {
  margin-bottom: 47px;
}

#dieu-tri-mun-landing-wrapper .dtm-press__title-row {
  align-items: center;
}

#dieu-tri-mun-landing-wrapper .dtm-press__title-sub {
  font-size: clamp(82px, 5.4vw, 127px);
}

#dieu-tri-mun-landing-wrapper .dtm-press__title-pill {
  min-height: 48px;
  padding: 4px 26px 0;
  font-size: clamp(25px, 2.3vw, 36px);
  position: relative;
  bottom: -13px;
  left: -18px;
}

#dieu-tri-mun-landing-wrapper .dtm-press__title-main {
  margin-top: 27px;
  font-size: clamp(42px, 3.1vw, 62px);
}

#dieu-tri-mun-landing-wrapper .dtm-press__slider {
  position: relative;
  z-index: 2;
  width: min(100%, 1080px);
  margin-inline: auto;
}

#dieu-tri-mun-landing-wrapper .dtm-press__arrows {
  display: none;
}

#dieu-tri-mun-landing-wrapper .dtm-press__list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

#dieu-tri-mun-landing-wrapper .dtm-press__slide {
  min-width: 0;
}

#dieu-tri-mun-landing-wrapper .dtm-press__card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 614 / 1164;
  border-radius: 19px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#dieu-tri-mun-landing-wrapper .dtm-press__card:hover,
#dieu-tri-mun-landing-wrapper .dtm-press__card:focus-visible {
  transform: translateY(-6px);
}

#dieu-tri-mun-landing-wrapper .dtm-press__slider .splide__pagination {
  display: none;
}

/* Source Press */
#dieu-tri-mun-landing-wrapper .dtm-source-press {
  overflow: hidden;
  padding-top: 30px;
  background-color: #f5f5f5;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__container {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__bottom {
  position: relative;
  padding-bottom: 40px;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__container--awards {
  position: relative;
  z-index: 10;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__podium-bg {
  position: absolute;
  bottom: -300px;
  left: 50%;
  z-index: 4;
  width: 1920px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__awards {
  display: flex;
  justify-content: center;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__awards-track {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__awards-group {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__award-item {
  padding: 0 15px;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__award-item img {
  width: auto;
  max-height: 400px;
  height: auto;
  object-fit: contain;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__desktop-only {
  display: block;
}

#dieu-tri-mun-landing-wrapper .dtm-source-press__mobile-only {
  display: none !important;
}

/* Partners */
#dieu-tri-mun-landing-wrapper .dtm-partners {
  overflow: hidden;
  padding-block: 10px;
  background-color: #f5f5f5;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__container {
  width: 100%;
  padding-inline: 16px;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__header {
  text-align: center;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__title {
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: center;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__title-top {
  color: #b69655;
  font-family: var(--font-accent-art, var(--dtm-script-font));
  font-size: 100px;
  font-weight: 400;
  line-height: 0.8;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__title-bottom {
  background: linear-gradient(360deg, #b69655 0%, #e3c871 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--font-heading-lux, var(--dtm-heading-font));
  font-size: 80px;
  font-weight: 400;
  -webkit-text-fill-color: transparent;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__marquee {
  --dtm-partners-duration: 8s;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

#dieu-tri-mun-landing-wrapper .dtm-partners__marquee-content {
  display: flex;
  min-width: 100%;
  padding-block: 16px;
  gap: 48px;
  animation: dtm-partners-marquee var(--dtm-partners-duration) linear infinite;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__marquee-item {
  display: flex;
  width: 180px;
  height: 80px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

#dieu-tri-mun-landing-wrapper .dtm-partners__marquee-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.6;
  transition: all 0.3s ease;
}

@keyframes dtm-partners-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes dtm-source-press-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  #dieu-tri-mun-landing-wrapper .dtm-press {
    padding: 8px 0 39px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__container {
    width: min(100% - 24px, 390px);
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__header {
    margin-bottom: 24px;
  }

  #dieu-tri-mun-landing-wrapper
    .dtm-press__title
    .dtm-section-title__row--inline {
    flex-direction: column;
    gap: 0;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__title-row {
    justify-content: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__title-sub {
    font-size: clamp(58px, 16vw, 86px);
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__title-pill {
    margin-top: 0px;
    padding: 4px 22px 0;
    position: relative;
    left: 3px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__title-main {
    line-height: 1.12;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__slider {
    width: min(100%, 282px);
    max-width: 282px;
    margin-inline: auto;
    overflow: visible;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__slider .splide__track {
    overflow: hidden;
    padding: 10px 0 20px !important;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__card {
    width: 100%;
    aspect-ratio: auto;
    /* Quan trọng: Bỏ ép tỷ lệ */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Hiển thị trọn vẹn ảnh, không bị xén mất nội dung */
  #dieu-tri-mun-landing-wrapper .dtm-press__image {
    width: 100%;
    height: auto;
    object-fit: contain;
    /* Quan trọng: Đổi từ cover sang contain */
    border-radius: inherit;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrow--prev {
    left: -10px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrow--next {
    right: -10px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrows {
    display: block;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__list {
    display: flex;
    gap: 0;
    align-items: center;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__slide,
  #dieu-tri-mun-landing-wrapper .dtm-press__slide.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__card:hover,
  #dieu-tri-mun-landing-wrapper .dtm-press__card:focus-visible {
    transform: none;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__card {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 614 / 1164;
    overflow: hidden;
    border-radius: 19px;
    transform: none;
  }
  #dieu-tri-mun-landing-wrapper .dtm-press__card:hover,
  #dieu-tri-mun-landing-wrapper .dtm-press__card:focus-visible {
    transform: none;
  }
  /*
  #dieu-tri-mun-landing-wrapper .dtm-press__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }*/
  #dieu-tri-mun-landing-wrapper .dtm-press__arrows {
    display: block;
  }
  #dieu-tri-mun-landing-wrapper .dtm-press__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 18px rgba(127, 99, 55, 0.2);
    color: var(--dtm-gold-strong);
    cursor: pointer;
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 0.72;
    opacity: 1;
    transform: translateY(-50%);
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrow--prev {
    left: -19px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrow--next {
    right: -19px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press__desktop-only {
    display: none !important;
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press__mobile-only {
    display: flex !important;
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press {
    padding-top: 0px;
    margin-top: -75px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press__container {
    width: min(100% - 24px, 390px);
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press__awards {
    overflow: hidden;
    mask-image: linear-gradient(
      to right,
      transparent,
      black 10%,
      black 90%,
      transparent
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      black 10%,
      black 90%,
      transparent
    );
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press__awards-track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    animation: dtm-source-press-marquee 10s linear infinite;
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press__awards-group {
    display: flex;
    flex: 0 0 auto;
    padding-right: 15px;
    gap: 15px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-source-press__award-item img {
    height: 200px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-partners__title-top {
    font-size: 64px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-partners__title-bottom {
    font-size: 44px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-partners__marquee-content {
    gap: 32px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-partners__marquee-item {
    width: 120px;
  }
}

@media screen and (max-width: 420px) {
  #dieu-tri-mun-landing-wrapper .dtm-press__container {
    width: min(100% - 18px, 340px);
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__title-sub {
    font-size: clamp(52px, 17vw, 68px);
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__title-main {
    width: min(100%, 295px);
    font-size: clamp(25px, 16vw, 37px);
    margin-top: 6px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__slider {
    width: 100%;
    max-width: 280px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrow {
    width: 38px;
    height: 38px;
    font-size: 40px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrow--prev {
    left: -14px;
  }

  #dieu-tri-mun-landing-wrapper .dtm-press__arrow--next {
    right: -14px;
  }
}

p.dtm-journey__subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 12px;
}

.dtm-journey .dtm-section-title__pill {
  left: 5px;
  bottom: -26px;
}

p.dtm-press__subtitle {
  margin-top: 52px;
  text-align: center;
  font-size: 20px;
}

.dtm-real-results__header .dtm-section-title__main {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .dtm-real-results__header {
    margin-bottom: -26px;
  }

  p.dtm-journey__subtitle,
  p.dtm-press__subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .dtm-real-results__divider {
    opacity: 0;
  }
}
