/* 
    PAGE: LASER MIIN LANDING PAGE
    SCOPED TO: #laser-miin-landing-wrapper
*/

/* ==========================================================================
   GLOBAL UI COMPONENTS (Dùng chung cho trang Laser Miin)
   ========================================================================== */

/* Nút CTA chuẩn hệ thống Laser Miin */
.laser-miin-cta {
  display: inline-flex;
  height: 53px;
  padding: 22.714px 30.286px;
  justify-content: center;
  align-items: center;
  gap: 45.429px;
  border-radius: 169.6px;
  border: 0.757px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, #a88143 0%, #d4ae70 50%, #a88143 100%);
  background-size: 200% auto;
  box-shadow: 0 4px 15px rgba(127, 99, 55, 0.3), inset 1px 1px 2px #e8d9a8,
    inset -1px -1px 2px #e8d9a8;
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  animation: pulse-gentle 2.5s ease-in-out infinite;
}

.laser-miin-cta:hover {
  background-position: right center;
  box-shadow: 0 15px 30px rgba(168, 129, 67, 0.6);
  transform: translateY(-2px);
  color: #fff;
}

@keyframes pulse-gentle {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(127, 99, 55, 0.3), inset 1px 1px 2px #e8d9a8,
      inset -1px -1px 2px #e8d9a8, 0 0 0 0 rgba(191, 147, 78, 0.4);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 4px 15px rgba(127, 99, 55, 0.3), inset 1px 1px 2px #e8d9a8,
      inset -1px -1px 2px #e8d9a8, 0 0 0 8px rgba(191, 147, 78, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(127, 99, 55, 0.3), inset 1px 1px 2px #e8d9a8,
      inset -1px -1px 2px #e8d9a8, 0 0 0 0 rgba(191, 147, 78, 0);
  }
}

strong {
  font-weight: 500;
}

.miin-hero .registration-form-container br {
  display: none;
}

/* ==========================================================================
   SECTION: HERO BANNER
   ========================================================================== */
.miin-hero {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.miin-hero__container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* --------------------------------------------------
   DESKTOP & TABLET (>= 992px)
-------------------------------------------------- */
@media (min-width: 992px) {
  .miin-hero {
    /* Giữ tỷ lệ chuẩn 1920x800, tự động co giãn theo chiều ngang màn hình */
    aspect-ratio: 1920 / 800;

    /* BẠN THAY LINK ẢNH BANNER DESKTOP VÀO ĐÂY */
    background-image: url("/wp-content/uploads/2026/04/miin-banner-desktop.webp");
  }

  .miin-hero__mobile-form {
    display: none;
    /* Ẩn form trên PC */
  }

  /* Định vị nút CTA theo hệ tọa độ phần trăm (%) để luôn chuẩn vị trí dù thu phóng */
  .miin-hero__desktop-cta {
    position: absolute;
    top: 88%;
    left: -1.5%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

/* --------------------------------------------------
   MOBILE (< 992px)
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-hero {
    aspect-ratio: 546 / 1366;
    background-image: url("/wp-content/uploads/2026/04/banner-laser-miin-mob-fn.webp");
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;
  }

  .miin-hero__desktop-cta {
    display: none;
  }

  .miin-hero__mobile-form {
    width: 100%;
    padding: 0 20px;
  }

  .miin-hero__form-wrapper .registration-form-container {
    top: 70%;
    text-align: center;
  }

  /* Tinh chỉnh các ô Input của CF7 cho bo tròn, mềm mại */
  .miin-hero__form-wrapper .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 12px;
  }

  .miin-hero__form-wrapper input[type="text"],
  .miin-hero__form-wrapper input[type="tel"],
  .miin-hero__form-wrapper .registration-form-container select {
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    font-family: "Geomanist", sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    margin-bottom: 0;
  }

  .miin-hero__form-wrapper .registration-form-container .select-wrapper {
    margin-bottom: -13px;
  }

  .miin-hero__form-wrapper .registration-form-container > div:nth-child(2) {
    margin-top: -10px;
  }

  /* Ép nút Submit của CF7 mang giao diện giống hệt .laser-miin-cta */
  .miin-hero__form-wrapper .wpcf7-submit {
    display: flex;
    width: 100%;
    height: 53px;
    justify-content: center;
    align-items: center;
    border-radius: 169.6px;
    border: 0.757px solid rgba(255, 255, 255, 0.9);
    background: linear-gradient(90deg, #a88143 0%, #d4ae70 50%, #a88143 100%);
    background-size: 200% auto;
    box-shadow: 0 4px 15px rgba(127, 99, 55, 0.3), inset 1px 1px 2px #e8d9a8,
      inset -1px -1px 2px #e8d9a8;
    color: #fff;
    font-family: "Geomanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    transition: all 0.4s ease;
    animation: pulse-gentle 2.5s ease-in-out infinite;
  }

  .miin-hero__form-wrapper .wpcf7-submit:hover {
    background-position: right center;
    box-shadow: 0 15px 30px rgba(168, 129, 67, 0.6);
    transform: translateY(-2px);
  }
}

/* ==========================================================================
   UI COMPONENT: BỘ TIÊU ĐỀ DÙNG CHUNG (Tái sử dụng cho mọi section)
   ========================================================================== */
.miin-section-title {
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.miin-section-title__row {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
}

/* Nút Badge "LASER MIIN" */
.miin-section-title__badge {
  color: #7f6337;
  position: relative;
  font-feature-settings: "liga" off;
  font-family: "SVN-Famous", sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.33;
  /* 65.17px */
  text-transform: uppercase;
  display: inline-flex;
  height: 55px;
  padding: 4.5px 27px 0 27px;
  justify-content: center;
  align-items: center;
  border-radius: 151.2px;
  border: 0.9px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 12.42px 0 rgba(255, 255, 255, 0.6) inset,
    0 4.05px 9.18px 0 rgba(191, 147, 78, 0.39);
}

/* Dòng chữ "cho làn da" */
.miin-section-title__main {
  text-align: center;
  font-family: "SVN-Famous", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  /* Bổ sung màu vàng Gold cho chữ */
  background: linear-gradient(360deg, #b69655 0%, #e3c871 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

/* Dòng chữ "sáng khỏe, mịn màng" */
.miin-section-title__sub {
  color: #b69655;
  text-align: center;
  font-family: "UVN SangSong", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.6px;
  padding-top: 10px;
  position: relative;
}

/* ==========================================================================
   UI COMPONENT: BỘ KHUNG TEXT TRẮNG
   ========================================================================== */
.miin-text-box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 8px 0 #fff inset, 0 4px 9.8px 0 rgba(173, 140, 87, 0.26);
  padding: 20px 25px;
  /* Khoảng thở bên trong box */
  backdrop-filter: blur(5px);
  z-index: 5;
}

.miin-text-box__content {
  color: #7f6337;
  text-align: justify;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  /* 23.94px */
  margin: 0;
}

/* ==========================================================================
   SECTION: MÁY LASER MIIN (Layout Specifics)
   ========================================================================== */
.miin-machine {
  position: relative;
  width: 100%;
  background-color: #eee;
}

.splide__arrow {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  width: 44px !important;
  height: 44px !important;
  opacity: 1 !important;
  /* Luôn hiển thị rõ, không bị mờ mặc định */
  transition: all 0.3s ease !important;
}

.splide__arrow:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

/* Màu icon mũi tên bên trong */
.splide__arrow svg {
  fill: #7f6337 !important;
}

/* Vị trí mũi tên trên Desktop (Nằm rìa mép ngoài slider) */
.splide__arrow--prev {
  left: -1em !important;
}

.splide__arrow--next {
  right: -1em !important;
}

/* --- Tinh chỉnh vị trí mũi tên cho Mobile --- */
@media (max-width: 991px) {
  /* Đưa mũi tên nhích vào trong lồng hình ảnh để dễ bấm trên điện thoại */
  .splide__arrow--prev {
    left: 0.5em !important;
  }

  .splide__arrow--next {
    right: 0.5em !important;
  }
}

/* --------------------------------------------------
   DESKTOP LAYOUT (Tọa độ Absolute)
-------------------------------------------------- */
@media screen and (min-width: 1921px) {
  .miin-machine__text-left {
    bottom: 7% !important;
    left: -3% !important;
  }

  .miin-machine__text-right {
    top: 23% !important;
    right: -6% !important;
  }

  .miin-machine .miin-section-title__main {
    bottom: -22px !important;
    left: -42px !important;
  }
}

@media (min-width: 992px) {
  .miin-machine__wrapper {
    position: relative;
    min-height: 750px;
    /* Đảm bảo đủ chiều cao cho banner */
  }

  /* Ảnh Banner gộp làm nền tĩnh */
  .miin-machine__bg-pc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1400px;
    z-index: 1;
    height: 787px;
    object-fit: cover;
  }

  .miin-machine__img-mb,
  .miin-machine__pulses-mb {
    display: none;
  }

  /* Canh chỉnh Tiêu đề */
  .miin-machine .miin-machine__title {
    position: absolute;
    top: 10%;
    right: 53%;
    /* Đẩy qua phải, nằm trên cánh tay máy */
  }

  .miin-machine__title .miin-section-title__row:nth-child(2) {
    margin-left: 120px;
    /* Thụt đầu dòng cho chữ dưới */
  }

  /* Canh chỉnh Box Text Trái (Chỗ Line FDA) */
  .miin-machine__text-left {
    position: absolute;
    bottom: 18%;
    left: 3%;
    width: 380px;
  }

  /* Canh chỉnh Box Text Phải (Trên 3 tia Laser) */
  .miin-machine__text-right {
    position: absolute;
    top: 23%;
    right: 4%;
    width: 380px;
  }

  .miin-machine .miin-section-title__sub {
    width: 400px;
    position: relative;
    left: 515px;
    top: -139px;
    line-height: 0.8;
  }

  .miin-machine .miin-section-title__main {
    position: relative;
    bottom: -26px;
    left: -9px;
  }

  .miin-machine .miin-section-title__badge {
    position: relative;
    left: 289px;
    top: -48px;
  }
}

/* --------------------------------------------------
   MOBILE LAYOUT (Flex Column Xếp dọc)
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-machine .miin-section-title__sub {
    font-size: 49px;
    padding-top: 5px;
    position: relative;
    left: 15px;
    margin-bottom: 13px;
  }

  .miin-machine {
    padding: 10px 0;
  }

  .miin-machine__bg-pc {
    display: none;
  }

  .miin-machine__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
  }

  /* 1. Máy Laser lên đầu */
  .miin-machine__img-mb {
    order: 1;
    width: 47%;
    max-width: 380px;
    display: block;
  }

  /* 2. Tiêu đề xuống thứ 2 */
  .miin-machine__title {
    order: 2;
    align-items: center;
    margin-top: -20px;
  }

  /* Rescale thông số bộ Tiêu Đề cho Mobile */
  .miin-machine .miin-section-title__badge {
    font-size: 26px;
    height: 40px;
    padding: 0 20px;
  }

  .miin-section-title__main {
    font-size: 40px;
  }

  .miin-section-title__sub {
    font-size: 50px;
  }

  /* 3. 3 tia Laser xuống thứ 3 */
  .miin-machine__pulses-mb {
    order: 3;
    width: 100%;
    max-width: 350px;
    display: block;
    margin-bottom: 10px;
  }

  /* 4. Khối Text hợp nhất ở cuối cùng */
  .miin-machine__text-left {
    order: 4;
    width: 100%;
    /* Tắt bo góc và viền đáy để nối vào khối dưới */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 1) inset,
      0 -2px 0 0 rgba(255, 255, 255, 0.5) inset;
  }

  .miin-machine__text-right {
    order: 5;
    width: 100%;
    /* Tắt bo góc trên và kéo đè lên khối trên */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -20px;
    padding-top: 5px;
    box-shadow: 0 -4px 8px 0 rgba(255, 255, 255, 1) inset,
      0 4px 9.8px 0 rgba(173, 140, 87, 0.26);
  }

  .miin-text-box__content {
    font-size: 20px;
  }
}

/* --- Khung giới hạn nội dung 1200px dùng chung --- */
.miin-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

/* ==========================================================================
   SECTION: KHÁM PHÁ TÁC DỤNG (BENEFITS)
   ========================================================================== */
.miin-benefits {
  position: relative;
  padding: 80px 0 100px 0;
  background-color: #eee;
  overflow: hidden;
}

/* Background chạy full màn hình (Desktop) */
.miin-benefits__bg-desktop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.miin-benefits__container {
  z-index: 2;
  /* Nằm trên lớp nền */
}

/* --------------------------------------------------
   DESKTOP LAYOUT (>= 992px)
-------------------------------------------------- */
@media (min-width: 992px) {
  /* Căn chỉnh Tiêu đề */
  .miin-benefits__title {
    align-items: flex-start;
    margin-bottom: 53px;
    position: relative;
    right: -258px;
  }

  .miin-benefits__title .miin-section-title__sub {
    margin-left: 18px;
    position: relative;
    top: -17px;
  }

  .miin-benefits .miin-section-title__main {
    margin-left: 9rem;
  }

  /* Bố cục 2 cột bên dưới tiêu đề */
  .miin-benefits__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }

  /* Cột chữ (40%) */
  .miin-benefits__left-col {
    flex: 0 0 40%;
    max-width: 40%;
    padding-top: 15px;
  }

  /* Cột hình ảnh (57% - Kéo lấn lên trên) */
  .miin-benefits__image-col {
    flex: 0 0 57%;
    max-width: 57%;
    margin-top: -140px;
    /* Ép cánh tay máy Laser vươn cao ngang tiêu đề */
    position: relative;
  }

  .miin-benefits__img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.08));
  }
}

/* --- Định dạng Text & List --- */
.miin-benefits__desc {
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  color: #7f6337;
  line-height: 1.6;
  margin: 0 0 22px 0;
  text-align: justify;
}

.miin-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.miin-benefits__list li {
  font-family: "Geomanist", sans-serif;
  font-size: 19px;
  color: #7f6337;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  text-align: justify;
}

.miin-benefits__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #b69655;
  font-size: 24px;
  line-height: 1;
}

/* --------------------------------------------------
   MOBILE LAYOUT (< 992px)
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-benefits .miin-section-title__sub {
    font-size: 56px;
    margin-top: -11px;
    margin-bottom: 18px;
    position: relative;
    right: -16px;
  }

  .miin-benefits .miin-section-title__badge {
    font-size: 35px;
    height: 42px;
  }

  .miin-benefits {
    padding: 10px 0;
  }

  .miin-benefits__bg-desktop {
    display: none;
  }

  /* Sắp xếp lại thứ tự bằng Flex Container */
  .miin-benefits__container {
    display: flex;
    flex-direction: column;
  }

  /* Gỡ bỏ bọc wrapper trung gian để order có tác dụng với các con trực tiếp */
  .miin-benefits__wrapper {
    display: contents;
  }

  /* 1. Hình ảnh lên đầu */
  .miin-benefits__image-col {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: -15px;
  }

  .miin-benefits__img {
    max-width: 95%;
  }

  /* 2. Tiêu đề đứng giữa */
  .miin-benefits__title {
    order: 2;
    align-items: center;
    margin-bottom: 20px;
  }

  .miin-benefits__title .miin-section-title__row {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* 3. Nội dung text cuối cùng */
  .miin-benefits__left-col {
    order: 3;
    width: 100%;
  }
}

/* ==========================================================================
   SECTION: ĐỐI TƯỢNG PHÙ HỢP (TARGET)
   ========================================================================== */
.miin-target {
  position: relative;
  padding: 30px 0 30px 0;
  background-color: #eee;
  overflow: hidden;
}

/* Background chìm Hexagon */
.miin-target__bg-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.miin-target__bg-pattern img {
  width: 100%;
  height: auto;
}

/* Tinh chỉnh tiêu đề section */
.miin-target__title {
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.miin-target__title-sub {
  padding-top: 0 !important;
  margin-left: 15px;
  margin-top: -34px;
}

/* --- CARD UI --- */
.miin-target__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}

.miin-target__card-img {
  width: 120%;
  max-width: 440px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
}

.miin-target__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* KHỐI TEXT HTML NỀN TRONG SUỐT (Áp dụng đúng thông số bạn gửi) */
.miin-target__card-text {
  width: 90%;
  max-width: 400px;
  padding: 25px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 8px 0 #fff inset, 0 4px 9.8px 0 rgba(173, 140, 87, 0.26);
  backdrop-filter: blur(10px);
  color: #7f6337;
  text-align: justify;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.miin-target__card-text strong {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
}

/* Nút CTA bên dưới */
.miin-target__cta {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 5;
}

/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-target {
    padding: 15px 0;
  }

  .miin-target .miin-section-title__badge {
    font-size: 35px;
    height: 42px;
  }

  .miin-target .miin-section-title__sub {
    font-size: 56px !important;
    margin-top: -7px;
  }

  .miin-target__bg-pattern {
    display: none;
  }

  /* Bẻ dòng tiêu đề mobile */
  .miin-target__title .miin-section-title__row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .miin-target__title-sub {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 45px !important;
  }

  /* Tăng độ đè (overlap) cho Mobile */
  .miin-target__card-text {
    margin-top: -80px;
    font-size: 16px;
    padding: 20px;
    width: 100%;
  }

  .miin-target__card-text strong {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
  }
  .miin-target__cta {
    margin-top: 30px;
  }
}

/* ==========================================================================
   GLOBAL UI COMPONENT: TIÊU ĐỀ DÙNG CHUNG (TÁI SỬ DỤNG)
   ========================================================================== */
.miin-section-title {
  display: flex;
  flex-direction: column;
}

.miin-section-title__row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.miin-section-title__badge {
  color: #7f6337;
  font-family: "SVN-Famous", sans-serif;
  font-size: 49px;
  height: 55px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  border-radius: 151px;
  border: 0.9px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.6) inset,
    0 4px 9px 0 rgba(191, 147, 78, 0.39);
}

.miin-tech .miin-section-title__main {
  position: relative;
  bottom: -23px;
  padding: 17px 13px 15px 10px;
}

/*
.miin-section-title__main {
    font-family: 'SVN-Famous', sans-serif;
    font-size: 70px;
    background: linear-gradient(360deg, #B69655 0%, #E3C871 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.miin-section-title__sub {
    color: #B69655;
    font-family: "UVN Sang Song", serif;
    font-size: 80px;
    letter-spacing: -1.6px;
}

/* ==========================================================================
   SECTION: KẾT QUẢ THỰC TẾ (OVERRIDE CỤ THỂ)
   ========================================================================== */
.miin-results {
  position: relative;
  padding: 100px 0;
  background-color: #eee;
  overflow: hidden;
}

.miin-results__bg-decor {
  position: absolute;
}

.miin-results__bg-decor .miin-results__decor-left {
  position: relative;
  left: -59%;
  top: -598px;
}

.miin-results__bg-decor .miin-results__decor-right {
  position: relative;
  left: 136%;
  top: -846px;
  width: 50%;
}

.miin-results .miin-section-title__sub {
  right: 72px;
}

/* Override Tiêu đề cho Section này */
.miin-results__title {
  align-items: flex-end;
  /* Canh phải cho PC */
  margin-bottom: 30px;
}

.miin-results__title .miin-section-title__main {
  font-size: 75px;
  /* Tăng size cụ thể cho section Kết quả */
}

.miin-results__title-last-row {
  margin-top: -15px;
}

/* Ghi đè UI Badge: Nền trong suốt, viền nâu cho "TỪ BÁC SĨ" */
.miin-results__title .miin-section-title__badge {
  height: 45px;
  font-size: 28px;
  margin-left: -73px;
  bottom: -15px;
}

/* --- Layout Content --- */
.miin-results__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.miin-results__title-col {
  flex: 0 0 38%;
  max-width: 38%;
}

.miin-results__slider-col {
  flex: 0 0 58%;
  max-width: 58%;
}

.miin-results__desc {
  color: #7f6337;
  font-family: "Geomanist", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-align: right;
}

/* --- UI Card Before/After --- */
.miin-results__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.miin-results__image-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.miin-results__image-tag {
  position: absolute;
  bottom: 49px;
  padding: 4px 24px;
  background: rgb(255 255 255 / 62%);
  border-radius: 30px;
  font-family: "Geomanist", sans-serif;
  font-size: 16px;
  color: #7f6337;
}

.tag-before {
  left: 12px;
}

.tag-after {
  right: 12px;
}

.miin-results__name-badge {
  background: #b69655;
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 22px;
  padding: 10px 40px;
  border-radius: 50px;
  margin-top: -35px;
  bottom: -46px;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 15px rgba(182, 150, 85, 0.4);
}

.miin-results__info-box {
  width: 90%;
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.miin-results__info-item {
  flex: 1;
  background: #fff;
  border-radius: 30px;
  padding: 45px 25px 29px 25px;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  color: #7f6337;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.mobile-results-slider {
  display: none;
}

.desktop-results-slider {
  display: block;
}

.miin-results__card-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* Khoảng cách giữa 2 khách hàng trên mobile */
  padding-bottom: 10px;
}

/* --- Responsive Mobile --- */
@media (max-width: 991px) {
  /* Ẩn slider PC, hiện slider Mobile có 2 item */
  .desktop-results-slider {
    display: none !important;
  }

  .mobile-results-slider {
    display: block !important;
  }

  /* Ghi đè margin dư thừa nếu có để mũi tên nằm chính giữa */
  .miin-results__card-group .miin-results__card:last-child {
    margin-bottom: 0;
  }

  .miin-results {
    position: relative;
    padding: 30px 0 30px 0;
    background-color: #eee;
    overflow: hidden;
  }

  .miin-results .miin-section-title__sub {
    right: -6px;
  }

  .miin-results__container {
    flex-direction: column;
  }

  .miin-results__title-col,
  .miin-results__slider-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .miin-results__title {
    align-items: center;
  }

  .miin-results__title .miin-section-title__row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .miin-results__title .miin-section-title__main {
    font-size: 45px;
  }

  .miin-results__title .miin-section-title__badge {
    font-size: 24px;
    height: 35px;
    margin-left: 0;
    margin-top: -7px;
    padding-top: 0.5rem;
  }

  .miin-results__title-last-row {
    margin-top: 0;
  }

  .miin-results__desc {
    text-align: center;
    font-size: 19px;
    margin-top: 15px;
  }
}

/* ==========================================================================
   SECTION: SIÊU ƯU ĐÃI (DEAL)
   ========================================================================== */
.miin-deal {
  position: relative;
  padding: 20px 0 20px 0;
  background-color: #eee;
}

.miin-deal__banner {
  position: relative;
  width: 100%;
  padding: 64px 40px 64px 40px;
}

.miin-deal__banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}

/* --------------------------------------------------
   BADGE SOLO: Hiện một mình ở giữa trước khi animation
   Tự động ẩn khi banner nhận class .is-popped
-------------------------------------------------- */
.miin-deal__badge-solo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  /* Nền trắng */
  border: 1.5px solid #e8d9a8;
  /* Viền vàng đồng */
  border-radius: 99px;
  padding: 5px;
  /* Khoảng cách tạo ra lớp lót trắng */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  /* Đổ bóng cho cả khối */
  width: 230px;
  /* Tăng kích thước 1 chút để bù cho padding */
  z-index: 10;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.miin-deal__solo-inner {
  background: #bf934e;
  box-shadow: 0 4px 4px 0 rgba(191, 147, 78, 0.4),
    0 0 7.571px 0 rgba(255, 255, 255, 0.41) inset;
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 26px;
  font-weight: 500;
  padding: 15px 50px;
  border-radius: 99px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.miin-deal__solo-ribbon {
  position: absolute;
  top: -19px;
  left: 51%;
  transform: translateX(-50%);
  width: 90px;
  pointer-events: none;
  z-index: 2;
  /* Đảm bảo nơ đè lên trên viền trắng */
}

/* --------------------------------------------------
   TRẠNG THÁI ĐẦU: Toàn bộ nội dung ẩn, chỉ badge solo hiện
-------------------------------------------------- */
.miin-deal__decor,
.miin-deal__banner-inner,
.miin-deal__cta-wrap {
  opacity: 0;
}

/* --------------------------------------------------
   TRẠNG THÁI SAU 2S: JS thêm class .is-popped vào .miin-deal__banner
   → Badge solo biến mất, nội dung bung ra
-------------------------------------------------- */

/* 1. Ẩn badge solo */
.miin-deal__banner.is-popped .miin-deal__badge-solo {
  opacity: 0;
}

/* 2. Decor icons (% hai bên) xuất hiện trước tiên */
.miin-deal__banner.is-popped .miin-deal__decor {
  animation: deal-burst 0.5s ease-out forwards;
}

/* 3. Toàn bộ nội dung chính bung ra */
.miin-deal__banner.is-popped .miin-deal__banner-inner {
  animation: deal-burst 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s forwards;
}

/* 4. Nút CTA xuất hiện sau cùng */
.miin-deal__banner.is-popped .miin-deal__cta-wrap {
  animation: deal-burst 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s forwards;
}

/* Keyframe chung: scale từ nhỏ + fade in */
@keyframes deal-burst {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* --- Decor Animations (floating) --- */
.miin-deal__decor img {
  position: absolute;
  width: 162px;
  pointer-events: none;
  z-index: 1;
  animation: floating-deal 4s ease-in-out infinite;
}

.miin-deal__icon-1 {
  top: 10%;
  left: -186px;
  animation-delay: 0s;
}

.miin-deal__icon-2 {
  bottom: 20%;
  right: -20px;
  width: 45px !important;
  animation-delay: 1s;
}

@keyframes floating-deal {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* --- Cột Thông điệp (Trái) --- */
.miin-deal__content {
  flex: 0 0 55%;
}

.miin-deal__typo {
  display: flex;
  align-items: center;
  /* Căn giữa theo chiều dọc nếu có */
  margin-bottom: 20px;
  /* Giữ nguyên khoảng cách với dải text bên dưới */
  width: 100%;
}

.miin-deal__typo-img {
  width: 100%;
  max-width: 480px;
  /* Khống chế chiều rộng tối đa trên PC cho cân đối với phần Giá bên phải */
  height: auto;
  display: block;
}

/* --- Mobile Responsive cho hình Typo --- */
@media (max-width: 991px) {
  .miin-deal__typo {
    justify-content: center;
    /* Đẩy hình ra giữa màn hình trên Mobile */
  }

  .miin-deal__typo-img {
    max-width: 378px;
    /* Thu nhỏ hình ảnh lại cho vừa vặn với màn hình điện thoại */
  }
}

.miin-deal__pill-tags {
  display: inline-block;
  border: 0.9px solid rgba(227, 200, 113, 0.51);
  border-radius: 50px;
  padding: 4px 25px;
  font-family: "Geomanist", sans-serif;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
  box-shadow: 0 0 12.42px 0 rgba(255, 255, 255, 0.6) inset;
}

/* --- Cột Giá (Phải) --- */
.miin-deal__price-col {
  flex: 0 0 35%;
  text-align: center;
  position: relative;
  right: 112px;
}

.miin-deal__price-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px solid #e8d9a8;
  border-radius: 50px;
  padding: 17px 103px 2px 103px;
  min-width: 365px;
}

.miin-deal__price-num {
  font-family: "SVN-Famous", sans-serif;
  font-size: 90px;
  color: #7f6337;
  line-height: 0.9;
  right: -74px;
  position: relative;
}

/* Badge GIÁ ƯU ĐÃI CHỈ trong price-box:
   Luôn hiện ở trạng thái cuối (không cần animation riêng,
   hiện cùng với banner-inner khi is-popped) */
.miin-deal__price-badge {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 31px;
  border-radius: 30px;
  width: 142px;
  line-height: 1.2;
  background: #bf934e;
  box-shadow: 0 4px 4px 0 rgba(191, 147, 78, 0.4),
    0 0 7.571px 0 rgba(255, 255, 255, 0.41) inset;
}

.miin-deal__ribbon {
  position: absolute;
  top: -34px;
  right: 27%;
  width: 140px;
}

.miin-deal__price-note {
  font-family: "Geomanist", sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  line-height: 1.2;
}

/* --- CTA Button Layout --- */
.miin-deal__cta-wrap {
  position: absolute;
  bottom: -26px;
  left: 35%;
  transform: translateX(-50%);
  z-index: 10;
}

.miin-deal__btn {
  min-width: 320px;
}

/* --------------------------------------------------
   MOBILE RESPONSIVE
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-deal {
    padding: 50px 0 80px 0;
  }

  .miin-deal__banner {
    padding: 5px 15px 60px 15px;
    border-radius: 30px;
    min-height: 160px;
  }

  .miin-deal__banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .miin-deal__content,
  .miin-deal__price-col {
    flex: 0 0 100%;
    width: 100%;
    right: 0;
  }

  .miin-deal__typo {
    justify-content: center;
  }

  .miin-deal__typo .num {
    font-size: 80px;
  }

  .miin-deal__typo .text-script {
    font-size: 50px;
  }

  .miin-deal__typo .badge-can {
    width: 45px;
    height: 45px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .miin-deal__pill-tags {
    font-size: 15px;
    padding: 6px 15px;
  }

  .miin-deal__price-col {
    margin-top: 40px;
  }

  .miin-deal__price-box {
    min-width: 260px;
    padding: 10px 30px;
  }

  .miin-deal__price-num {
    font-size: 60px;
    right: -52px;
  }

  .miin-deal__cta-wrap {
    left: 13%;
  }

  .miin-deal__price-badge {
    left: 8px;
    font-size: 15px;
    width: 100px;
    padding: 1rem 1rem;
    border-radius: 99px;
  }

  .miin-deal__ribbon {
    width: 100px;
    top: -23px;
  }

  .miin-deal__icon-1 {
    left: -10px;
    top: 429px;
  }

  .miin-deal__icon-2 {
    right: -10px;
  }

  .miin-deal__btn {
    min-width: 280px;
    font-size: 16px;
  }

  .miin-deal__badge-solo {
    width: auto;
    padding: 0.3rem 0.3rem;
  }

  .miin-deal__solo-inner {
    font-size: 32px;
    padding: 22px 16px;
  }

  .miin-deal__solo-ribbon {
    width: 113px;
    top: -26px;
  }
}

/* ==========================================================================
   SECTION: MÔ HÌNH PHÒNG KHÁM (CLINIC)
   ========================================================================== */
.miin-clinic {
  padding: 100px 0;
  background-color: #eee;
  /* Đồng bộ nền xám nhạt với các section khác */
}

/* --- CẤU TRÚC CSS GRID --- */
.miin-clinic__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 cột bằng nhau */
  gap: 30px;
  /* Khoảng cách giữa các ô */
  align-items: stretch;
}

/* --- GHI ĐÈ UI TIÊU ĐỀ CHO SECTION CLINIC --- */
.miin-clinic__title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Căn giữa khối tiêu đề theo chiều dọc của ô grid */
}

.miin-clinic__title {
  align-items: flex-start;
  /* Căn trái toàn bộ khối tiêu đề */
}

.miin-clinic__title .miin-section-title__sub {
  font-size: 85px;
  margin-bottom: 12px;
  margin-left: 79px;
}

/* Ghi đè Badge "PHÒNG KHÁM THẨM MỸ" */
.miin-clinic__title .miin-section-title__badge {
  color: #7f6337;
  font-size: 39px;
  padding: 13px 25px 5px 25px;
  margin-bottom: 23px;
}

/* Ghi đè chữ "đạt chuẩn BYT..." */
.miin-clinic__title .miin-section-title__main {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}

/* --- UI THẺ CARD (CLINIC CARD) --- */
.miin-clinic__card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.miin-clinic__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.miin-clinic__card-img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.miin-clinic__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
  /* Khóa tỷ lệ ảnh giúp các card luôn bằng nhau */
}

/* Cụm Content chứa Icon Tick và Text */
.miin-clinic__card-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 5px 5px 5px;
}

.miin-clinic__check-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-top: 2px;
}

.miin-clinic__card-content p {
  font-family: "Geomanist", sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.15;
  font-weight: 500;
  margin: 0;
  text-align: justify;
}

/* --------------------------------------------------
   MOBILE RESPONSIVE
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-clinic {
    padding: 10px 0;
  }

  /* Đổi Grid thành 1 cột dọc */
  .miin-clinic__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .miin-clinic__title-wrapper {
    margin-bottom: 20px;
  }

  /* Đưa Tiêu đề về căn giữa */
  .miin-clinic__title {
    align-items: center;
  }

  .miin-clinic__title .miin-section-title__sub {
    margin-left: 0;
    font-size: 70px;
  }

  .miin-clinic__title .miin-section-title__badge {
    font-size: 33px;
    height: 38px;
    margin-bottom: 15px;
  }

  .miin-clinic__title .miin-section-title__main {
    font-size: 36px;
    text-align: center;
  }
}

/* ==========================================================================
   SECTION: ĐỘI NGŨ BÁC SĨ (TEAM)
   ========================================================================== */
.miin-team {
  position: relative;
  padding: 20px 0;
  background-color: #eee;
  overflow: hidden;
}

/* Background chìm phía sau */
.miin-team__bg-pattern {
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1200px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}

.miin-team__bg-pattern img {
  width: 100%;
  height: auto;
}

.miin-team__container {
  position: relative;
  z-index: 5;
}

/* --------------------------------------------------
   GHI ĐÈ UI TIÊU ĐỀ
-------------------------------------------------- */
.miin-team__title {
  align-items: center;
  /* Căn giữa hoàn toàn */
  margin-bottom: 50px;
}

.miin-team__title-badge {
  padding: 21px 40px 13px 40px;
  margin-bottom: 15px;
}

.miin-team__title-sub {
  line-height: 0.8;
  font-size: 84px;
  position: relative;
  right: -122px;
}

@media screen and (min-width: 992px) {
  .miin-team__title-badge {
    position: absolute;
    right: 67%;
    bottom: 743px;
  }
}

/* --------------------------------------------------
   UI THẺ BÁC SĨ (CSS GRID)
-------------------------------------------------- */
.miin-team__doctors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

.miin-team__doc-card {
  display: flex;
  flex-direction: column;
}

/* Ảnh bác sĩ tách nền */
.miin-team__doc-img {
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.miin-team__doc-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.05));
}

/* Thông tin Bác sĩ */
.miin-team__doc-info {
  text-align: center;
  margin-bottom: 15px;
  text-align: left;
  padding: 0 1.1rem;
}

.miin-team__doc-level {
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.miin-team__doc-name {
  font-family: "SVN-Famous", sans-serif;
  font-size: 35px;
  color: #7f6337;
  margin: 0 0 10px 0;
  line-height: 1.2;
  text-align: left;
}

.miin-team__doc-role {
  display: inline-block;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  color: #000;
  border: 0.9px solid rgba(227, 200, 113, 0.51);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 5px 15px;
}

/* Danh sách kinh nghiệm */
.miin-team__doc-list {
  list-style: none;
  padding: 0 1.1rem;
  margin: 0;
}

.miin-team__doc-list li {
  position: relative;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 12px;
  text-align: justify;
}

.miin-team__doc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}

/* --------------------------------------------------
   FULL-WIDTH MARQUEE (BẰNG CHỨNG NHẬN)
-------------------------------------------------- */
.miin-team__marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
  /* Làm mờ 2 mép tạo cảm giác vô tận */
  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
  );
}

.miin-team__marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-team-certs 30s linear infinite;
  /* Điều chỉnh số giây để tăng/giảm tốc độ */
}

/* TẠM DỪNG KHI HOVER ĐỂ DỄ DÀNG CLICK VÀO ẢNH BẰNG GLightbox */
.miin-team__marquee-track:hover {
  animation-play-state: paused;
}

.miin-team__marquee-group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  /* Khớp với gap để loop không bị giật */
}

.miin-team__cert-item {
  width: 220px;
  flex-shrink: 0;
  display: block;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.miin-team__cert-item:hover {
  transform: scale(1.05);
  /* Phóng to nhẹ khi đưa chuột vào */
}

.miin-team__cert-item img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #e8d9a8;
  /* Viền vàng chuẩn y khoa như trong thiết kế */
}

@keyframes marquee-team-certs {
  0% {
    transform: translateX(0);
  }

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

  /* Do có 2 group giống hệt nhau, dịch 50% sẽ khớp hoàn hảo vòng lặp mới */
}

/* --------------------------------------------------
   NÚT CTA DƯỚI CÙNG
-------------------------------------------------- */
.miin-team__cta {
  text-align: center;
  position: relative;
  z-index: 5;
}

/* --------------------------------------------------
   MOBILE RESPONSIVE
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-team__bg-pattern {
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1200px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
  }
  .miin-team__doc-info {
    text-align: center !important;
    border-radius: 30px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.4) 100%
    );
    box-shadow: 0 0 5px 2px #fff inset;
    backdrop-filter: blur(5px);
    padding: 1.3rem 1rem 1rem 1rem;
  }
  .miin-team__doc-name,
  .miin-team__doc-level {
    text-align: center !important;
  }
  .miin-team {
    padding: 60px 0;
  }

  .miin-team__title-badge {
    font-size: 38px;
    margin-bottom: 0px;
  }

  .miin-team .miin-team__title-sub {
    font-size: 52px;
    margin-bottom: 5px;
    line-height: 0.7;
    left: 15px;
  }

  .miin-team .miin-team__doc-role {
    font-size: 16px;
  }

  /* Tiêu đề thu nhỏ 
    .miin-team__title-badge {
        position: absolute;
        right: 65%;
        bottom: 695px;
    }*/

  .miin-team__title-sub {
    font-size: 65px;
    margin-bottom: 5px;
  }

  /* Khối Bác sĩ chuyển thành 1 Cột dọc */
  .miin-team__doctors {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* ĐẶC BIỆT TRÊN MOBILE: Bọc text list vào White Box theo Figma */
  .miin-team__doc-list {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.4) 100%
    );
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 0 5px 2px #fff inset;
    margin-top: 5px;
    backdrop-filter: blur(5px);
  }

  /* Tinh chỉnh ảnh chứng nhận trên Mobile */
  .miin-team__marquee {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .miin-team__cert-item {
    width: 160px;
  }

  .miin-team__doc-img {
    height: auto;
    min-height: 280px;
  }
}

/* ==========================================================================
   SECTION: CÔNG NGHỆ (TECH)
   ========================================================================== */
.miin-tech {
  position: relative;
  padding: 20px 0;
  background-color: #eee;
  overflow: hidden;
}

/* Background Decor PC */
@media (min-width: 992px) {
  .miin-tech__bg-decor {
    background: url("/wp-content/uploads/2026/04/miin-tech-bg.webp") no-repeat
      center/cover;
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.8;
  }
}

.miin-tech__container {
  position: relative;
  z-index: 5;
}

/* --- TIÊU ĐỀ --- */
.miin-tech__title {
  align-items: center;
  margin-bottom: 50px;
}

.miin-tech__title .miin-section-title__sub {
  font-size: 85px;
  margin-right: -10px;
}

.miin-tech__title-badge {
  color: #7f6337;
  height: 45px;
  padding: 10px 30px 0;
  margin-top: 20px;
}

/* --- LAYOUT THẺ CARD (DESKTOP) --- */
.miin-tech__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.miin-tech__card {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
  .miin-tech__card:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.miin-tech__card-content {
  flex: 0 0 50%;
  padding: 40px 50px;
  display: flex;
  align-items: center;
}

.miin-tech__card-desc {
  font-family: "Geomanist", sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}

.miin-tech__card-img {
  flex: 0 0 50%;
}

/* Đảm bảo ảnh chiếm hết khung */
.miin-tech__card-img picture,
.miin-tech__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --------------------------------------------------
   MOBILE RESPONSIVE (Dàn ngang Sole theo image_4e2ee1.png)
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-tech {
    padding: 4px 0;
    margin-top: -35px;
  }

  .miin-tech__title .miin-section-title__sub {
    font-size: 50px;
  }

  .miin-tech__title-badge {
    font-size: 33px;
    height: 38px;
    margin-top: 10px;
  }

  /* Layout ngang 50-50 trên mobile */
  .miin-tech__card {
    flex-direction: row !important;
    border-radius: 20px;
    min-height: 140px;
  }

  /* Đảo chiều thẻ chẵn */
  .miin-tech__card:nth-child(even) {
    flex-direction: row-reverse !important;
  }

  .miin-tech__card-content {
    flex: 0 0 50%;
    padding: 15px 12px;
  }

  .miin-tech__card-desc {
    font-size: 17px;
    line-height: 1.4;
  }

  .miin-tech__card-img {
    flex: 0 0 50%;
    min-height: 140px;
  }
}

/* ==========================================================================
   SECTION: QUY TRÌNH THỰC HIỆN (PROCESS)
   ========================================================================== */
.miin-process {
  position: relative;
  padding: 30px 0 40px 0;
  background-color: #eeeeee;
  overflow: hidden;
}

/* Background Lưới Decor */
.miin-process__bg-decor img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.miin-process__decor-left {
  left: -84px;
  top: 212px;
}

.miin-process__decor-right {
  right: -150px;
  top: 390px;
}

.miin-process__container {
  position: relative;
  z-index: 5;
}

/* --- GHI ĐÈ UI TIÊU ĐỀ --- */
.miin-process__title {
  align-items: center;
  margin-bottom: 70px;
}

.miin-process__title .miin-section-title__sub {
  font-size: 85px;
  margin-bottom: 20px;
  /* Ép sát vào dòng dưới */
}

.miin-process__title .miin-section-title__main {
  font-size: 57px;
  font-weight: 500;
}

.miin-process__title-badge {
  color: #7f6337;
  font-size: 44px;
  padding: 18px 35px 10px 35px;
  margin-top: 2px;
  position: relative;
  right: -85px;
}

/* --- LAYOUT LƯỢN SÓNG (DESKTOP) --- */
.miin-process__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.miin-process__step {
  flex: 1;
  /* Chia đều 6 cột */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Các bước chẵn (B2, B4, B6) tự động tụt xuống 80px tạo lượn sóng */
@media (min-width: 992px) {
  .miin-process__step:nth-child(even) {
    margin-top: 80px;
  }
}

/* Xử lý lớp cắt đè (Overlap) */
.miin-process__img {
  position: relative;
  z-index: 2;
  /* Hình nổi lên trên text box */
  width: 100%;
  max-width: 165px;
}

.miin-process__img img {
  width: 100%;
  height: auto;
  display: block;
}

.miin-process__text-box {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  border: 0.9px solid rgba(191, 147, 78, 0.38);
  border-radius: 30px;
  padding: 21px 10px 15px 10px;
  margin-top: -38px;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12.42px 0 rgba(255, 255, 255, 0.6) inset;
}

.miin-process__text {
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  color: #7f6337;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
}

/* --------------------------------------------------
   MOBILE RESPONSIVE (THẺ ĐAN XEN)
-------------------------------------------------- */
@media (max-width: 991px) {
  .miin-process {
    padding: 10px 0;
  }
  .miin-process .miin-process__title {
    margin-bottom: 20px;
  }
  .miin-process__bg-decor {
    display: none;
  }

  /* Ẩn lưới 2 bên trên mobile cho gọn */

  /* Thu nhỏ tiêu đề */
  .miin-process__title .miin-section-title__sub {
    font-size: 73px;
    margin-bottom: 0;
  }

  .miin-process__title .miin-section-title__main {
    font-size: 42px;
    text-align: center;
    margin-top: 15px;
  }

  .miin-process__title-badge {
    font-size: 18px;
    padding: 17px 25px 10px 25px;
    height: 35px;
  }

  /* Chuyển Layout sang 1 cột dọc đan xen */
  .miin-process__list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .miin-process__step {
    width: 100%;
    max-width: 400px;
    flex-direction: row;
    /* Hình và chữ nằm ngang */
    margin-top: 0 !important;
    /* Hủy hiệu ứng tụt lượn sóng */
  }

  /* Các thẻ chẵn tự động đảo chiều (Hình bên phải, Chữ bên trái) */
  .miin-process__step:nth-child(even) {
    flex-direction: row-reverse;
  }

  /* Kích thước hình Mobile */
  .miin-process__img {
    width: 150px;
    max-width: none;
    flex-shrink: 0;
    /* Chống méo hình */
  }

  /* Kéo Text box lấn sang ngang để nằm dưới hình */
  .miin-process__text-box {
    flex: 1;
    /* Chiếm phần không gian còn lại */
    margin-top: 0;
    margin-left: -40px;
    /* Kéo thụt qua trái để nằm dưới hình */
    padding: 20px 20px 20px 50px;
    min-height: 100px;
    border-radius: 40px;
    justify-content: flex-start;
    text-align: left;
  }

  .miin-process__text {
    font-size: 18px;
  }

  /* Xử lý Overlap ngược lại cho các thẻ chẵn */
  .miin-process__step:nth-child(even) .miin-process__text-box {
    margin-left: 0;
    margin-right: -40px;
    padding: 20px 50px 20px 20px;
    text-align: right;
    justify-content: flex-end;
  }
}

/* ═══════════ STYLES START HERE ═══════════ */

/* ══════════════════════════════════════════════════════════
   BÁO CHÍ NÓI VỀ LINH ANH & ĐỐI TÁC (CLONED FROM DIEU TRI NAM)
   ══════════════════════════════════════════════════════════ */

@keyframes pulse-gentle-lp {
  0% {
    transform: scale(1);
    box-shadow: inset 1px 1px 2px #e8d9a8, inset -1px -1px 2px #e8d9a8,
      0 0 0 0 rgba(191, 147, 78, 0.4);
  }

  50% {
    transform: scale(1.04);
    box-shadow: inset 1px 1px 2px #e8d9a8, inset -1px -1px 2px #e8d9a8,
      0 0 0 8px rgba(191, 147, 78, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: inset 1px 1px 2px #e8d9a8, inset -1px -1px 2px #e8d9a8,
      0 0 0 0 rgba(191, 147, 78, 0);
  }
}

.btn-cta-lp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Geomanist", "Inter", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(90deg, #a88143 0%, #d4ae70 50%, #a88143 100%);
  background-size: 200% auto;
  box-shadow: 0 4px 15px rgba(127, 99, 55, 0.3), inset 1px 1px 2px #e8d9a8,
    inset -1px -1px 2px #e8d9a8;
  transition: all 0.4s ease;
  animation: pulse-gentle-lp 2.5s ease-in-out infinite;
  position: relative;
  z-index: 5;
  align-self: center;
}

.btn-cta-lp:hover {
  background-position: right center;
  box-shadow: 0 15px 30px rgba(168, 129, 67, 0.6), inset 1px 1px 2px #e8d9a8,
    inset -1px -1px 2px #e8d9a8;
  transform: translateY(-2px);
  color: #ffffff;
}

.nam-press {
  padding-top: 30px;
  background-color: #eeeeee;
  overflow: hidden;
}

.nam-press__top {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.nam-press__title-col {
  flex: 0 0 400px;
  text-align: center;
}

.npr-title-script {
  font-family: var(--font-accent-art);
  font-size: 115px;
  color: #b69655;
  line-height: 0.6;
  margin-bottom: 33px;
  z-index: 1;
  position: relative;
  font-weight: 400;
}

.npr-title-pill {
  display: inline-block;
  font-family: var(--font-heading-lux);
  font-size: 42px;
  color: #7f6337;
  border-radius: 999px;
  padding: 0px 40px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.6) inset,
    0 4px 9px 0 rgba(191, 147, 78, 0.39);
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.npr-desc {
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  color: #7f6337;
  line-height: 1.5;
}

.nam-press__slider-col {
  flex: 1;
  min-width: 0;
}

.js-splide-press .splide__slide img {
  width: 100%;
  display: block;
}

.nam-press__bottom {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .nam-press__bottom .container {
    z-index: 10;
    position: relative;
  }

  .npr-podium-bg {
    position: absolute;
    bottom: -300px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    max-width: 100%;
    height: auto;
    z-index: 4;
    pointer-events: none;
  }
}

.npr-awards {
  display: flex;
  justify-content: center;
}

.npr-awards__track {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.npr-awards__group {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.npr-award-item {
  padding: 0 15px;
}

.npr-award-item img {
  height: auto;
  width: auto;
  max-height: 400px;
  object-fit: contain;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }

  .nam-press {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nam-press__top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .nam-press__title-col {
    flex: auto;
    width: 100%;
  }

  .npr-title-script {
    font-size: 90px;
    margin-bottom: 29px;
  }

  .npr-title-pill {
    font-size: 38px;
    padding: 0px 36px;
    margin-bottom: 20px;
  }

  .npr-desc {
    font-size: 16px;
  }

  .nam-press__slider-col {
    width: 100%;
  }

  .npr-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
    );
  }

  .npr-awards__track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    animation: npr-marquee 10s linear infinite;
  }

  .npr-awards__group {
    display: flex;
    gap: 15px;
    padding-right: 15px;
    flex: 0 0 auto;
  }

  .npr-award-item img {
    height: 200px;
  }

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

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

.container--full {
  width: 100%;
  padding-inline: var(--space-4);
}

.partners {
  padding-block: var(--space-8);
  background-color: #eeeeee;
  overflow: hidden;
}

.partners__header {
  margin-bottom: var(--space-16);
}

.partners__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pt-title-top {
  font-family: var(--font-accent-art);
  font-size: 100px;
  font-weight: 400;
  color: #b69655;
  line-height: 0.8;
}

.pt-title-bottom {
  font-family: var(--font-heading-lux);
  font-size: 80px;
  background: linear-gradient(
    360deg,
    rgba(182, 150, 85, 1) 0%,
    rgba(227, 200, 113, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.marquee {
  --marquee-duration: 8s;
  overflow: hidden;
  user-select: none;
  display: flex;
  position: relative;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

.marquee__content {
  display: flex;
  gap: var(--space-12);
  min-width: 100%;
  padding-block: var(--space-4);
  animation: marquee var(--marquee-duration) linear infinite;
}

.marquee__item {
  flex: 0 0 auto;
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.6;
  transition: all 0.3s ease;
}

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

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

@media (max-width: 768px) {
  .pt-title-top {
    font-size: 64px;
  }

  .pt-title-bottom {
    font-size: 44px;
  }

  .marquee__item {
    width: 120px;
  }

  .marquee__content {
    gap: var(--space-8);
  }
}

/* ══════════════════════════════════════════════════════════
   VIDEO SHORTS (CLONED FROM DIEU TRI TAN NHANG)
   ══════════════════════════════════════════════════════════ */
.miin-video-shorts {
  margin-top: 0;
  padding-bottom: 80px;
  background-color: #eee;
}

.video-shorts__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.video-short-item {
  flex: 0 0 calc(20% - 16px);
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.video-short-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Show More Logic */
.show-more {
  position: relative;
}

.show-more__content {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.show-more__fade {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #f8f8f8, transparent);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.show-more.is-expanded .show-more__fade {
  opacity: 0;
}

.show-more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 30px auto 0;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #bf934e;
  border-radius: 99px;
  color: #bf934e;
  font-family: "Geomanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.show-more__btn:hover {
  background: #bf934e;
  color: #fff;
}

.show-more .show-more__label-less {
  display: none;
}

.show-more.is-expanded .show-more__label-more {
  display: none;
}

.show-more.is-expanded .show-more__label-less {
  display: inline;
}

.show-more.is-expanded .show-more__btn svg {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .miin-video-shorts .show-more__btn,
  .miin-video-shorts .show-more__fade {
    display: none !important;
  }

  .miin-video-shorts .show-more__content {
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 768px) {
  .miin-video-shorts {
    padding-bottom: 40px;
  }

  .video-short-item {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .video-short-item {
    flex: 0 0 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
