/* = BS ĐÔNG — SECTION 3 V4 FINAL LỘ TRÌNH ĐIỀU TRỊ TRONG KHOẢNG 10 NGÀY
   HTML prefix:
   bsd2-s3v4-
   Không dùng chung với CSS Section 3 cũ.
   ========================================================= */
/* =========================================================
   1. RESET VÀ BIẾN MÀU
   ========================================================= */

.bsd2-s3v4-section,
.bsd2-s3v4-section * {
  box-sizing: border-box;
}

.bsd2-s3v4-section {
  --s3v4-yellow: #fdad00;
  --s3v4-yellow-dark: #d99000;
  --s3v4-yellow-light: #ffd778;
  --s3v4-navy: #071b31;
  --s3v4-navy-light: #102f50;
  --s3v4-text: #657386;
  --s3v4-cream: #fffcf5;
  --s3v4-white: #ffffff;
  --s3v4-border: rgba(7, 27, 49, 0.10);

  position: relative;

  overflow: hidden;

  color: var(--s3v4-navy);
}

.bsd2-s3v4-section .section-bg {
  overflow: hidden !important;

  background:
    radial-gradient(
      circle at 6% 8%,
      rgba(253, 173, 0, 0.12),
      transparent 27%
    ),
    radial-gradient(
      circle at 96% 80%,
      rgba(7, 27, 49, 0.045),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #fffcf5 0%,
      #ffffff 55%,
      #fffaf0 100%
    ) !important;
}

.bsd2-s3v4-section .section-content {
  position: relative;
  z-index: 2;
}

.bsd2-s3v4-section h2,
.bsd2-s3v4-section h3,
.bsd2-s3v4-section p,
.bsd2-s3v4-section figure {
  margin: 0 !important;
}


/* Loại bỏ các thẻ rỗng WordPress có thể tự sinh */

.bsd2-s3v4-section p:empty,
.bsd2-s3v4-section .bsd2-s3v4 > p:empty,
.bsd2-s3v4-section .bsd2-s3v4-main > p:empty,
.bsd2-s3v4-section .bsd2-s3v4-timeline > p:empty {
  display: none !important;

  width: 0 !important;
  height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   2. CONTAINER FLATSOME
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-outer-row {
  width: 100% !important;
  max-width: 1320px !important;

  margin-right: auto !important;
  margin-left: auto !important;
}

.bsd2-s3v4-section .bsd2-s3v4-outer-col {
  width: 100% !important;
  max-width: 100% !important;

  padding: 0 15px !important;
}

.bsd2-s3v4-section .bsd2-s3v4-outer-col > .col-inner {
  width: 100% !important;
  max-width: none !important;
}

.bsd2-s3v4-section .bsd2-s3v4 {
  position: relative;

  width: 100% !important;
  max-width: 1240px !important;

  margin: 0 auto !important;

  /*
   * Tạo khoảng cuộn phía dưới để thanh liên hệ cố định
   * không che Clinical Note.
   */
  padding-bottom: 105px;
}


/* =========================================================
   3. HEADING
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-head {
  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  text-align: center;
}

.bsd2-s3v4-section .bsd2-s3v4-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  margin: 0 0 14px;
  padding: 8px 14px;

  border: 1px solid rgba(253, 173, 0, 0.42);
  border-radius: 999px;

  background: rgba(253, 173, 0, 0.09);
  color: #9f6800;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsd2-s3v4-section .bsd2-s3v4-kicker-dot {
  display: block;

  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border-radius: 50%;

  background: var(--s3v4-yellow);

  box-shadow:
    0 0 0 5px rgba(253, 173, 0, 0.14);
}

.bsd2-s3v4-section .bsd2-s3v4-kicker-text {
  display: block;
}

.bsd2-s3v4-section .bsd2-s3v4-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;

  width: 100%;
  max-width: 1120px;

  margin: 0 auto !important;
  padding: 0 !important;

  overflow: visible !important;

  color: var(--s3v4-navy) !important;

  font-size: clamp(39px, 4.1vw, 57px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -0.05em !important;

  text-align: center !important;
}

.bsd2-s3v4-section .bsd2-s3v4-title-main,
.bsd2-s3v4-section .bsd2-s3v4-title-accent {
  position: static !important;

  display: block !important;

  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;

  transform: none !important;
}

.bsd2-s3v4-section .bsd2-s3v4-title-main {
  color: var(--s3v4-navy) !important;
}

.bsd2-s3v4-section .bsd2-s3v4-title-accent {
  color: var(--s3v4-yellow-dark) !important;
}

.bsd2-s3v4-section .bsd2-s3v4-intro {
  width: 100%;
  max-width: 790px;

  margin: 15px auto 0;

  color: var(--s3v4-text);

  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;

  text-align: center;
}


/* =========================================================
   4. MAIN LAYOUT
   Flex được dùng để tránh thẻ P rỗng chiếm cột
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-main {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 18px !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 28px 0 0 !important;
}

.bsd2-s3v4-section
.bsd2-s3v4-main
> .bsd2-s3v4-summary {
  width: 300px !important;
  flex: 0 0 300px !important;
}

.bsd2-s3v4-section
.bsd2-s3v4-main
> .bsd2-s3v4-panel {
  width: auto !important;
  min-width: 0 !important;

  flex: 1 1 0 !important;
}


/* =========================================================
   5. SUMMARY — 10 NGÀY
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-summary {
  position: relative;

  display: flex !important;
  flex-direction: column !important;

  min-width: 0 !important;
  min-height: 430px !important;

  padding: 25px;
  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.48);
  border-radius: 25px;

  background:
    radial-gradient(
      circle at 87% 13%,
      rgba(253, 173, 0, 0.22),
      transparent 31%
    ),
    linear-gradient(
      145deg,
      #102f50 0%,
      #071b31 100%
    );

  box-shadow:
    0 22px 54px rgba(7, 27, 49, 0.20);
}

.bsd2-s3v4-section .bsd2-s3v4-summary::before {
  content: "";

  position: absolute;
  right: -68px;
  bottom: -68px;

  width: 190px;
  height: 190px;

  border: 1px solid rgba(253, 173, 0, 0.19);
  border-radius: 50%;

  pointer-events: none;
}

.bsd2-s3v4-section .bsd2-s3v4-summary::after {
  content: "";

  position: absolute;
  right: -29px;
  bottom: -29px;

  width: 108px;
  height: 108px;

  border: 1px dashed rgba(255, 255, 255, 0.11);
  border-radius: 50%;

  pointer-events: none;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-top {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 61px;
  height: 61px;
  flex: 0 0 61px;

  padding: 12px;

  border: 1px solid rgba(253, 173, 0, 0.44);
  border-radius: 18px;

  background: rgba(253, 173, 0, 0.13);
}

.bsd2-s3v4-section .bsd2-s3v4-summary-eyebrow {
  display: block;

  max-width: 150px;

  color: var(--s3v4-yellow-light);

  font-size: 9px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.bsd2-s3v4-section .bsd2-s3v4-count-row {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  gap: 10px;

  margin-top: 25px;
}

.bsd2-s3v4-section .bsd2-s3v4-count {
  display: block;

  color: var(--s3v4-yellow);

  font-size: 94px;
  line-height: 0.82;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.bsd2-s3v4-section .bsd2-s3v4-count-unit {
  display: block;

  margin-bottom: 7px;

  color: #ffffff;

  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-title {
  position: relative;
  z-index: 2;

  margin-top: 23px;

  color: #ffffff;

  font-size: 17px;
  line-height: 1.38;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-description {
  position: relative;
  z-index: 2;

  margin-top: 8px;

  color: rgba(255, 255, 255, 0.70);

  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-status {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 8px;

  margin-top: auto;
  padding-top: 20px;

  color: rgba(255, 255, 255, 0.64);

  font-size: 8px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-status-dot {
  display: block;

  width: 7px;
  height: 7px;
  flex: 0 0 7px;

  border-radius: 50%;

  background: var(--s3v4-yellow);

  box-shadow:
    0 0 0 4px rgba(253, 173, 0, 0.14);
}


/* =========================================================
   6. RESET UX IMAGE FLATSOME
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-summary-icon > .img,
.bsd2-s3v4-section .bsd2-s3v4-summary-icon .img,
.bsd2-s3v4-section .bsd2-s3v4-summary-icon .img-inner,
.bsd2-s3v4-section .bsd2-s3v4-summary-icon a,
.bsd2-s3v4-section .bsd2-s3v4-step-icon > .img,
.bsd2-s3v4-section .bsd2-s3v4-step-icon .img,
.bsd2-s3v4-section .bsd2-s3v4-step-icon .img-inner,
.bsd2-s3v4-section .bsd2-s3v4-step-icon a {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;

  overflow: visible !important;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-icon .img-inner,
.bsd2-s3v4-section .bsd2-s3v4-step-icon .img-inner {
  min-height: 100% !important;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-icon img,
.bsd2-s3v4-section .bsd2-s3v4-step-icon img {
  position: static !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;

  object-fit: contain !important;
}

.bsd2-s3v4-section .bsd2-s3v4-summary-icon img {
  filter:
    brightness(0)
    saturate(100%)
    invert(74%)
    sepia(98%)
    saturate(2124%)
    hue-rotate(357deg)
    brightness(102%)
    contrast(104%) !important;
}

.bsd2-s3v4-section .bsd2-s3v4-step-icon img {
  filter:
    brightness(0)
    saturate(100%)
    invert(11%)
    sepia(23%)
    saturate(2857%)
    hue-rotate(172deg)
    brightness(91%)
    contrast(103%) !important;
}


/* =========================================================
   7. TIMELINE PANEL
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-panel {
  position: relative;

  min-height: 430px !important;

  padding: 21px 21px 39px;
  overflow: hidden;

  border: 1px solid var(--s3v4-border);
  border-radius: 25px;

  background:
    radial-gradient(
      circle at 94% 10%,
      rgba(253, 173, 0, 0.09),
      transparent 27%
    ),
    #ffffff;

  box-shadow:
    0 18px 46px rgba(7, 27, 49, 0.085);
}

.bsd2-s3v4-section .bsd2-s3v4-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  min-height: 42px;
}

.bsd2-s3v4-section .bsd2-s3v4-panel-heading {
  min-width: 0;
}

.bsd2-s3v4-section .bsd2-s3v4-panel-eyebrow {
  color: #a96d00;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsd2-s3v4-section .bsd2-s3v4-panel-title {
  margin: 4px 0 0 !important;

  color: var(--s3v4-navy) !important;

  font-size: 17px !important;
  line-height: 1.32 !important;
  font-weight: 900 !important;
  letter-spacing: -0.015em !important;
}

.bsd2-s3v4-section .bsd2-s3v4-panel-duration {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  padding: 8px 11px;

  border: 1px solid rgba(253, 173, 0, 0.34);
  border-radius: 999px;

  background: rgba(253, 173, 0, 0.10);
  color: #966200;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}


/* =========================================================
   8. TIMELINE DESKTOP — 4 CỘT ZIGZAG
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-timeline {
  position: relative;

  display: grid !important;
  grid-template-columns:
    repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
  align-items: start !important;
  gap: 12px !important;

  width: 100% !important;

  margin-top: 20px !important;
}

.bsd2-s3v4-section .bsd2-s3v4-track {
  position: absolute;
  top: 21px;
  right: 12.5%;
  left: 12.5%;
  z-index: 1;

  display: block;

  width: auto;
  height: 3px;
  min-height: 0;

  margin: 0;
  padding: 0;

  overflow: hidden;

  border-radius: 999px;

  background: rgba(7, 27, 49, 0.10);
}

.bsd2-s3v4-section .bsd2-s3v4-track-fill {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 3px;
  min-height: 0;

  margin: 0;
  padding: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      90deg,
      #d99000 0%,
      #fdad00 52%,
      #ffd778 100%
    );

  box-shadow:
    0 0 14px rgba(253, 173, 0, 0.23);

  transform: none;
}

.bsd2-s3v4-section .bsd2-s3v4-step {
  position: relative;
  z-index: 2;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  grid-column: auto !important;
  grid-row: auto !important;

  width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 0 !important;
}

.bsd2-s3v4-section .bsd2-s3v4-step::after {
  content: "";

  position: absolute;
  top: 44px;
  left: 50%;

  width: 1px;
  height: 14px;

  background:
    linear-gradient(
      180deg,
      rgba(253, 173, 0, 0.60),
      rgba(7, 27, 49, 0.12)
    );

  transform: translateX(-50%);
}

.bsd2-s3v4-section
.bsd2-s3v4-step:nth-of-type(even)::after {
  height: 38px;
}

.bsd2-s3v4-section .bsd2-s3v4-marker {
  position: relative;
  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  flex: 0 0 44px;

  margin: 0 auto;

  border: 4px solid #ffffff;
  border-radius: 50%;

  background: var(--s3v4-navy);
  color: var(--s3v4-yellow);

  font-size: 10px;
  line-height: 1;
  font-weight: 950;

  box-shadow:
    0 0 0 1px rgba(7, 27, 49, 0.13),
    0 8px 18px rgba(7, 27, 49, 0.15);
}

.bsd2-s3v4-section .bsd2-s3v4-step-card {
  display: flex;
  flex-direction: column;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 218px !important;

  margin: 14px 0 0 !important;
  padding: 14px !important;

  border: 1px solid rgba(7, 27, 49, 0.09);
  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f7f9fb 100%
    );

  box-shadow:
    0 10px 25px rgba(7, 27, 49, 0.065);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.bsd2-s3v4-section
.bsd2-s3v4-step:nth-of-type(even)
.bsd2-s3v4-step-card {
  margin-top: 38px !important;
}

.bsd2-s3v4-section .bsd2-s3v4-step-card:hover {
  border-color: rgba(253, 173, 0, 0.42);

  box-shadow:
    0 16px 35px rgba(7, 27, 49, 0.11);

  transform: translateY(-4px);
}

.bsd2-s3v4-section .bsd2-s3v4-step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
}

.bsd2-s3v4-section .bsd2-s3v4-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 49px;
  height: 49px;
  flex: 0 0 49px;

  padding: 9px;

  border: 1px solid rgba(253, 173, 0, 0.34);
  border-radius: 14px;

  background: rgba(253, 173, 0, 0.10);
}

.bsd2-s3v4-section .bsd2-s3v4-step-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 6px 7px;

  border: 1px solid rgba(7, 27, 49, 0.08);
  border-radius: 999px;

  background: #f0f3f6;
  color: var(--s3v4-navy);

  font-size: 8px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.bsd2-s3v4-section .bsd2-s3v4-step-title {
  margin-top: 14px;

  color: var(--s3v4-navy);

  font-size: 15px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.bsd2-s3v4-section .bsd2-s3v4-step-description {
  margin-top: auto;
  padding-top: 13px;

  color: var(--s3v4-text);

  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
}


/* =========================================================
   9. CLINICAL NOTE VÀ BUTTON
   ========================================================= */

.bsd2-s3v4-section .bsd2-s3v4-note {
  position: relative;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 26px !important;

  width: 100%;

  margin-top: 18px;
  padding: 22px 25px;
  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.48);
  border-radius: 23px;

  background:
    radial-gradient(
      circle at 91% 50%,
      rgba(253, 173, 0, 0.14),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      #102f50 0%,
      #071b31 100%
    );

  box-shadow:
    0 18px 43px rgba(7, 27, 49, 0.16);
}

.bsd2-s3v4-section .bsd2-s3v4-note-copy {
  min-width: 0;

  flex: 1 1 auto;
}

.bsd2-s3v4-section .bsd2-s3v4-note-label {
  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--s3v4-yellow-light);

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsd2-s3v4-section .bsd2-s3v4-note-dot {
  display: block;

  width: 7px;
  height: 7px;
  flex: 0 0 7px;

  border-radius: 50%;

  background: var(--s3v4-yellow);

  box-shadow:
    0 0 0 4px rgba(253, 173, 0, 0.13);
}

.bsd2-s3v4-section .bsd2-s3v4-note-title {
  margin-top: 8px;

  color: #ffffff;

  font-size: 18px;
  line-height: 1.38;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.bsd2-s3v4-section .bsd2-s3v4-note-description {
  margin-top: 5px;

  color: rgba(255, 255, 255, 0.70);

  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
}

.bsd2-s3v4-section .bsd2-s3v4-note-action {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;
}

.bsd2-s3v4-section .bsd2-s3v4-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 190px;
  min-height: 51px;

  margin: 0 !important;
  padding: 13px 22px;

  border: 1px solid var(--s3v4-yellow);
  border-radius: 999px;

  background: var(--s3v4-yellow);
  color: var(--s3v4-navy) !important;

  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  white-space: nowrap;

  box-shadow:
    0 14px 31px rgba(253, 173, 0, 0.28);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.bsd2-s3v4-section .bsd2-s3v4-button:hover {
  background: var(--s3v4-yellow-dark);
  color: var(--s3v4-navy) !important;

  box-shadow:
    0 18px 38px rgba(253, 173, 0, 0.35);

  transform: translateY(-2px);
}


/* =========================================================
   10. DESKTOP LỚN
   ========================================================= */

@media (min-width: 1200px) {

  .bsd2-s3v4-section .bsd2-s3v4-title-main {
    white-space: nowrap !important;
  }
}


/* =========================================================
   11. LAPTOP: 900PX ĐẾN 1199PX
   Vẫn giữ 4 giai đoạn trên một hàng
   ========================================================= */

@media (min-width: 900px) and (max-width: 1199px) {

  .bsd2-s3v4-section .bsd2-s3v4 {
    max-width: 1080px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-title {
    font-size: 43px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-main {
    gap: 14px !important;
  }

  .bsd2-s3v4-section
  .bsd2-s3v4-main
  > .bsd2-s3v4-summary {
    width: 255px !important;
    flex-basis: 255px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary {
    min-height: 410px !important;

    padding: 20px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;

    padding: 10px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-eyebrow {
    max-width: 125px;

    font-size: 8px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count {
    font-size: 80px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count-unit {
    font-size: 13px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-title {
    font-size: 15px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-panel {
    min-height: 410px !important;

    padding: 17px 14px 35px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-timeline {
    gap: 7px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-card {
    min-height: 205px !important;

    padding: 11px !important;
  }

  .bsd2-s3v4-section
  .bsd2-s3v4-step:nth-of-type(even)
  .bsd2-s3v4-step-card {
    margin-top: 31px !important;
  }

  .bsd2-s3v4-section
  .bsd2-s3v4-step:nth-of-type(even)::after {
    height: 31px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;

    padding: 8px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-time {
    padding: 5px 6px;

    font-size: 7px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-title {
    font-size: 13px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-description {
    font-size: 8.5px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note-title {
    font-size: 16px;
  }
}


/* =========================================================
   12. TABLET: 600PX ĐẾN 899PX
   Summary thành banner, timeline 2 × 2
   ========================================================= */

@media (min-width: 600px) and (max-width: 899px) {

  .bsd2-s3v4-section .bsd2-s3v4-title {
    font-size: 40px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-main {
    flex-direction: column !important;
    gap: 15px !important;

    margin-top: 25px !important;
  }

  .bsd2-s3v4-section
  .bsd2-s3v4-main
  > .bsd2-s3v4-summary,
  .bsd2-s3v4-section
  .bsd2-s3v4-main
  > .bsd2-s3v4-panel {
    width: 100% !important;

    flex: 0 0 auto !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    align-items: center !important;
    column-gap: 24px !important;
    row-gap: 8px !important;

    min-height: 0 !important;

    padding: 23px 25px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-top {
    grid-column: 1;
    grid-row: 1 / span 2;

    display: block;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-eyebrow {
    margin-top: 8px;

    text-align: left;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count-row {
    grid-column: 2;
    grid-row: 1 / span 2;

    margin-top: 0;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count {
    font-size: 86px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-title {
    grid-column: 3;
    grid-row: 1;

    margin-top: 0;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-description {
    grid-column: 3;
    grid-row: 2;

    margin-top: 0;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-status {
    grid-column: 1 / -1;
    grid-row: 3;

    margin-top: 7px;
    padding-top: 14px;

    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }

  .bsd2-s3v4-section .bsd2-s3v4-panel {
    min-height: 0 !important;

    padding-bottom: 22px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-timeline {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-track {
    display: none;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 11px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step::after {
    display: none;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-card,
  .bsd2-s3v4-section
  .bsd2-s3v4-step:nth-of-type(even)
  .bsd2-s3v4-step-card {
    min-height: 178px !important;

    margin-top: 0 !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 17px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note-action {
    justify-content: flex-start;

    width: 100%;
  }
}


/* =========================================================
   13. MOBILE: DƯỚI 600PX
   Timeline chạy dọc
   ========================================================= */

@media (max-width: 599px) {

  .bsd2-s3v4-section {
    padding: 32px 8px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-outer-col {
    padding: 0 5px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4 {
    padding-bottom: 115px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-kicker {
    gap: 7px;

    margin-bottom: 12px;
    padding: 7px 10px;

    font-size: 8px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-title {
    font-size: 31px !important;
    line-height: 1.03 !important;
    letter-spacing: -0.04em !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-intro {
    margin-top: 13px;

    font-size: 13px;
    line-height: 1.6;
  }

  .bsd2-s3v4-section .bsd2-s3v4-main {
    flex-direction: column !important;
    gap: 14px !important;

    margin-top: 22px !important;
  }

  .bsd2-s3v4-section
  .bsd2-s3v4-main
  > .bsd2-s3v4-summary,
  .bsd2-s3v4-section
  .bsd2-s3v4-main
  > .bsd2-s3v4-panel {
    width: 100% !important;

    flex: 0 0 auto !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary {
    min-height: 305px !important;

    padding: 20px;

    border-radius: 21px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;

    padding: 10px;

    border-radius: 16px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-eyebrow {
    font-size: 8px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count-row {
    margin-top: 22px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count {
    font-size: 84px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count-unit {
    font-size: 14px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-title {
    margin-top: 20px;

    font-size: 16px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary-description {
    font-size: 11px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-panel {
    min-height: 0 !important;

    padding: 18px 13px;

    border-radius: 21px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-panel-title {
    font-size: 16px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-panel-duration {
    align-self: flex-start;
  }

  .bsd2-s3v4-section .bsd2-s3v4-timeline {
    display: block !important;

    margin-top: 19px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-track {
    top: 21px;
    right: auto;
    bottom: 21px;
    left: 20px;

    display: block;

    width: 3px;
    height: auto;

    background: rgba(7, 27, 49, 0.10);
  }

  .bsd2-s3v4-section .bsd2-s3v4-track-fill {
    width: 100%;
    height: 100%;

    background:
      linear-gradient(
        180deg,
        #d99000,
        #fdad00,
        #ffd778
      );

    transform: none;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 11px !important;

    margin-bottom: 13px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step:last-child {
    margin-bottom: 0 !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step::after {
    display: none;
  }

  .bsd2-s3v4-section .bsd2-s3v4-marker {
    width: 42px;
    height: 42px;
    flex-basis: 42px;

    border-width: 3px;

    font-size: 9px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-card,
  .bsd2-s3v4-section
  .bsd2-s3v4-step:nth-of-type(even)
  .bsd2-s3v4-step-card {
    min-height: 0 !important;

    margin-top: 0 !important;
    padding: 14px !important;

    border-radius: 17px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;

    padding: 9px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-title {
    font-size: 16px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step-description {
    margin-top: 11px;
    padding-top: 0;

    font-size: 10px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 15px !important;

    margin-top: 14px;
    padding: 19px;

    border-radius: 20px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note-label {
    font-size: 8px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note-title {
    font-size: 16px;
    line-height: 1.42;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note-description {
    font-size: 11px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-note-action {
    width: 100%;
  }

  .bsd2-s3v4-section .bsd2-s3v4-button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }
}


/* =========================================================
   14. MOBILE RẤT NHỎ
   ========================================================= */

@media (max-width: 380px) {

  .bsd2-s3v4-section .bsd2-s3v4-title {
    font-size: 28px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-summary {
    padding: 18px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count {
    font-size: 76px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-count-unit {
    font-size: 13px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-step {
    grid-template-columns: 39px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-marker {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .bsd2-s3v4-section .bsd2-s3v4-track {
    left: 18px;
  }
}


/* =========================================================
   15. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bsd2-s3v4-section *,
  .bsd2-s3v4-section *::before,
  .bsd2-s3v4-section *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* Xóa phần tử rác do WordPress tự chèn trực tiếp vào layout */

.bsd2-s3v4-section .bsd2-s3v4-timeline > p,
.bsd2-s3v4-section .bsd2-s3v4-timeline > br,
.bsd2-s3v4-section .bsd2-s3v4-main > p,
.bsd2-s3v4-section .bsd2-s3v4-main > br {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* =========================================================
   FIX NHANH — TIÊU ĐỀ BỊ HỞ DÒNG + BUTTON LỆCH TÂM
   Dán ở CUỐI file CSS hiện tại
   ========================================================= */


/* =========================
   1. FIX HEADING
   ========================= */

.bsd2-s3v4-section .bsd2-s3v4-head {
  margin-bottom: 0 !important;
}

.bsd2-s3v4-section .bsd2-s3v4-title {
  gap: 0 !important;
  margin: 0 auto !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
}

.bsd2-s3v4-section .bsd2-s3v4-title-main,
.bsd2-s3v4-section .bsd2-s3v4-title-accent {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.bsd2-s3v4-section .bsd2-s3v4-title-main {
  margin-bottom: -2px !important;
}

.bsd2-s3v4-section .bsd2-s3v4-title-accent {
  margin-top: -2px !important;
}

.bsd2-s3v4-section .bsd2-s3v4-intro {
  margin-top: 10px !important;
}


/* =========================
   2. FIX BUTTON CHỮ LỆCH TÂM
   ========================= */

.bsd2-s3v4-section .bsd2-s3v4-note-action {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.bsd2-s3v4-section .bsd2-s3v4-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 190px !important;
  min-height: 56px !important;

  padding: 0 28px !important;
  margin: 0 !important;

  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

.bsd2-s3v4-section .bsd2-s3v4-button,
.bsd2-s3v4-section .bsd2-s3v4-button span,
.bsd2-s3v4-section .bsd2-s3v4-button strong {
  line-height: 1 !important;
}


/* =========================
   3. RESPONSIVE
   ========================= */

@media (max-width: 899px) {
  .bsd2-s3v4-section .bsd2-s3v4-title {
    line-height: 0.98 !important;
    gap: 0 !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-intro {
    margin-top: 9px !important;
  }
}

@media (max-width: 599px) {
  .bsd2-s3v4-section .bsd2-s3v4-title {
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-title-main {
    margin-bottom: 0 !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-title-accent {
    margin-top: 0 !important;
  }

  .bsd2-s3v4-section .bsd2-s3v4-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 0 20px !important;
  }
}
/* =========================================================
   END SECTION 3 V4 FINAL
   ========================================================= */
/* = BS ĐÔNG 2 — INTERNATIONAL PATIENT SUPPORT
   Desktop: travel folder + boarding ticket + 3x2 cards
   Mobile: vertical journey
   ========================================================= */


/* =========================================================
   1. VARIABLES AND SECTION
   ========================================================= */

.bsd2-support-section {
  --bsd2-support-yellow: #fdad00;
  --bsd2-support-yellow-dark: #d99100;
  --bsd2-support-yellow-light: #ffd778;
  --bsd2-support-navy: #071b31;
  --bsd2-support-navy-light: #102f50;
  --bsd2-support-cream: #fffcf5;
  --bsd2-support-text: #667487;

  position: relative;
  overflow: hidden;

  color: #ffffff;
}

.bsd2-support-section .section-bg {
  overflow: hidden !important;

  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(253, 173, 0, 0.18),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 70%,
      rgba(253, 173, 0, 0.09),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #071b31 0%,
      #0a213b 54%,
      #07182b 100%
    ) !important;
}

.bsd2-support-section .section-content {
  position: relative;
  z-index: 2;
}

.bsd2-support-section::before {
  content: "";

  position: absolute;
  top: 105px;
  left: -135px;
  z-index: 1;

  width: 350px;
  height: 350px;

  border: 1px solid rgba(253, 173, 0, 0.15);
  border-radius: 50%;

  pointer-events: none;
}

.bsd2-support-section::after {
  content: "";

  position: absolute;
  right: -90px;
  bottom: 155px;
  z-index: 1;

  width: 265px;
  height: 265px;

  border: 1px dashed rgba(255, 255, 255, 0.09);
  border-radius: 50%;

  pointer-events: none;
}

.bsd2-support-head-row,
.bsd2-support-kit-row,
.bsd2-support-cards-row,
.bsd2-support-footer-row {
  width: 100%;

  margin-right: auto !important;
  margin-left: auto !important;
}

.bsd2-support-head-col,
.bsd2-support-kit-col,
.bsd2-support-card-col,
.bsd2-support-footer-col {
  padding: 10px !important;
}


/* =========================================================
   2. SECTION HEADING
   ========================================================= */

.bsd2-support-head {
  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  text-align: center;
}

.bsd2-support-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 18px;
  padding: 8px 14px;

  border: 1px solid rgba(253, 173, 0, 0.42);
  border-radius: 999px;

  background: rgba(253, 173, 0, 0.09);
  color: var(--bsd2-support-yellow-light);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bsd2-support-kicker > span {
  display: block;

  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border-radius: 50%;

  background: var(--bsd2-support-yellow);

  box-shadow:
    0 0 0 5px rgba(253, 173, 0, 0.14);
}

.bsd2-support-head h2 {
  display: block !important;

  width: 100%;
  max-width: 1080px;

  margin: 0 auto !important;
  overflow: visible !important;

  color: #ffffff;

  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: -0.052em;
}

.bsd2-support-title-line {
  display: block !important;

  color: inherit;

  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.bsd2-support-title-line-1 {
  color: #ffffff !important;
}

.bsd2-support-title-line-2 {
  margin-top: 8px;

  color: var(--bsd2-support-yellow) !important;
}

.bsd2-support-head p {
  width: 100%;
  max-width: 760px;

  margin: 22px auto 0 !important;

  color: rgba(255, 255, 255, 0.82);

  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}


/* =========================================================
   3. TRAVEL KIT STAGE
   ========================================================= */

.bsd2-support-kit-row {
  margin-top: 36px !important;
}

.bsd2-support-kit-stage {
  position: relative;

  width: 100%;
  max-width: 1050px;

  margin: 0 auto;

  perspective: 1600px;
}

.bsd2-support-folder {
  position: relative;

  width: 100%;
  min-height: 440px;

  overflow: visible;

  border-radius: 34px;

  transform-style: preserve-3d;
}

.bsd2-support-folder-core {
  position: absolute;
  inset: 18px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 46px;

  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.30);
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(253, 173, 0, 0.13),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #fffdf8 0%,
      #f7efe1 100%
    );

  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.31),
    inset 0 0 0 1px rgba(255, 255, 255, 0.70);
}

.bsd2-support-folder-core::before {
  content: "";

  position: absolute;
  inset: 16px;

  border: 1px dashed rgba(7, 27, 49, 0.11);
  border-radius: 20px;

  pointer-events: none;
}


/* =========================================================
   4. FOLDER DOORS
   ========================================================= */

.bsd2-support-folder-door {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;

  width: 51%;

  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.25);

  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(253, 173, 0, 0.17),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #102d4c 0%,
      #071b31 100%
    );

  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.28);

  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.bsd2-support-folder-door-left {
  left: 0;

  border-radius: 34px 5px 5px 34px;

  transform-origin: left center;
}

.bsd2-support-folder-door-right {
  right: 0;

  border-radius: 5px 34px 34px 5px;

  transform-origin: right center;
}

.bsd2-support-folder-door::before {
  content: "";

  position: absolute;
  inset: 18px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;

  pointer-events: none;
}

.bsd2-support-folder-door-mark {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 74%;

  text-align: center;

  transform: translate(-50%, -50%);
}

.bsd2-support-folder-door-mark span {
  display: block;

  color: var(--bsd2-support-yellow);

  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bsd2-support-folder-door-mark strong {
  display: block;

  margin-top: 8px;

  color: #ffffff;

  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.bsd2-support-folder-door-lines {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 56%;

  transform: translate(-50%, -50%);
}

.bsd2-support-folder-door-lines span {
  display: block;

  height: 1px;

  margin: 17px 0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(253, 173, 0, 0.78),
      transparent
    );
}


/* =========================================================
   5. BOARDING TICKET
   ========================================================= */

.bsd2-support-ticket {
  position: relative;
  z-index: 3;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;

  width: 100%;
  max-width: 810px;
  min-height: 286px;

  overflow: visible;

  border: 1px solid rgba(7, 27, 49, 0.14);
  border-radius: 28px;

  background: #ffffff;

  box-shadow:
    0 28px 65px rgba(7, 27, 49, 0.21);

  transform-style: preserve-3d;
}

.bsd2-support-ticket::before,
.bsd2-support-ticket::after {
  content: "";

  position: absolute;
  top: 50%;
  z-index: 3;

  width: 28px;
  height: 28px;

  border-radius: 50%;

  background: #f7efe1;

  transform: translateY(-50%);
}

.bsd2-support-ticket::before {
  left: -14px;
}

.bsd2-support-ticket::after {
  right: -14px;
}

.bsd2-support-ticket-left {
  position: relative;

  padding: 34px 38px;

  overflow: hidden;
}

.bsd2-support-ticket-left::after {
  content: "";

  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;

  width: 1px;

  background:
    repeating-linear-gradient(
      180deg,
      rgba(7, 27, 49, 0.22) 0 7px,
      transparent 7px 13px
    );
}

.bsd2-support-ticket-label {
  display: inline-flex;

  padding: 7px 11px;

  border-radius: 999px;

  background: rgba(253, 173, 0, 0.14);
  color: #ad7100;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bsd2-support-ticket-location {
  margin-top: 18px;
}

.bsd2-support-ticket-location small {
  display: block;

  color: #8490a0;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bsd2-support-ticket-location strong {
  display: block;

  margin-top: 7px;

  color: var(--bsd2-support-navy);

  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.052em;
}

.bsd2-support-ticket-location > span {
  display: block;

  margin-top: 10px;

  color: #8490a0;

  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* =========================================================
   6. TICKET STEPS
   ========================================================= */

.bsd2-support-ticket-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;

  margin-top: 28px;
}

.bsd2-support-ticket-steps > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  min-width: 0;
  min-height: 78px;

  padding: 14px 12px;

  border: 1px solid rgba(7, 27, 49, 0.09);
  border-radius: 15px;

  background: #f5f7f9;
}

.bsd2-support-ticket-steps small {
  display: block;

  color: var(--bsd2-support-yellow-dark);

  font-size: 12px;
  line-height: 1;
  font-weight: 950;
}

.bsd2-support-ticket-steps span {
  display: block;

  margin-top: 10px;

  color: var(--bsd2-support-navy);

  font-size: 14px;
  line-height: 1.28;
  font-weight: 850;
}


/* =========================================================
   7. TICKET RIGHT SIDE
   ========================================================= */

.bsd2-support-ticket-right {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 30px;

  overflow: hidden;

  border-radius: 0 28px 28px 0;

  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(253, 173, 0, 0.23),
      transparent 36%
    ),
    var(--bsd2-support-navy);
}

.bsd2-support-ticket-icon {
  position: relative;

  width: 128px;
  height: 128px;
}

.bsd2-support-ticket-icon > .img,
.bsd2-support-ticket-icon .img,
.bsd2-support-ticket-icon .img-inner,
.bsd2-support-ticket-icon a {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: visible !important;
}

.bsd2-support-ticket-icon img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;

  filter:
    brightness(0)
    saturate(100%)
    invert(74%)
    sepia(98%)
    saturate(2124%)
    hue-rotate(357deg)
    brightness(102%)
    contrast(104%) !important;
}

.bsd2-support-ticket-code {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;

  margin-top: 17px;
}

.bsd2-support-ticket-code span {
  color: rgba(255, 255, 255, 0.88);

  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
}


/* =========================================================
   8. ROUTE AND LOCATION STAMP
   ========================================================= */

.bsd2-support-route {
  position: absolute;
  top: -35px;
  right: 135px;
  z-index: 7;

  width: 180px;
  height: 110px;

  overflow: visible;

  pointer-events: none;
}

.bsd2-support-route > .img,
.bsd2-support-route .img,
.bsd2-support-route .img-inner,
.bsd2-support-route a,
.bsd2-support-stamp > .img,
.bsd2-support-stamp .img,
.bsd2-support-stamp .img-inner,
.bsd2-support-stamp a {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: visible !important;
}

.bsd2-support-route img,
.bsd2-support-stamp img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;

  filter:
    brightness(0)
    saturate(100%)
    invert(74%)
    sepia(98%)
    saturate(2124%)
    hue-rotate(357deg)
    brightness(102%)
    contrast(104%) !important;
}

.bsd2-support-stamp {
  position: absolute;
  right: -30px;
  bottom: -36px;
  z-index: 8;

  width: 130px;
  height: 130px;

  overflow: visible;

  transform: rotate(-8deg);

  pointer-events: none;
}


/* =========================================================
   9. STAGE CAPTION
   ========================================================= */

.bsd2-support-stage-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  margin-top: 18px;

  text-align: left;
}

.bsd2-support-stage-caption > span {
  display: block;

  width: 38px;
  height: 1px;

  background: var(--bsd2-support-yellow);
}

.bsd2-support-stage-caption small {
  display: block;

  color: var(--bsd2-support-yellow-light);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bsd2-support-stage-caption strong {
  display: block;

  margin-top: 4px;

  color: #ffffff;

  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}


/* =========================================================
   10. CARD GRID
   ========================================================= */

.bsd2-support-cards-row {
  position: relative;

  margin-top: 38px !important;
}

.bsd2-support-cards-row::before {
  content: "";

  position: absolute;
  top: 50%;
  right: 9%;
  left: 9%;
  z-index: 0;

  height: 1px;

  background:
    repeating-linear-gradient(
      90deg,
      rgba(253, 173, 0, 0.22) 0 7px,
      transparent 7px 14px
    );

  pointer-events: none;
}

.bsd2-support-card-col {
  position: relative;
  z-index: 2;
}

.bsd2-support-card {
  position: relative;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  min-height: 318px;

  padding: 25px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99),
      rgba(248, 250, 252, 0.97)
    );

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.16);

  transform-style: preserve-3d;

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.bsd2-support-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--bsd2-support-yellow),
      transparent
    );

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.35s ease;
}

.bsd2-support-card::after {
  content: "";

  position: absolute;
  top: -82px;
  right: -82px;

  width: 175px;
  height: 175px;

  border-radius: 50%;

  background: rgba(253, 173, 0, 0.08);

  pointer-events: none;
}

.bsd2-support-card:hover {
  border-color: rgba(253, 173, 0, 0.44);

  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.23);
}

.bsd2-support-card:hover::before {
  transform: scaleX(1);
}

.bsd2-support-card-head {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.bsd2-support-card-icon {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 68px;
  height: 68px;
  flex: 0 0 68px;

  padding: 14px;

  border: 1px solid rgba(253, 173, 0, 0.34);
  border-radius: 20px;

  background:
    linear-gradient(
      145deg,
      rgba(253, 173, 0, 0.22),
      rgba(253, 173, 0, 0.08)
    );
}

.bsd2-support-card-icon > .img,
.bsd2-support-card-icon .img,
.bsd2-support-card-icon .img-inner,
.bsd2-support-card-icon a {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: visible !important;
}

.bsd2-support-card-icon img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;

  filter:
    brightness(0)
    saturate(100%)
    invert(11%)
    sepia(23%)
    saturate(2857%)
    hue-rotate(172deg)
    brightness(91%)
    contrast(103%) !important;
}

.bsd2-support-card-number {
  color: rgba(7, 27, 49, 0.13);

  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.bsd2-support-card-label {
  position: relative;
  z-index: 2;

  margin-top: 20px;

  color: #b77800;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bsd2-support-card h3 {
  position: relative;
  z-index: 2;

  margin: 10px 0 0 !important;

  color: var(--bsd2-support-navy);

  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.bsd2-support-card p {
  position: relative;
  z-index: 2;

  margin: 13px 0 0 !important;

  color: var(--bsd2-support-text);

  font-size: 13px;
  line-height: 1.64;
}

.bsd2-support-card-status {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 8px;

  margin-top: auto;
  padding-top: 19px;

  color: #8490a0;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bsd2-support-card-status span {
  display: block;

  width: 7px;
  height: 7px;
  flex: 0 0 7px;

  border-radius: 50%;

  background: var(--bsd2-support-yellow);

  box-shadow:
    0 0 0 4px rgba(253, 173, 0, 0.12);
}


/* =========================================================
   11. FEATURED CARD
   ========================================================= */

.bsd2-support-card-featured {
  border-color: rgba(253, 173, 0, 0.52);

  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(253, 173, 0, 0.22),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #102f50 0%,
      #071b31 100%
    );

  box-shadow:
    0 23px 58px rgba(0, 0, 0, 0.30);
}

.bsd2-support-featured-badge {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 4;

  padding: 6px 10px;

  border: 1px solid rgba(253, 173, 0, 0.35);
  border-radius: 999px;

  background: rgba(253, 173, 0, 0.13);
  color: var(--bsd2-support-yellow-light);

  font-size: 8px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transform: translateX(-50%);
}

.bsd2-support-card-featured .bsd2-support-card-icon {
  border-color: rgba(253, 173, 0, 0.52);

  background: rgba(253, 173, 0, 0.15);
}

.bsd2-support-card-featured .bsd2-support-card-icon img {
  filter:
    brightness(0)
    saturate(100%)
    invert(74%)
    sepia(98%)
    saturate(2124%)
    hue-rotate(357deg)
    brightness(102%)
    contrast(104%) !important;
}

.bsd2-support-card-featured .bsd2-support-card-number {
  color: rgba(255, 255, 255, 0.13);
}

.bsd2-support-card-featured .bsd2-support-card-label {
  color: var(--bsd2-support-yellow-light);
}

.bsd2-support-card-featured h3 {
  color: #ffffff;
}

.bsd2-support-card-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.bsd2-support-card-featured .bsd2-support-card-status {
  color: rgba(255, 255, 255, 0.62);
}


/* =========================================================
   12. FOOTER CTA
   ========================================================= */

.bsd2-support-footer-row {
  margin-top: 26px !important;
}

.bsd2-support-footer {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  padding: 30px 32px;
  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.44);
  border-radius: 26px;

  background:
    linear-gradient(
      135deg,
      rgba(253, 173, 0, 0.15) 0%,
      rgba(255, 255, 255, 0.10) 100%
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.20);

  backdrop-filter: blur(10px);
}

.bsd2-support-footer::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(253, 173, 0, 0.16),
      transparent 20%
    );

  pointer-events: none;
}

.bsd2-support-footer-copy,
.bsd2-support-footer-action {
  position: relative;
  z-index: 2;
}

.bsd2-support-footer-copy {
  width: 100%;
  max-width: 720px;
}

.bsd2-support-footer-copy small {
  display: block;

  color: var(--bsd2-support-yellow-light) !important;

  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  opacity: 1 !important;
}

.bsd2-support-footer-copy strong {
  display: block;

  margin-top: 10px;

  color: #ffffff !important;

  font-size: 24px;
  line-height: 1.38;
  font-weight: 900;
  letter-spacing: -0.025em;

  opacity: 1 !important;
}

.bsd2-support-footer-action {
  flex: 0 0 auto;
}

.bsd2-support-footer .button.bsd2-support-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 56px !important;

  margin: 0 !important;
  padding: 14px 26px !important;

  border: 1px solid var(--bsd2-support-yellow) !important;
  border-radius: 999px !important;

  background: var(--bsd2-support-yellow) !important;
  color: var(--bsd2-support-navy) !important;

  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;

  box-shadow:
    0 16px 35px rgba(253, 173, 0, 0.30) !important;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease !important;
}

.bsd2-support-footer .button.bsd2-support-btn:hover {
  background: var(--bsd2-support-yellow-dark) !important;
  color: var(--bsd2-support-navy) !important;

  box-shadow:
    0 20px 42px rgba(253, 173, 0, 0.37) !important;

  transform: translateY(-2px);
}


/* =========================================================
   13. DESKTOP
   ========================================================= */

@media (min-width: 850px) {

  .bsd2-support-title-line-1 {
    white-space: nowrap;
  }

  .bsd2-support-card {
    transform:
      perspective(900px)
      rotateX(0deg)
      rotateY(0deg);
  }

  .bsd2-support-card-icon {
    transform: translateZ(24px);
  }

  .bsd2-support-card h3,
  .bsd2-support-card p,
  .bsd2-support-card-label,
  .bsd2-support-card-status {
    transform: translateZ(12px);
  }
}


/* =========================================================
   14. DESKTOP HẸP
   ========================================================= */

@media (min-width: 850px) and (max-width: 1199px) {

  .bsd2-support-head h2 {
    font-size: clamp(38px, 4.25vw, 52px);
  }

  .bsd2-support-ticket {
    grid-template-columns: minmax(0, 1fr) 210px;
  }

  .bsd2-support-ticket-left {
    padding: 30px;
  }

  .bsd2-support-ticket-steps {
    gap: 9px;
  }

  .bsd2-support-ticket-steps span {
    font-size: 13px;
  }

  .bsd2-support-card {
    min-height: 325px;
    padding: 22px;
  }

  .bsd2-support-card h3 {
    font-size: 20px;
  }

  .bsd2-support-footer-copy strong {
    font-size: 21px;
  }
}


/* =========================================================
   15. TABLET
   ========================================================= */

@media (min-width: 550px) and (max-width: 849px) {

  .bsd2-support-card-col {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: 50% !important;
  }

  .bsd2-support-head h2 {
    max-width: 750px;

    font-size: 44px;
    line-height: 1.05;
  }

  .bsd2-support-head p {
    font-size: 15px;
  }

  .bsd2-support-folder {
    min-height: 425px;
  }

  .bsd2-support-folder-core {
    padding: 32px;
  }

  .bsd2-support-ticket {
    grid-template-columns: minmax(0, 1fr) 190px;
  }

  .bsd2-support-ticket-left {
    padding: 27px;
  }

  .bsd2-support-ticket-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsd2-support-route {
    right: 100px;
  }

  .bsd2-support-card {
    min-height: 315px;
  }

  .bsd2-support-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .bsd2-support-footer-copy strong {
    font-size: 21px;
  }
}


/* =========================================================
   16. MOBILE
   ========================================================= */

@media (max-width: 549px) {

  .bsd2-support-section {
    padding: 34px 10px !important;
  }

  .bsd2-support-head-col,
  .bsd2-support-kit-col,
  .bsd2-support-card-col,
  .bsd2-support-footer-col {
    padding: 7px !important;
  }

  .bsd2-support-kicker {
    gap: 7px;

    padding: 7px 10px;

    font-size: 8px;
  }

  .bsd2-support-head h2 {
    max-width: 100%;

    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -0.042em;
  }

  .bsd2-support-title-line-1 {
    white-space: normal;
  }

  .bsd2-support-title-line-2 {
    margin-top: 5px;
  }

  .bsd2-support-head p {
    margin-top: 16px !important;

    font-size: 14px;
    line-height: 1.65;
  }

  .bsd2-support-kit-row {
    margin-top: 23px !important;
  }

  .bsd2-support-folder {
    min-height: auto;
  }

  .bsd2-support-folder-door {
    display: none !important;
  }

  .bsd2-support-folder-core {
    position: relative;
    inset: auto;

    padding: 19px;

    border-radius: 22px;
  }

  .bsd2-support-folder-core::before {
    inset: 10px;

    border-radius: 16px;
  }

  .bsd2-support-ticket {
    display: block;

    min-height: 0;

    border-radius: 20px;
  }

  .bsd2-support-ticket::before,
  .bsd2-support-ticket::after {
    width: 22px;
    height: 22px;
  }

  .bsd2-support-ticket::before {
    left: -11px;
  }

  .bsd2-support-ticket::after {
    right: -11px;
  }

  .bsd2-support-ticket-left {
    padding: 24px 20px;
  }

  .bsd2-support-ticket-left::after {
    display: none;
  }

  .bsd2-support-ticket-location strong {
    font-size: 30px;
  }

  .bsd2-support-ticket-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;

    margin-top: 21px;
  }

  .bsd2-support-ticket-steps > div {
    min-height: 69px;

    padding: 11px;

    border-radius: 13px;
  }

  .bsd2-support-ticket-steps small {
    font-size: 10px;
  }

  .bsd2-support-ticket-steps span {
    margin-top: 7px;

    font-size: 12px;
    line-height: 1.25;
  }

  .bsd2-support-ticket-right {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 18px;

    padding: 18px 20px;

    border-radius: 0 0 20px 20px;
  }

  .bsd2-support-ticket-icon {
    width: 82px;
    height: 82px;
  }

  .bsd2-support-ticket-code {
    margin-top: 0;
  }

  .bsd2-support-route {
    top: auto;
    right: 14px;
    bottom: 61px;

    width: 104px;
    height: 69px;

    opacity: 0.58;
  }

  .bsd2-support-stamp {
    right: -7px;
    bottom: -28px;

    width: 92px;
    height: 92px;
  }

  .bsd2-support-stage-caption {
    justify-content: flex-start;

    padding: 0 8px;
  }

  .bsd2-support-stage-caption > span {
    width: 23px;
  }

  .bsd2-support-stage-caption small {
    font-size: 9px;
  }

  .bsd2-support-stage-caption strong {
    font-size: 11px;
  }

  .bsd2-support-cards-row {
    margin-top: 28px !important;
  }

  .bsd2-support-cards-row::before {
    display: none;
  }

  .bsd2-support-card {
    min-height: auto;

    padding: 20px;

    border-radius: 20px;

    transform: none !important;
  }

  .bsd2-support-card-icon {
    width: 59px;
    height: 59px;
    flex-basis: 59px;

    padding: 12px;

    border-radius: 17px;
  }

  .bsd2-support-card-number {
    font-size: 29px;
  }

  .bsd2-support-card-label {
    margin-top: 17px;
  }

  .bsd2-support-card h3 {
    font-size: 20px;
  }

  .bsd2-support-card p {
    font-size: 12px;
  }

  .bsd2-support-card-status {
    margin-top: 17px;
    padding-top: 0;
  }

  .bsd2-support-featured-badge {
    top: 14px;
  }

  .bsd2-support-footer-row {
    margin-top: 15px !important;
  }

  .bsd2-support-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 19px;

    padding: 20px;

    border-radius: 21px;
  }

  .bsd2-support-footer-copy small {
    font-size: 10px;
  }

  .bsd2-support-footer-copy strong {
    font-size: 18px;
    line-height: 1.45;
  }

  .bsd2-support-footer-action {
    width: 100%;
  }

  .bsd2-support-footer .button.bsd2-support-btn {
    width: 100% !important;
    min-height: 51px !important;

    font-size: 13px !important;
  }
}


/* =========================================================
   17. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bsd2-support-section *,
  .bsd2-support-section *::before,
  .bsd2-support-section *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* BS ĐÔNG 2 — DENTAL JOURNEY TP.HCM
   Desktop: Grid + Sticky
   Mobile: Layout dọc
   ========================================================= */

.bsd2-journey-section {
  --bsd2-yellow: #fdad00;
  --bsd2-yellow-dark: #d99100;
  --bsd2-yellow-light: #ffd782;
  --bsd2-navy: #071b31;
  --bsd2-text: #637083;
  --bsd2-border: rgba(7, 27, 49, 0.09);

  position: relative;
  overflow: hidden;
}

.bsd2-journey-section .section-bg {
  overflow: hidden !important;

  background:
    radial-gradient(
      circle at 6% 10%,
      rgba(253, 173, 0, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 78%,
      rgba(7, 27, 49, 0.055),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #fffcf5 0%,
      #ffffff 54%,
      #fffcf5 100%
    ) !important;
}

.bsd2-journey-head-row,
.bsd2-journey-main-row {
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.bsd2-journey-head-col,
.bsd2-journey-visual-col,
.bsd2-journey-content-col {
  padding: 10px !important;
}


/* =========================================================
   HEADER
   ========================================================= */

.bsd2-journey-head {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1080px;

  margin-right: auto;
  margin-left: auto;

  text-align: center;
}

.bsd2-journey-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 14px;
  padding: 8px 13px;

  border: 1px solid rgba(253, 173, 0, 0.38);
  border-radius: 999px;

  background: rgba(253, 173, 0, 0.10);
  color: #b87500;

  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsd2-journey-kicker > span {
  display: block;

  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border-radius: 999px;
  background: var(--bsd2-yellow);

  box-shadow:
    0 0 0 5px rgba(253, 173, 0, 0.14);
}

.bsd2-journey-head h2 {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  overflow: visible !important;

  color: var(--bsd2-navy);

  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.06 !important;
  font-weight: 950;
  letter-spacing: -0.055em;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.bsd2-journey-title-sub {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin-top: 4px !important;
  overflow: visible !important;

  color: inherit !important;

  font-size: inherit !important;
  line-height: 1.06 !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.bsd2-journey-head p {
  width: 100%;
  max-width: 830px;

  margin: 18px auto 0 !important;

  color: var(--bsd2-text);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.bsd2-journey-main-row {
  position: relative;

  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.bsd2-journey-visual-col,
.bsd2-journey-content-col {
  position: relative;
  min-width: 0;
}

.bsd2-journey-visual-wrap {
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 100%;
}

.bsd2-journey-visual-stage {
  position: relative;

  width: 100%;
  min-height: 650px;

  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.24);
  border-radius: 32px;

  background:
    radial-gradient(
      circle at 18% 14%,
      rgba(253, 173, 0, 0.22),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #f8f9fb 0%,
      #edf1f5 100%
    );

  box-shadow:
    0 28px 70px rgba(7, 27, 49, 0.12);
}

.bsd2-journey-bg-word {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 0;

  color: rgba(7, 27, 49, 0.045);

  font-size: clamp(48px, 7vw, 100px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.075em;
  white-space: nowrap;

  pointer-events: none;
  user-select: none;
}


/* =========================================================
   PANELS
   ========================================================= */

.bsd2-journey-panel {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  opacity: 0;
  visibility: hidden;

  transform: translateY(16px) scale(0.988);

  pointer-events: none;
}

.bsd2-journey-panel.is-active {
  z-index: 4;

  opacity: 1;
  visibility: visible;

  transform: translateY(0) scale(1);

  pointer-events: auto;
}


/* =========================================================
   UX IMAGE RESET
   ========================================================= */

.bsd2-journey-media {
  position: absolute;
  overflow: hidden;
}

.bsd2-journey-media > .img,
.bsd2-journey-media .img,
.bsd2-journey-media .img-inner,
.bsd2-journey-media .image-cover,
.bsd2-journey-media a {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: hidden !important;

  border-radius: inherit !important;
}

.bsd2-journey-media img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;
  max-height: none !important;

  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;

  border-radius: inherit !important;
}


/* =========================================================
   PANEL 01
   ========================================================= */

.bsd2-journey-consult-main {
  top: 34px;
  right: 150px;
  bottom: 34px;
  left: 28px;

  border-radius: 24px;

  box-shadow:
    0 22px 50px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-consult-cbct {
  right: 24px;
  bottom: 58px;

  width: 43%;
  height: 36%;

  border: 7px solid #ffffff;
  border-radius: 20px;

  box-shadow:
    0 18px 42px rgba(7, 27, 49, 0.20);

  transform: rotate(2.5deg);
}


/* =========================================================
   PANEL 02
   ========================================================= */

.bsd2-journey-city-skyline {
  inset: 26px;

  border-radius: 25px;

  box-shadow:
    0 22px 55px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-city-skyline::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(7, 27, 49, 0.01) 28%,
      rgba(7, 27, 49, 0.55) 100%
    );

  pointer-events: none;
}

.bsd2-journey-tourist-card {
  bottom: 30px;
  left: 38px;

  width: 43%;
  height: 58%;

  border: 7px solid #ffffff;
  border-radius: 22px;

  box-shadow:
    0 22px 52px rgba(7, 27, 49, 0.24);

  transform: rotate(-3deg);
}

.bsd2-journey-city-night {
  top: 42px;
  right: 42px;

  width: 35%;
  height: 28%;

  border: 6px solid #ffffff;
  border-radius: 18px;

  box-shadow:
    0 18px 40px rgba(7, 27, 49, 0.20);

  transform: rotate(3deg);
}


/* =========================================================
   PANEL 03
   ========================================================= */

.bsd2-journey-airport-main {
  inset: 26px;

  border-radius: 25px;

  box-shadow:
    0 22px 55px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-airport-main::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 49, 0.52) 0%,
      rgba(7, 27, 49, 0.08) 72%
    );

  pointer-events: none;
}

.bsd2-journey-map-card {
  position: absolute;
  top: 54px;
  left: 48px;
  z-index: 5;

  width: 59%;
  min-height: 330px;

  padding: 20px;

  border: 1px solid rgba(253, 173, 0, 0.40);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 22px 54px rgba(7, 27, 49, 0.22);

  backdrop-filter: blur(12px);
}

.bsd2-journey-map-image {
  position: relative;

  width: 100%;
  height: 215px;

  overflow: visible;

  border-radius: 15px;
}

.bsd2-journey-map-image img,
.bsd2-journey-plane-icon img {
  object-fit: contain !important;
}

.bsd2-journey-plane-icon {
  top: 83px;
  left: 26%;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 58px !important;
  height: 58px !important;

  padding: 10px !important;
  overflow: visible !important;

  border: 1px solid rgba(253, 173, 0, 0.42) !important;
  border-radius: 999px !important;

  background: rgba(255, 255, 255, 0.96) !important;

  box-shadow:
    0 12px 28px rgba(7, 27, 49, 0.16) !important;

  transform: rotate(12deg);
}

.bsd2-journey-plane-icon > .img,
.bsd2-journey-plane-icon .img,
.bsd2-journey-plane-icon .img-inner,
.bsd2-journey-plane-icon a {
  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: visible !important;
}

.bsd2-journey-plane-icon img {
  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
}

.bsd2-journey-flight-dates {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    34px
    minmax(0, 1fr);
  align-items: center;
  gap: 9px;

  margin-top: 12px;
}

.bsd2-journey-flight-dates > div {
  min-width: 0;
  padding: 11px;

  border-radius: 13px;

  background: rgba(253, 173, 0, 0.10);
}

.bsd2-journey-flight-dates small {
  display: block;

  color: #b87500;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsd2-journey-flight-dates strong {
  display: block;

  margin-top: 4px;

  color: var(--bsd2-navy);

  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.bsd2-journey-flight-dates > span {
  display: block;

  width: 100%;
  height: 1px;

  background:
    repeating-linear-gradient(
      90deg,
      var(--bsd2-yellow) 0 5px,
      transparent 5px 9px
    );
}


/* =========================================================
   PANEL 04
   ========================================================= */

.bsd2-journey-hotel-main {
  inset: 26px;

  border-radius: 25px;

  box-shadow:
    0 22px 55px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-hotel-main::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 49, 0.02) 30%,
      rgba(7, 27, 49, 0.66) 100%
    );

  pointer-events: none;
}

.bsd2-journey-support-card {
  position: absolute;
  right: 38px;
  bottom: 42px;
  z-index: 5;

  width: 52%;
  padding: 22px;

  color: #ffffff !important;

  border: 1px solid rgba(253, 173, 0, 0.48);
  border-radius: 23px;

  background: rgba(7, 27, 49, 0.96);

  box-shadow:
    0 24px 56px rgba(7, 27, 49, 0.30);

  backdrop-filter: blur(12px);
}

.bsd2-journey-support-card p {
  margin: 0 !important;
  padding: 0 !important;
}

.bsd2-journey-support-card small {
  display: block !important;

  margin: 0 !important;

  color: var(--bsd2-yellow-light) !important;

  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  opacity: 1 !important;
}

.bsd2-journey-support-card strong {
  display: block !important;

  margin: 8px 0 0 !important;

  color: #ffffff !important;

  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  letter-spacing: -0.025em !important;

  opacity: 1 !important;
}

.bsd2-journey-passport-stamp {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 82px !important;
  height: 82px !important;

  margin: 0 0 14px !important;
  padding: 13px !important;

  overflow: visible !important;

  border: 1px solid rgba(253, 173, 0, 0.48) !important;
  border-radius: 20px !important;

  background: rgba(253, 173, 0, 0.13) !important;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 30px rgba(0, 0, 0, 0.16) !important;
}

.bsd2-journey-passport-stamp > .img,
.bsd2-journey-passport-stamp .img,
.bsd2-journey-passport-stamp .img-inner,
.bsd2-journey-passport-stamp a {
  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: visible !important;

  background: transparent !important;
}

.bsd2-journey-passport-stamp img {
  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;

  filter:
    brightness(0)
    saturate(100%)
    invert(73%)
    sepia(99%)
    saturate(2035%)
    hue-rotate(358deg)
    brightness(102%)
    contrast(104%) !important;

  opacity: 1 !important;
}

.bsd2-journey-support-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;

  margin-top: 16px !important;
}

.bsd2-journey-support-tags span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 7px 10px !important;

  border: 1px solid rgba(253, 173, 0, 0.30) !important;
  border-radius: 999px !important;

  background: rgba(253, 173, 0, 0.10) !important;
  color: rgba(255, 255, 255, 0.88) !important;

  font-size: 9px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}


/* =========================================================
   FLOATING LABEL
   ========================================================= */

.bsd2-journey-floating-label {
  position: absolute;
  z-index: 7;

  width: auto;
  max-width: 280px;

  padding: 13px 15px;

  border: 1px solid rgba(253, 173, 0, 0.40);
  border-radius: 17px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 16px 40px rgba(7, 27, 49, 0.17);

  backdrop-filter: blur(10px);
}

.bsd2-journey-floating-label small {
  display: block;

  color: #b87500;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bsd2-journey-floating-label strong {
  display: block;

  margin-top: 5px;

  color: var(--bsd2-navy);

  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.bsd2-journey-label-doctor {
  top: 48px;
  right: 28px;
}

.bsd2-journey-label-travel {
  right: 42px;
  bottom: 38px;
}

.bsd2-journey-label-flight {
  right: 40px;
  bottom: 42px;
}


/* =========================================================
   DOTS
   ========================================================= */

.bsd2-journey-visual-nav {
  position: relative;
  z-index: 8;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 14px;
}

.bsd2-journey-visual-nav button {
  display: block !important;

  width: 8px !important;
  min-width: 8px !important;
  max-width: none !important;

  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 999px !important;

  background: rgba(7, 27, 49, 0.20) !important;

  box-shadow: none !important;

  opacity: 1 !important;

  cursor: pointer;

  transition:
    width 0.25s ease,
    background-color 0.25s ease !important;
}

.bsd2-journey-visual-nav button::before,
.bsd2-journey-visual-nav button::after {
  display: none !important;
}

.bsd2-journey-visual-nav button.is-active {
  width: 28px !important;

  background: var(--bsd2-yellow) !important;
}


/* =========================================================
   CARDS
   ========================================================= */

.bsd2-journey-cards {
  position: relative;

  width: 100%;
  max-width: 100%;
}

.bsd2-journey-card {
  position: relative;

  width: 100%;
  min-height: 235px;

  margin-bottom: 18px;
  padding: 27px;

  overflow: hidden;

  border: 1px solid var(--bsd2-border);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 16px 42px rgba(7, 27, 49, 0.055);

  transition:
    border-color 0.35s ease,
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.bsd2-journey-card:last-child {
  margin-bottom: 0;
}

.bsd2-journey-card::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 4px;

  background: var(--bsd2-yellow);

  transform: scaleY(0);
  transform-origin: bottom;

  transition: transform 0.35s ease;
}

.bsd2-journey-card.is-active {
  border-color: rgba(253, 173, 0, 0.40);

  background: var(--bsd2-navy);

  box-shadow:
    0 22px 54px rgba(7, 27, 49, 0.17);

  transform: translateX(-6px);
}

.bsd2-journey-card.is-active::before {
  transform: scaleY(1);
}

.bsd2-journey-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bsd2-journey-card-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 47px;
  height: 47px;
  flex: 0 0 47px;

  border-radius: 15px;

  background: var(--bsd2-yellow);
  color: var(--bsd2-navy);

  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.bsd2-journey-card-top > small {
  color: #b87500;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.bsd2-journey-card.is-active .bsd2-journey-card-top > small {
  color: var(--bsd2-yellow-light);
}

.bsd2-journey-card h3 {
  margin: 18px 0 0 !important;

  color: var(--bsd2-navy);

  font-size: 24px;
  line-height: 1.13;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.bsd2-journey-card p {
  margin: 12px 0 0 !important;

  color: var(--bsd2-text);

  font-size: 13px;
  line-height: 1.58;
}

.bsd2-journey-card.is-active h3 {
  color: #ffffff;
}

.bsd2-journey-card.is-active p {
  color: rgba(255, 255, 255, 0.69);
}

.bsd2-journey-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: 17px;
}

.bsd2-journey-card-tags span {
  padding: 7px 9px;

  border: 1px solid rgba(7, 27, 49, 0.08);
  border-radius: 999px;

  background: rgba(7, 27, 49, 0.04);
  color: var(--bsd2-text);

  font-size: 9px;
  line-height: 1.1;
  font-weight: 800;
}

.bsd2-journey-card.is-active .bsd2-journey-card-tags span {
  border-color: rgba(255, 255, 255, 0.14);

  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
}

.bsd2-journey-card-mobile-image {
  display: none;
}


/* =========================================================
   CTA
   ========================================================= */

.bsd2-journey-cta {
  margin-top: 22px;
  padding: 23px;

  border: 1px solid rgba(253, 173, 0, 0.32);
  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      rgba(253, 173, 0, 0.15),
      rgba(255, 255, 255, 0.95)
    );

  box-shadow:
    0 16px 40px rgba(7, 27, 49, 0.07);
}

.bsd2-journey-cta-copy small {
  display: block;

  color: #b87500;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bsd2-journey-cta-copy strong {
  display: block;

  margin-top: 7px;

  color: var(--bsd2-navy);

  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.bsd2-journey-cta .button.bsd2-journey-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 47px !important;

  margin: 17px 0 0 !important;
  padding: 12px 19px !important;

  border: 1px solid var(--bsd2-yellow) !important;
  border-radius: 999px !important;

  background: var(--bsd2-yellow) !important;
  color: var(--bsd2-navy) !important;

  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;

  box-shadow:
    0 14px 30px rgba(253, 173, 0, 0.24) !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 850px) {

  .bsd2-journey-section,
  .bsd2-journey-section > .section-content,
  .bsd2-journey-section .section-content,
  .bsd2-journey-main-row,
  .bsd2-journey-main-row > .col,
  .bsd2-journey-main-row > .col > .col-inner,
  .bsd2-journey-visual-col,
  .bsd2-journey-visual-col > .col-inner,
  .bsd2-journey-content-col,
  .bsd2-journey-content-col > .col-inner {
    overflow: visible !important;
  }

  .bsd2-journey-section {
    overflow: visible !important;
  }

  .bsd2-journey-main-row {
    position: relative !important;

    display: grid !important;
    grid-template-columns:
      minmax(0, 7fr)
      minmax(0, 5fr);
    align-items: stretch !important;

    width: 100% !important;

    transform: none !important;
    filter: none !important;
    perspective: none !important;

    isolation: isolate;
  }

  .bsd2-journey-main-row > .col {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    flex: none !important;
    flex-basis: auto !important;
  }

  .bsd2-journey-visual-col {
    position: relative !important;
    z-index: 4;

    align-self: stretch !important;

    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-visual-col > .col-inner {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-visual-wrap {
    position: sticky !important;

    top: 118px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    transform: none !important;
    will-change: auto !important;

    z-index: 5;
  }

  body.admin-bar .bsd2-journey-visual-wrap {
    top: 150px !important;
  }

  .bsd2-journey-visual-stage {
    width: 100% !important;

    height: clamp(
      520px,
      calc(100vh - 175px),
      650px
    ) !important;

    min-height: 520px !important;
    max-height: 650px !important;
  }

  .bsd2-journey-content-col {
    position: relative !important;
    z-index: 2;

    align-self: start !important;

    width: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  .bsd2-journey-card {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: clamp(
      310px,
      39vh,
      365px
    ) !important;

    margin: 0 !important;
  }

  .bsd2-journey-visual-col .pin-spacer {
    display: contents !important;
  }
}


/* =========================================================
   DESKTOP HẸP
   ========================================================= */

@media (min-width: 850px) and (max-width: 1099px) {

  .bsd2-journey-head h2 {
    font-size: 50px;
  }

  .bsd2-journey-visual-wrap {
    top: 96px !important;
  }

  body.admin-bar .bsd2-journey-visual-wrap {
    top: 128px !important;
  }

  .bsd2-journey-visual-stage {
    height: clamp(
      500px,
      calc(100vh - 150px),
      590px
    ) !important;

    min-height: 500px !important;
    max-height: 590px !important;
  }

  .bsd2-journey-consult-main {
    right: 105px;
  }

  .bsd2-journey-consult-cbct {
    width: 47%;
  }

  .bsd2-journey-map-card {
    top: 38px;
    left: 30px;

    width: 68%;
    min-height: 300px;

    padding: 16px;
  }

  .bsd2-journey-map-image {
    height: 190px;
  }

  .bsd2-journey-support-card {
    right: 24px;
    bottom: 28px;

    width: 65%;
  }

  .bsd2-journey-card {
    min-height: 310px !important;
    padding: 22px;
  }

  .bsd2-journey-card h3 {
    font-size: 21px;
  }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 849px) {

  .bsd2-journey-section {
    overflow: hidden !important;

    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .bsd2-journey-head h2 {
    font-size: 46px;
  }

  .bsd2-journey-main-row {
    display: block !important;

    margin-top: 20px !important;
  }

  .bsd2-journey-visual-wrap {
    position: relative !important;

    top: auto !important;

    width: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-visual-stage {
    height: auto !important;
    min-height: 520px !important;
    max-height: none !important;
  }

  .bsd2-journey-panel:not(
    [data-bsd2-journey-panel="0"]
  ) {
    display: none !important;
  }

  .bsd2-journey-panel[
    data-bsd2-journey-panel="0"
  ] {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
  }

  .bsd2-journey-content-col {
    margin-top: 18px;
  }

  .bsd2-journey-card {
    min-height: auto !important;

    padding: 20px;

    transform: none !important;
  }

  .bsd2-journey-card-mobile-image {
    display: block;

    width: 100%;
    height: 250px;

    margin-bottom: 18px;
    overflow: hidden;

    border-radius: 17px;
  }

  .bsd2-journey-card-mobile-image > .img,
  .bsd2-journey-card-mobile-image .img,
  .bsd2-journey-card-mobile-image .img-inner,
  .bsd2-journey-card-mobile-image a {
    width: 100% !important;
    height: 100% !important;

    padding-top: 0 !important;
    overflow: hidden !important;

    border-radius: inherit !important;
  }

  .bsd2-journey-card-mobile-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: inherit !important;
  }

  .bsd2-journey-visual-nav {
    display: none !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 549px) {

  .bsd2-journey-section {
    padding: 28px 10px !important;
  }

  .bsd2-journey-head-col,
  .bsd2-journey-visual-col,
  .bsd2-journey-content-col {
    padding: 7px !important;
  }

  .bsd2-journey-kicker {
    gap: 7px;
    padding: 7px 10px;

    font-size: 9px;
  }

  .bsd2-journey-head h2,
  .bsd2-journey-title-sub {
    font-size: 35px;
    line-height: 1.08 !important;
    letter-spacing: -0.045em;
  }

  .bsd2-journey-title-sub {
    margin-top: 3px !important;
  }

  .bsd2-journey-head p {
    margin-top: 13px !important;

    font-size: 14px;
    line-height: 1.6;
  }

  .bsd2-journey-visual-stage {
    min-height: 405px !important;

    border-radius: 22px;
  }

  .bsd2-journey-bg-word {
    top: 15px;
    left: 15px;

    font-size: 45px;
  }

  .bsd2-journey-consult-main {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;

    border-radius: 17px;
  }

  .bsd2-journey-consult-cbct {
    right: 13px;
    bottom: 35px;

    width: 48%;
    height: 33%;

    border-width: 4px;
    border-radius: 13px;
  }

  .bsd2-journey-label-doctor {
    top: 26px;
    right: 13px;

    max-width: 205px;

    padding: 10px 11px;
  }

  .bsd2-journey-card {
    margin-bottom: 12px;
    padding: 15px;

    border-radius: 19px;
  }

  .bsd2-journey-card-mobile-image {
    height: 205px;

    margin-bottom: 15px;

    border-radius: 14px;
  }

  .bsd2-journey-card-number {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .bsd2-journey-card h3 {
    margin-top: 15px !important;

    font-size: 20px;
  }

  .bsd2-journey-card p {
    font-size: 12px;
  }

  .bsd2-journey-passport-stamp {
    width: 68px !important;
    height: 68px !important;

    padding: 10px !important;
  }

  .bsd2-journey-support-card strong {
    font-size: 17px !important;
  }

  .bsd2-journey-cta {
    padding: 17px;
  }

  .bsd2-journey-cta .button.bsd2-journey-btn {
    width: 100% !important;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bsd2-journey-section *,
  .bsd2-journey-section *::before,
  .bsd2-journey-section *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* BS ĐÔNG 2 — DENTAL JOURNEY TP.HCM
   Desktop: Grid + Sticky
   Mobile: Layout dọc
   ========================================================= */

.bsd2-journey-section {
  --bsd2-yellow: #fdad00;
  --bsd2-yellow-dark: #d99100;
  --bsd2-yellow-light: #ffd782;
  --bsd2-navy: #071b31;
  --bsd2-text: #637083;
  --bsd2-border: rgba(7, 27, 49, 0.09);

  position: relative;
  overflow: hidden;
}

.bsd2-journey-section .section-bg {
  overflow: hidden !important;

  background:
    radial-gradient(
      circle at 6% 10%,
      rgba(253, 173, 0, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 78%,
      rgba(7, 27, 49, 0.055),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #fffcf5 0%,
      #ffffff 54%,
      #fffcf5 100%
    ) !important;
}

.bsd2-journey-head-row,
.bsd2-journey-main-row {
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.bsd2-journey-head-col,
.bsd2-journey-visual-col,
.bsd2-journey-content-col {
  padding: 10px !important;
}


/* =========================================================
   HEADER
   ========================================================= */

.bsd2-journey-head {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1080px;

  margin-right: auto;
  margin-left: auto;

  text-align: center;
}

.bsd2-journey-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 14px;
  padding: 8px 13px;

  border: 1px solid rgba(253, 173, 0, 0.38);
  border-radius: 999px;

  background: rgba(253, 173, 0, 0.10);
  color: #b87500;

  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsd2-journey-kicker > span {
  display: block;

  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border-radius: 999px;
  background: var(--bsd2-yellow);

  box-shadow:
    0 0 0 5px rgba(253, 173, 0, 0.14);
}

.bsd2-journey-head h2 {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  overflow: visible !important;

  color: var(--bsd2-navy);

  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.06 !important;
  font-weight: 950;
  letter-spacing: -0.055em;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.bsd2-journey-title-sub {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin-top: 4px !important;
  overflow: visible !important;

  color: inherit !important;

  font-size: inherit !important;
  line-height: 1.06 !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.bsd2-journey-head p {
  width: 100%;
  max-width: 830px;

  margin: 18px auto 0 !important;

  color: var(--bsd2-text);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.bsd2-journey-main-row {
  position: relative;

  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.bsd2-journey-visual-col,
.bsd2-journey-content-col {
  position: relative;
  min-width: 0;
}

.bsd2-journey-visual-wrap {
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 100%;
}

.bsd2-journey-visual-stage {
  position: relative;

  width: 100%;
  min-height: 650px;

  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.24);
  border-radius: 32px;

  background:
    radial-gradient(
      circle at 18% 14%,
      rgba(253, 173, 0, 0.22),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #f8f9fb 0%,
      #edf1f5 100%
    );

  box-shadow:
    0 28px 70px rgba(7, 27, 49, 0.12);
}

.bsd2-journey-bg-word {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 0;

  color: rgba(7, 27, 49, 0.045);

  font-size: clamp(48px, 7vw, 100px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.075em;
  white-space: nowrap;

  pointer-events: none;
  user-select: none;
}


/* =========================================================
   PANELS
   ========================================================= */

.bsd2-journey-panel {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  opacity: 0;
  visibility: hidden;

  transform: translateY(16px) scale(0.988);

  pointer-events: none;
}

.bsd2-journey-panel.is-active {
  z-index: 4;

  opacity: 1;
  visibility: visible;

  transform: translateY(0) scale(1);

  pointer-events: auto;
}


/* =========================================================
   UX IMAGE RESET
   ========================================================= */

.bsd2-journey-media {
  position: absolute;
  overflow: hidden;
}

.bsd2-journey-media > .img,
.bsd2-journey-media .img,
.bsd2-journey-media .img-inner,
.bsd2-journey-media .image-cover,
.bsd2-journey-media a {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: hidden !important;

  border-radius: inherit !important;
}

.bsd2-journey-media img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;
  max-height: none !important;

  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;

  border-radius: inherit !important;
}


/* =========================================================
   PANEL 01
   ========================================================= */

.bsd2-journey-consult-main {
  top: 34px;
  right: 150px;
  bottom: 34px;
  left: 28px;

  border-radius: 24px;

  box-shadow:
    0 22px 50px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-consult-cbct {
  right: 24px;
  bottom: 58px;

  width: 43%;
  height: 36%;

  border: 7px solid #ffffff;
  border-radius: 20px;

  box-shadow:
    0 18px 42px rgba(7, 27, 49, 0.20);

  transform: rotate(2.5deg);
}


/* =========================================================
   PANEL 02
   ========================================================= */

.bsd2-journey-city-skyline {
  inset: 26px;

  border-radius: 25px;

  box-shadow:
    0 22px 55px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-city-skyline::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(7, 27, 49, 0.01) 28%,
      rgba(7, 27, 49, 0.55) 100%
    );

  pointer-events: none;
}

.bsd2-journey-tourist-card {
  bottom: 30px;
  left: 38px;

  width: 43%;
  height: 58%;

  border: 7px solid #ffffff;
  border-radius: 22px;

  box-shadow:
    0 22px 52px rgba(7, 27, 49, 0.24);

  transform: rotate(-3deg);
}

.bsd2-journey-city-night {
  top: 42px;
  right: 42px;

  width: 35%;
  height: 28%;

  border: 6px solid #ffffff;
  border-radius: 18px;

  box-shadow:
    0 18px 40px rgba(7, 27, 49, 0.20);

  transform: rotate(3deg);
}


/* =========================================================
   PANEL 03
   ========================================================= */

.bsd2-journey-airport-main {
  inset: 26px;

  border-radius: 25px;

  box-shadow:
    0 22px 55px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-airport-main::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 49, 0.52) 0%,
      rgba(7, 27, 49, 0.08) 72%
    );

  pointer-events: none;
}

.bsd2-journey-map-card {
  position: absolute;
  top: 54px;
  left: 48px;
  z-index: 5;

  width: 59%;
  min-height: 330px;

  padding: 20px;

  border: 1px solid rgba(253, 173, 0, 0.40);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 22px 54px rgba(7, 27, 49, 0.22);

  backdrop-filter: blur(12px);
}

.bsd2-journey-map-image {
  position: relative;

  width: 100%;
  height: 215px;

  overflow: visible;

  border-radius: 15px;
}

.bsd2-journey-map-image img,
.bsd2-journey-plane-icon img {
  object-fit: contain !important;
}

.bsd2-journey-plane-icon {
  top: 83px;
  left: 26%;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 58px !important;
  height: 58px !important;

  padding: 10px !important;
  overflow: visible !important;

  border: 1px solid rgba(253, 173, 0, 0.42) !important;
  border-radius: 999px !important;

  background: rgba(255, 255, 255, 0.96) !important;

  box-shadow:
    0 12px 28px rgba(7, 27, 49, 0.16) !important;

  transform: rotate(12deg);
}

.bsd2-journey-plane-icon > .img,
.bsd2-journey-plane-icon .img,
.bsd2-journey-plane-icon .img-inner,
.bsd2-journey-plane-icon a {
  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: visible !important;
}

.bsd2-journey-plane-icon img {
  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
}

.bsd2-journey-flight-dates {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    34px
    minmax(0, 1fr);
  align-items: center;
  gap: 9px;

  margin-top: 12px;
}

.bsd2-journey-flight-dates > div {
  min-width: 0;
  padding: 11px;

  border-radius: 13px;

  background: rgba(253, 173, 0, 0.10);
}

.bsd2-journey-flight-dates small {
  display: block;

  color: #b87500;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsd2-journey-flight-dates strong {
  display: block;

  margin-top: 4px;

  color: var(--bsd2-navy);

  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.bsd2-journey-flight-dates > span {
  display: block;

  width: 100%;
  height: 1px;

  background:
    repeating-linear-gradient(
      90deg,
      var(--bsd2-yellow) 0 5px,
      transparent 5px 9px
    );
}


/* =========================================================
   PANEL 04
   ========================================================= */

.bsd2-journey-hotel-main {
  inset: 26px;

  border-radius: 25px;

  box-shadow:
    0 22px 55px rgba(7, 27, 49, 0.16);
}

.bsd2-journey-hotel-main::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 49, 0.02) 30%,
      rgba(7, 27, 49, 0.66) 100%
    );

  pointer-events: none;
}

.bsd2-journey-support-card {
  position: absolute;
  right: 38px;
  bottom: 42px;
  z-index: 5;

  width: 52%;
  padding: 22px;

  color: #ffffff !important;

  border: 1px solid rgba(253, 173, 0, 0.48);
  border-radius: 23px;

  background: rgba(7, 27, 49, 0.96);

  box-shadow:
    0 24px 56px rgba(7, 27, 49, 0.30);

  backdrop-filter: blur(12px);
}

.bsd2-journey-support-card p {
  margin: 0 !important;
  padding: 0 !important;
}

.bsd2-journey-support-card small {
  display: block !important;

  margin: 0 !important;

  color: var(--bsd2-yellow-light) !important;

  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  opacity: 1 !important;
}

.bsd2-journey-support-card strong {
  display: block !important;

  margin: 8px 0 0 !important;

  color: #ffffff !important;

  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  letter-spacing: -0.025em !important;

  opacity: 1 !important;
}

.bsd2-journey-passport-stamp {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 82px !important;
  height: 82px !important;

  margin: 0 0 14px !important;
  padding: 13px !important;

  overflow: visible !important;

  border: 1px solid rgba(253, 173, 0, 0.48) !important;
  border-radius: 20px !important;

  background: rgba(253, 173, 0, 0.13) !important;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 30px rgba(0, 0, 0, 0.16) !important;
}

.bsd2-journey-passport-stamp > .img,
.bsd2-journey-passport-stamp .img,
.bsd2-journey-passport-stamp .img-inner,
.bsd2-journey-passport-stamp a {
  width: 100% !important;
  height: 100% !important;

  padding-top: 0 !important;
  overflow: visible !important;

  background: transparent !important;
}

.bsd2-journey-passport-stamp img {
  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;

  filter:
    brightness(0)
    saturate(100%)
    invert(73%)
    sepia(99%)
    saturate(2035%)
    hue-rotate(358deg)
    brightness(102%)
    contrast(104%) !important;

  opacity: 1 !important;
}

.bsd2-journey-support-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;

  margin-top: 16px !important;
}

.bsd2-journey-support-tags span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 7px 10px !important;

  border: 1px solid rgba(253, 173, 0, 0.30) !important;
  border-radius: 999px !important;

  background: rgba(253, 173, 0, 0.10) !important;
  color: rgba(255, 255, 255, 0.88) !important;

  font-size: 9px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}


/* =========================================================
   FLOATING LABEL
   ========================================================= */

.bsd2-journey-floating-label {
  position: absolute;
  z-index: 7;

  width: auto;
  max-width: 280px;

  padding: 13px 15px;

  border: 1px solid rgba(253, 173, 0, 0.40);
  border-radius: 17px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 16px 40px rgba(7, 27, 49, 0.17);

  backdrop-filter: blur(10px);
}

.bsd2-journey-floating-label small {
  display: block;

  color: #b87500;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bsd2-journey-floating-label strong {
  display: block;

  margin-top: 5px;

  color: var(--bsd2-navy);

  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.bsd2-journey-label-doctor {
  top: 48px;
  right: 28px;
}

.bsd2-journey-label-travel {
  right: 42px;
  bottom: 38px;
}

.bsd2-journey-label-flight {
  right: 40px;
  bottom: 42px;
}


/* =========================================================
   DOTS
   ========================================================= */

.bsd2-journey-visual-nav {
  position: relative;
  z-index: 8;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 14px;
}

.bsd2-journey-visual-nav button {
  display: block !important;

  width: 8px !important;
  min-width: 8px !important;
  max-width: none !important;

  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 999px !important;

  background: rgba(7, 27, 49, 0.20) !important;

  box-shadow: none !important;

  opacity: 1 !important;

  cursor: pointer;

  transition:
    width 0.25s ease,
    background-color 0.25s ease !important;
}

.bsd2-journey-visual-nav button::before,
.bsd2-journey-visual-nav button::after {
  display: none !important;
}

.bsd2-journey-visual-nav button.is-active {
  width: 28px !important;

  background: var(--bsd2-yellow) !important;
}


/* =========================================================
   CARDS
   ========================================================= */

.bsd2-journey-cards {
  position: relative;

  width: 100%;
  max-width: 100%;
}

.bsd2-journey-card {
  position: relative;

  width: 100%;
  min-height: 235px;

  margin-bottom: 18px;
  padding: 27px;

  overflow: hidden;

  border: 1px solid var(--bsd2-border);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 16px 42px rgba(7, 27, 49, 0.055);

  transition:
    border-color 0.35s ease,
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.bsd2-journey-card:last-child {
  margin-bottom: 0;
}

.bsd2-journey-card::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 4px;

  background: var(--bsd2-yellow);

  transform: scaleY(0);
  transform-origin: bottom;

  transition: transform 0.35s ease;
}

.bsd2-journey-card.is-active {
  border-color: rgba(253, 173, 0, 0.40);

  background: var(--bsd2-navy);

  box-shadow:
    0 22px 54px rgba(7, 27, 49, 0.17);

  transform: translateX(-6px);
}

.bsd2-journey-card.is-active::before {
  transform: scaleY(1);
}

.bsd2-journey-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bsd2-journey-card-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 47px;
  height: 47px;
  flex: 0 0 47px;

  border-radius: 15px;

  background: var(--bsd2-yellow);
  color: var(--bsd2-navy);

  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.bsd2-journey-card-top > small {
  color: #b87500;

  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.bsd2-journey-card.is-active .bsd2-journey-card-top > small {
  color: var(--bsd2-yellow-light);
}

.bsd2-journey-card h3 {
  margin: 18px 0 0 !important;

  color: var(--bsd2-navy);

  font-size: 24px;
  line-height: 1.13;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.bsd2-journey-card p {
  margin: 12px 0 0 !important;

  color: var(--bsd2-text);

  font-size: 13px;
  line-height: 1.58;
}

.bsd2-journey-card.is-active h3 {
  color: #ffffff;
}

.bsd2-journey-card.is-active p {
  color: rgba(255, 255, 255, 0.69);
}

.bsd2-journey-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: 17px;
}

.bsd2-journey-card-tags span {
  padding: 7px 9px;

  border: 1px solid rgba(7, 27, 49, 0.08);
  border-radius: 999px;

  background: rgba(7, 27, 49, 0.04);
  color: var(--bsd2-text);

  font-size: 9px;
  line-height: 1.1;
  font-weight: 800;
}

.bsd2-journey-card.is-active .bsd2-journey-card-tags span {
  border-color: rgba(255, 255, 255, 0.14);

  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
}

.bsd2-journey-card-mobile-image {
  display: none;
}


/* =========================================================
   CTA
   ========================================================= */

.bsd2-journey-cta {
  margin-top: 22px;
  padding: 23px;

  border: 1px solid rgba(253, 173, 0, 0.32);
  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      rgba(253, 173, 0, 0.15),
      rgba(255, 255, 255, 0.95)
    );

  box-shadow:
    0 16px 40px rgba(7, 27, 49, 0.07);
}

.bsd2-journey-cta-copy small {
  display: block;

  color: #b87500;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bsd2-journey-cta-copy strong {
  display: block;

  margin-top: 7px;

  color: var(--bsd2-navy);

  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.bsd2-journey-cta .button.bsd2-journey-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 47px !important;

  margin: 17px 0 0 !important;
  padding: 12px 19px !important;

  border: 1px solid var(--bsd2-yellow) !important;
  border-radius: 999px !important;

  background: var(--bsd2-yellow) !important;
  color: var(--bsd2-navy) !important;

  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;

  box-shadow:
    0 14px 30px rgba(253, 173, 0, 0.24) !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 850px) {

  .bsd2-journey-section,
  .bsd2-journey-section > .section-content,
  .bsd2-journey-section .section-content,
  .bsd2-journey-main-row,
  .bsd2-journey-main-row > .col,
  .bsd2-journey-main-row > .col > .col-inner,
  .bsd2-journey-visual-col,
  .bsd2-journey-visual-col > .col-inner,
  .bsd2-journey-content-col,
  .bsd2-journey-content-col > .col-inner {
    overflow: visible !important;
  }

  .bsd2-journey-section {
    overflow: visible !important;
  }

  .bsd2-journey-main-row {
    position: relative !important;

    display: grid !important;
    grid-template-columns:
      minmax(0, 7fr)
      minmax(0, 5fr);
    align-items: stretch !important;

    width: 100% !important;

    transform: none !important;
    filter: none !important;
    perspective: none !important;

    isolation: isolate;
  }

  .bsd2-journey-main-row > .col {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    flex: none !important;
    flex-basis: auto !important;
  }

  .bsd2-journey-visual-col {
    position: relative !important;
    z-index: 4;

    align-self: stretch !important;

    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-visual-col > .col-inner {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-visual-wrap {
    position: sticky !important;

    top: 118px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    transform: none !important;
    will-change: auto !important;

    z-index: 5;
  }

  body.admin-bar .bsd2-journey-visual-wrap {
    top: 150px !important;
  }

  .bsd2-journey-visual-stage {
    width: 100% !important;

    height: clamp(
      520px,
      calc(100vh - 175px),
      650px
    ) !important;

    min-height: 520px !important;
    max-height: 650px !important;
  }

  .bsd2-journey-content-col {
    position: relative !important;
    z-index: 2;

    align-self: start !important;

    width: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  .bsd2-journey-card {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: clamp(
      310px,
      39vh,
      365px
    ) !important;

    margin: 0 !important;
  }

  .bsd2-journey-visual-col .pin-spacer {
    display: contents !important;
  }
}


/* =========================================================
   DESKTOP HẸP
   ========================================================= */

@media (min-width: 850px) and (max-width: 1099px) {

  .bsd2-journey-head h2 {
    font-size: 50px;
  }

  .bsd2-journey-visual-wrap {
    top: 96px !important;
  }

  body.admin-bar .bsd2-journey-visual-wrap {
    top: 128px !important;
  }

  .bsd2-journey-visual-stage {
    height: clamp(
      500px,
      calc(100vh - 150px),
      590px
    ) !important;

    min-height: 500px !important;
    max-height: 590px !important;
  }

  .bsd2-journey-consult-main {
    right: 105px;
  }

  .bsd2-journey-consult-cbct {
    width: 47%;
  }

  .bsd2-journey-map-card {
    top: 38px;
    left: 30px;

    width: 68%;
    min-height: 300px;

    padding: 16px;
  }

  .bsd2-journey-map-image {
    height: 190px;
  }

  .bsd2-journey-support-card {
    right: 24px;
    bottom: 28px;

    width: 65%;
  }

  .bsd2-journey-card {
    min-height: 310px !important;
    padding: 22px;
  }

  .bsd2-journey-card h3 {
    font-size: 21px;
  }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 849px) {

  .bsd2-journey-section {
    overflow: hidden !important;

    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .bsd2-journey-head h2 {
    font-size: 46px;
  }

  .bsd2-journey-main-row {
    display: block !important;

    margin-top: 20px !important;
  }

  .bsd2-journey-visual-wrap {
    position: relative !important;

    top: auto !important;

    width: 100% !important;

    transform: none !important;
  }

  .bsd2-journey-visual-stage {
    height: auto !important;
    min-height: 520px !important;
    max-height: none !important;
  }

  .bsd2-journey-panel:not(
    [data-bsd2-journey-panel="0"]
  ) {
    display: none !important;
  }

  .bsd2-journey-panel[
    data-bsd2-journey-panel="0"
  ] {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
  }

  .bsd2-journey-content-col {
    margin-top: 18px;
  }

  .bsd2-journey-card {
    min-height: auto !important;

    padding: 20px;

    transform: none !important;
  }

  .bsd2-journey-card-mobile-image {
    display: block;

    width: 100%;
    height: 250px;

    margin-bottom: 18px;
    overflow: hidden;

    border-radius: 17px;
  }

  .bsd2-journey-card-mobile-image > .img,
  .bsd2-journey-card-mobile-image .img,
  .bsd2-journey-card-mobile-image .img-inner,
  .bsd2-journey-card-mobile-image a {
    width: 100% !important;
    height: 100% !important;

    padding-top: 0 !important;
    overflow: hidden !important;

    border-radius: inherit !important;
  }

  .bsd2-journey-card-mobile-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: inherit !important;
  }

  .bsd2-journey-visual-nav {
    display: none !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 549px) {

  .bsd2-journey-section {
    padding: 28px 10px !important;
  }

  .bsd2-journey-head-col,
  .bsd2-journey-visual-col,
  .bsd2-journey-content-col {
    padding: 7px !important;
  }

  .bsd2-journey-kicker {
    gap: 7px;
    padding: 7px 10px;

    font-size: 9px;
  }

  .bsd2-journey-head h2,
  .bsd2-journey-title-sub {
    font-size: 35px;
    line-height: 1.08 !important;
    letter-spacing: -0.045em;
  }

  .bsd2-journey-title-sub {
    margin-top: 3px !important;
  }

  .bsd2-journey-head p {
    margin-top: 13px !important;

    font-size: 14px;
    line-height: 1.6;
  }

  .bsd2-journey-visual-stage {
    min-height: 405px !important;

    border-radius: 22px;
  }

  .bsd2-journey-bg-word {
    top: 15px;
    left: 15px;

    font-size: 45px;
  }

  .bsd2-journey-consult-main {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;

    border-radius: 17px;
  }

  .bsd2-journey-consult-cbct {
    right: 13px;
    bottom: 35px;

    width: 48%;
    height: 33%;

    border-width: 4px;
    border-radius: 13px;
  }

  .bsd2-journey-label-doctor {
    top: 26px;
    right: 13px;

    max-width: 205px;

    padding: 10px 11px;
  }

  .bsd2-journey-card {
    margin-bottom: 12px;
    padding: 15px;

    border-radius: 19px;
  }

  .bsd2-journey-card-mobile-image {
    height: 205px;

    margin-bottom: 15px;

    border-radius: 14px;
  }

  .bsd2-journey-card-number {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .bsd2-journey-card h3 {
    margin-top: 15px !important;

    font-size: 20px;
  }

  .bsd2-journey-card p {
    font-size: 12px;
  }

  .bsd2-journey-passport-stamp {
    width: 68px !important;
    height: 68px !important;

    padding: 10px !important;
  }

  .bsd2-journey-support-card strong {
    font-size: 17px !important;
  }

  .bsd2-journey-cta {
    padding: 17px;
  }

  .bsd2-journey-cta .button.bsd2-journey-btn {
    width: 100% !important;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bsd2-journey-section *,
  .bsd2-journey-section *::before,
  .bsd2-journey-section *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* =========================================================
   BS ĐÔNG 2 – PROFILE BÁC SĨ
   Dùng riêng với class: bsd2-profile-...
   ========================================================= */


/* =========================================================
   1. SECTION TỔNG
   ========================================================= */

.bsd2-profile-section {
  position: relative;
  overflow: hidden;
}

.bsd2-profile-section .section-bg {
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(253, 173, 0, 0.10),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 80%,
      rgba(7, 27, 49, 0.05),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffcf5 100%
    ) !important;
}

.bsd2-profile-row,
.bsd2-profile-gallery-row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bsd2-profile-left,
.bsd2-profile-right,
.bsd2-profile-gallery-col {
  padding: 10px !important;
}


/* =========================================================
   2. THẺ ẢNH BÁC SĨ
   ========================================================= */

.bsd2-profile-doctor-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;

  overflow: hidden;

  border: 1px solid rgba(253, 173, 0, 0.24);
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 50% 12%,
      rgba(253, 173, 0, 0.14),
      transparent 35%
    ),
    linear-gradient(
      180deg,
      #f4f6fa 0%,
      #eef2f7 100%
    );

  box-shadow: 0 22px 54px rgba(7, 27, 49, 0.10);
}

.bsd2-profile-doctor-img {
  position: relative;
  width: 100%;
  overflow: hidden;

  border-radius: 22px;
  background: #eef2f7;
}

.bsd2-profile-doctor-img .img,
.bsd2-profile-doctor-img .img-inner {
  position: relative !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;

  padding-top: 0 !important;
  overflow: hidden !important;

  border-radius: 22px !important;
}

.bsd2-profile-doctor-img img {
  position: static !important;
  inset: auto !important;
  display: block !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 0 !important;

  object-fit: contain !important;
  object-position: center top !important;

  border-radius: 22px !important;
  cursor: zoom-in;
}

/* ===== Doctor Meta Block (SAFE VERSION - NO BREAK) ===== */

.bsd2-profile-doctor-meta {
  margin-top: 10px;
  padding: 14px 16px;

  border: 1px solid rgba(253, 173, 0, 0.25);
  border-radius: 16px;

  background: #071b31;

  /* khóa màu toàn bộ block */
  color: #ffffff;

  /* fix bị theme override */
  position: relative;
  z-index: 1;
}

/* reset toàn bộ bên trong để tránh bị Flatsome đè */
.bsd2-profile-doctor-meta * {
  all: unset;
  display: block;
  box-sizing: border-box;
}

/* LABEL (small) */
.bsd2-profile-doctor-meta small {
  color: #ffd782;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* NAME (strong) */
.bsd2-profile-doctor-meta strong {
  margin-top: 6px;

  color: #ffffff !important; /* chặn override */

  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

/* ===== Responsive nhẹ ===== */
@media (max-width: 768px) {
  .bsd2-profile-doctor-meta {
    padding: 12px 14px;
  }

  .bsd2-profile-doctor-meta strong {
    font-size: 16px;
  }
}

/* =========================================================
   3. NỘI DUNG PROFILE
   ========================================================= */

.bsd2-profile-content {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
}

.bsd2-profile-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 10px;
  padding: 7px 11px;

  border: 1px solid rgba(253, 173, 0, 0.34);
  border-radius: 999px;

  background: rgba(253, 173, 0, 0.10);
  color: #b87500;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bsd2-profile-kicker::before {
  content: "";

  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border-radius: 999px;

  background: #fdad00;
  box-shadow: 0 0 0 5px rgba(253, 173, 0, 0.16);
}

.bsd2-profile-content h2 {
  margin: 0 !important;

  color: #071b31;

  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.bsd2-profile-desc {
  max-width: 720px;

  margin: 12px 0 0 !important;

  color: #637083;

  font-size: 15px;
  line-height: 1.62;
}


/* =========================================================
   4. THỐNG KÊ
   ========================================================= */

.bsd2-profile-stat-row {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}

.bsd2-profile-stat-col {
  padding: 4px !important;
}

.bsd2-profile-stat {
  min-height: 96px;
  padding: 13px;

  border: 1px solid rgba(7, 27, 49, 0.08);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(7, 27, 49, 0.045);
}

.bsd2-profile-stat strong {
  display: block;

  color: #071b31;

  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.bsd2-profile-stat span {
  display: block;

  margin-top: 9px;

  color: #637083;

  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}


/* =========================================================
   5. HỘP THÔNG TIN CHUYÊN MÔN
   ========================================================= */

.bsd2-profile-info-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;

  margin-top: 10px;
}

.bsd2-profile-info-item {
  min-width: 0;
  min-height: 132px;
  padding: 14px;

  border: 1px solid rgba(253, 173, 0, 0.24);
  border-radius: 20px;

  background: #071b31;
  box-shadow: 0 16px 38px rgba(7, 27, 49, 0.10);
}

.bsd2-profile-info-item small {
  display: block;

  color: #ffd782;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bsd2-profile-info-item strong {
  display: block;

  margin-top: 7px;

  color: #ffffff;

  font-size: 18px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.bsd2-profile-info-item p {
  margin: 8px 0 0 !important;

  color: rgba(255, 255, 255, 0.68);

  font-size: 12px;
  line-height: 1.45;
}


/* =========================================================
   6. BUTTON ELEMENT GỐC CỦA FLATSOME
   Shortcode class: bsd2-profile-btn
   ========================================================= */

.bsd2-profile-button-wrap {
  width: 100%;
  margin-top: 14px;
}

.bsd2-profile-button-wrap p {
  margin: 0 !important;
}

.bsd2-profile-button-wrap .button.bsd2-profile-btn,
.bsd2-profile-content .button.bsd2-profile-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-height: 46px !important;

  margin: 0 !important;
  padding: 12px 20px !important;

  border: 1px solid #fdad00 !important;
  border-radius: 999px !important;

  background-color: #fdad00 !important;
  background-image: none !important;

  color: #071b31 !important;

  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;

  box-shadow: 0 14px 30px rgba(253, 173, 0, 0.22) !important;

  opacity: 1 !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease !important;
}

.bsd2-profile-button-wrap .button.bsd2-profile-btn::before,
.bsd2-profile-button-wrap .button.bsd2-profile-btn::after {
  display: none !important;
}

.bsd2-profile-button-wrap .button.bsd2-profile-btn:hover,
.bsd2-profile-content .button.bsd2-profile-btn:hover {
  border-color: #f4a300 !important;
  background-color: #f4a300 !important;
  background-image: none !important;

  color: #071b31 !important;

  box-shadow: 0 17px 34px rgba(253, 173, 0, 0.30) !important;

  transform: translateY(-2px);
}

.bsd2-profile-button-wrap .button.bsd2-profile-btn:focus-visible,
.bsd2-profile-content .button.bsd2-profile-btn:focus-visible {
  outline: 3px solid rgba(253, 173, 0, 0.30);
  outline-offset: 3px;
}

.bsd2-profile-button-wrap .button.bsd2-profile-btn:active,
.bsd2-profile-content .button.bsd2-profile-btn:active {
  transform: translateY(0);
}


/* =========================================================
   7. GALLERY FULL WIDTH
   ========================================================= */

.bsd2-profile-gallery-row {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}

.bsd2-profile-gallery-full {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}

.bsd2-profile-gallery-full > .col-inner {
  width: 100% !important;
  max-width: 100% !important;
}

.bsd2-profile-gallery-block {
  position: relative;

  width: 100%;
  padding: 18px;

  overflow: hidden;

  border: 1px solid rgba(7, 27, 49, 0.08);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(7, 27, 49, 0.06);
}

.bsd2-profile-block-head {
  margin-bottom: 14px;
}

.bsd2-profile-block-head small {
  display: block;

  margin: 0;

  color: #b87500;

  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bsd2-profile-block-head strong {
  display: block;

  margin-top: 5px;

  color: #071b31;

  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.04em;
}


/* =========================================================
   8. RESET GALLERY FLATSOME
   ========================================================= */

.bsd2-profile-native-gallery {
  position: relative;

  width: 100%;
  max-width: 100%;
}

.bsd2-profile-native-gallery .gallery,
.bsd2-profile-native-gallery .row,
.bsd2-profile-native-gallery .slider,
.bsd2-profile-native-gallery .flickity-viewport,
.bsd2-profile-native-gallery .flickity-slider {
  margin-bottom: 0 !important;
}

.bsd2-profile-native-gallery .slider,
.bsd2-profile-native-gallery .flickity-viewport {
  width: 100% !important;
}

.bsd2-profile-native-gallery .flickity-viewport {
  overflow: hidden !important;
}

.bsd2-profile-native-gallery .gallery-item,
.bsd2-profile-native-gallery .col,
.bsd2-profile-native-gallery .box {
  padding: 5px !important;
}

.bsd2-profile-native-gallery .box-image,
.bsd2-profile-native-gallery .image-cover,
.bsd2-profile-native-gallery .img,
.bsd2-profile-native-gallery .img-inner,
.bsd2-profile-native-gallery .gallery-icon,
.bsd2-profile-native-gallery a {
  overflow: hidden !important;
  border-radius: 14px !important;
}

.bsd2-profile-native-gallery img {
  display: block !important;

  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;

  object-fit: cover !important;
  object-position: center !important;

  border-radius: 14px !important;

  cursor: zoom-in;

  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.bsd2-profile-native-gallery a:hover img {
  transform: scale(1.025);
}


/* =========================================================
   9. NÚT TRÁI / PHẢI GALLERY
   Sửa lỗi vòng tròn trắng và icon bị mất
   ========================================================= */

.bsd2-profile-auto-gallery .flickity-prev-next-button,
.bsd2-profile-auto-gallery button.flickity-prev-next-button {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;

  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  border: 1px solid rgba(253, 173, 0, 0.60) !important;
  border-radius: 50% !important;

  background-color: rgba(255, 255, 255, 0.96) !important;
  background-image: none !important;

  color: #071b31 !important;

  box-shadow: 0 8px 22px rgba(7, 27, 49, 0.16) !important;

  opacity: 1 !important;
  visibility: visible !important;

  transform: translateY(-50%) !important;

  z-index: 20 !important;

  cursor: pointer !important;
}

.bsd2-profile-auto-gallery .flickity-prev-next-button.previous {
  right: auto !important;
  left: 10px !important;
}

.bsd2-profile-auto-gallery .flickity-prev-next-button.next {
  right: 10px !important;
  left: auto !important;
}


/* Ẩn SVG mặc định để tránh icon bị lệch hoặc phóng to */

.bsd2-profile-auto-gallery .flickity-prev-next-button svg,
.bsd2-profile-auto-gallery .flickity-prev-next-button .flickity-button-icon {
  display: none !important;
}


/* Tạo mũi tên mới bằng CSS */

.bsd2-profile-auto-gallery .flickity-prev-next-button::before {
  display: block !important;

  width: auto !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: none !important;
  box-shadow: none !important;

  color: #071b31 !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 400 !important;

  opacity: 1 !important;
}

.bsd2-profile-auto-gallery .flickity-prev-next-button.previous::before {
  content: "‹" !important;
  transform: translate(-1px, -1px);
}

.bsd2-profile-auto-gallery .flickity-prev-next-button.next::before {
  content: "›" !important;
  transform: translate(1px, -1px);
}

.bsd2-profile-auto-gallery .flickity-prev-next-button:hover {
  border-color: #fdad00 !important;
  background-color: #fdad00 !important;
  background-image: none !important;

  box-shadow: 0 10px 26px rgba(253, 173, 0, 0.30) !important;
}

.bsd2-profile-auto-gallery .flickity-prev-next-button:focus-visible {
  outline: 3px solid rgba(253, 173, 0, 0.30) !important;
  outline-offset: 3px !important;
}

.bsd2-profile-auto-gallery .flickity-prev-next-button:disabled {
  opacity: 0.45 !important;
  cursor: default !important;
}


/* =========================================================
   10. DOT SLIDER
   Chỉ áp dụng khi Flatsome sinh dots
   ========================================================= */

.bsd2-profile-auto-gallery .flickity-page-dots {
  position: relative !important;
  bottom: auto !important;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  margin: 12px 0 0 !important;
  padding: 0 !important;
}

.bsd2-profile-auto-gallery .flickity-page-dots .dot {
  width: 7px !important;
  height: 7px !important;

  margin: 0 !important;

  border: 0 !important;
  border-radius: 999px !important;

  background: rgba(7, 27, 49, 0.20) !important;

  opacity: 1 !important;
}

.bsd2-profile-auto-gallery .flickity-page-dots .dot.is-selected {
  width: 22px !important;
  background: #fdad00 !important;
}


/* =========================================================
   11. LIGHTBOX ẢNH
   ========================================================= */

.mfp-image-holder .mfp-content {
  max-width: 92vw !important;
}

.mfp-img {
  max-height: 88vh !important;

  padding: 0 !important;

  border-radius: 14px !important;
}

.mfp-figure::after {
  display: none !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 42px !important;
  height: 42px !important;

  padding: 0 !important;

  right: -14px !important;
  top: -14px !important;

  border-radius: 999px !important;

  background: #fdad00 !important;
  color: #071b31 !important;

  opacity: 1 !important;

  font-size: 28px !important;
  line-height: 42px !important;
  font-weight: 900 !important;
  text-align: center !important;
}


/* =========================================================
   12. TABLET
   ========================================================= */

@media (max-width: 849px) {

  .bsd2-profile-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .bsd2-profile-content {
    max-width: 100%;
    margin-left: 0;
  }

  .bsd2-profile-doctor-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .bsd2-profile-gallery-block {
    padding: 15px;
  }

  .bsd2-profile-block-head strong {
    font-size: 21px;
  }
}


/* =========================================================
   13. MOBILE
   ========================================================= */

@media (max-width: 549px) {

  .bsd2-profile-section {
    padding: 18px 10px !important;
  }

  .bsd2-profile-left,
  .bsd2-profile-right,
  .bsd2-profile-gallery-col {
    padding: 8px !important;
  }

  .bsd2-profile-doctor-card {
    width: 100%;
    max-width: 100%;
  }

  .bsd2-profile-content h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }

  .bsd2-profile-desc {
    font-size: 14px;
  }


  /* Stats mobile */

  .bsd2-profile-stat {
    min-height: 82px;
    padding: 10px 7px;
  }

  .bsd2-profile-stat strong {
    font-size: 19px;
  }

  .bsd2-profile-stat span {
    margin-top: 7px;
    font-size: 10px;
  }


  /* Info mobile */

  .bsd2-profile-info-box {
    grid-template-columns: 1fr;
  }

  .bsd2-profile-info-item {
    min-height: auto;
    padding: 12px;

    border-radius: 17px;
  }


  /* Button Flatsome mobile */

  .bsd2-profile-button-wrap {
    width: 100%;
  }

  .bsd2-profile-button-wrap .button.bsd2-profile-btn,
  .bsd2-profile-content .button.bsd2-profile-btn {
    width: 100% !important;
    min-height: 48px !important;

    padding-right: 16px !important;
    padding-left: 16px !important;
  }


  /* Gallery mobile */

  .bsd2-profile-gallery-row {
    margin-top: 10px !important;
  }

  .bsd2-profile-gallery-block {
    padding: 12px;

    border-radius: 18px;
  }

  .bsd2-profile-block-head {
    margin-bottom: 10px;
  }

  .bsd2-profile-block-head strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .bsd2-profile-native-gallery .gallery-item,
  .bsd2-profile-native-gallery .col,
  .bsd2-profile-native-gallery .box {
    padding: 3px !important;
  }

  .bsd2-profile-native-gallery .box-image,
  .bsd2-profile-native-gallery .image-cover,
  .bsd2-profile-native-gallery .img,
  .bsd2-profile-native-gallery .img-inner,
  .bsd2-profile-native-gallery .gallery-icon,
  .bsd2-profile-native-gallery a,
  .bsd2-profile-native-gallery img {
    border-radius: 10px !important;
  }


  /* Nút slider mobile */

  .bsd2-profile-auto-gallery .flickity-prev-next-button,
  .bsd2-profile-auto-gallery button.flickity-prev-next-button {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;

    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }

  .bsd2-profile-auto-gallery .flickity-prev-next-button.previous {
    left: 5px !important;
  }

  .bsd2-profile-auto-gallery .flickity-prev-next-button.next {
    right: 5px !important;
  }

  .bsd2-profile-auto-gallery .flickity-prev-next-button::before {
    font-size: 25px !important;
  }


  /* Lightbox mobile */

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 0 !important;
    top: -48px !important;
  }
}
/* = BS ĐÔNG QUỐC TẾ – SECTION 4 HỖ TRỢ CHUYẾN ĐI
   Class riêng: dtdx-trip-...
   ========================================================= */

/* =========================================================
   1. SECTION
   ========================================================= */

.dtdx-trip-section {
  --dtdx-trip-navy: #071b31;
  --dtdx-trip-copy: #637083;
  --dtdx-trip-gold: #fdad00;
  --dtdx-trip-gold-dark: #b87500;
  --dtdx-trip-gold-light: #ffd782;
  --dtdx-trip-border: rgba(7, 27, 49, 0.09);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fffcf5 !important;
}

.dtdx-trip-section,
.dtdx-trip-section * {
  box-sizing: border-box;
}

.dtdx-trip-section .section-bg {
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(253, 173, 0, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 86%,
      rgba(7, 27, 49, 0.06),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #fffcf5 0%,
      #ffffff 100%
    ) !important;
}

.dtdx-trip-section .section-content {
  position: relative;
  z-index: 2;
}

/* =========================================================
   2. ROW / COLUMN
   Không thay chiều rộng mặc định của Flatsome
   ========================================================= */

.dtdx-trip-head-row,
.dtdx-trip-cards-row,
.dtdx-trip-cta-row {
  margin-right: auto !important;
  margin-left: auto !important;
}

.dtdx-trip-head-col,
.dtdx-trip-card-col,
.dtdx-trip-cta-copy-col,
.dtdx-trip-cta-button-col {
  padding: 8px !important;
}

/* =========================================================
   3. HEADING
   ========================================================= */

.dtdx-trip-head {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dtdx-trip-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(253, 173, 0, 0.36);
  border-radius: 999px;
  background: rgba(253, 173, 0, 0.10);
  color: var(--dtdx-trip-gold-dark);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dtdx-trip-kicker > span {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dtdx-trip-gold);
  box-shadow: 0 0 0 5px rgba(253, 173, 0, 0.15);
}

.dtdx-trip-kicker strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.dtdx-trip-head h2 {
  margin: 0 !important;
  color: var(--dtdx-trip-navy);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.dtdx-trip-head h2 span {
  color: var(--dtdx-trip-gold-dark);
}

.dtdx-trip-head p {
  max-width: 760px;
  margin: 14px auto 0 !important;
  color: var(--dtdx-trip-copy);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

/* =========================================================
   4. CARD GRID
   ========================================================= */

.dtdx-trip-cards-row {
  margin-top: 14px !important;
}

.dtdx-trip-card-col {
  display: flex;
}

.dtdx-trip-card-col > .col-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--dtdx-trip-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(7, 27, 49, 0.07);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.dtdx-trip-card-col > .col-inner:hover {
  border-color: rgba(253, 173, 0, 0.35);
  box-shadow: 0 24px 58px rgba(7, 27, 49, 0.11);
  transform: translateY(-4px);
}

/* =========================================================
   5. ẢNH VUÔNG 1:1
   ========================================================= */

.dtdx-trip-card-image {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 !important;
}

.dtdx-trip-card-image .img-inner {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #eef2f5;
}

.dtdx-trip-card-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s ease !important;
}

.dtdx-trip-card-col > .col-inner:hover
.dtdx-trip-card-image img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

/* =========================================================
   6. CARD BODY
   ========================================================= */

.dtdx-trip-card-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 19px;
}

.dtdx-trip-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dtdx-trip-card-top > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(253, 173, 0, 0.40);
  border-radius: 50%;
  background: rgba(253, 173, 0, 0.12);
  color: var(--dtdx-trip-gold-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.dtdx-trip-card-top small {
  display: block;
  color: var(--dtdx-trip-gold-dark);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.dtdx-trip-card-body h3 {
  margin: 14px 0 0 !important;
  color: var(--dtdx-trip-navy);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.dtdx-trip-card-body > p {
  margin: 12px 0 0 !important;
  color: var(--dtdx-trip-copy);
  font-size: 13px;
  line-height: 1.58;
  font-weight: 650;
}

/* =========================================================
   7. ĐIỂM CHÍNH
   ========================================================= */

.dtdx-trip-card-points {
  display: grid;
  gap: 9px;
  margin-top: auto;
  padding-top: 17px;
}

.dtdx-trip-card-points > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dtdx-trip-navy);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 800;
}

.dtdx-trip-card-points > div > span {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--dtdx-trip-gold);
  box-shadow: 0 0 0 4px rgba(253, 173, 0, 0.12);
}

/* =========================================================
   8. CTA
   ========================================================= */

.dtdx-trip-cta-row {
  position: relative;
  margin-top: 16px !important;
  padding: 8px !important;
  overflow: hidden;
  border: 1px solid rgba(253, 173, 0, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(253, 173, 0, 0.17),
      transparent 30%
    ),
    var(--dtdx-trip-navy);
  box-shadow: 0 18px 48px rgba(7, 27, 49, 0.14);
}

.dtdx-trip-cta-row::after {
  content: "";
  position: absolute;
  top: -120px;
  left: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  pointer-events: none;
}

.dtdx-trip-cta-copy-col,
.dtdx-trip-cta-button-col {
  position: relative;
  z-index: 2;
}

.dtdx-trip-cta-copy {
  padding: 8px;
}

.dtdx-trip-cta-copy small {
  display: block;
  color: var(--dtdx-trip-gold-light);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dtdx-trip-cta-copy strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.dtdx-trip-cta-copy p {
  margin: 7px 0 0 !important;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 650;
}

.dtdx-trip-cta-actions {
  margin: 0 !important;
}

.dtdx-trip-cta-actions p {
  margin: 0 !important;
}

.dtdx-trip-cta-actions .button.dtdx-trip-cta-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 1px solid var(--dtdx-trip-gold) !important;
  border-radius: 999px !important;
  background: var(--dtdx-trip-gold) !important;
  color: var(--dtdx-trip-navy) !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: 0 14px 32px rgba(253, 173, 0, 0.24) !important;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease !important;
}

.dtdx-trip-cta-actions .button.dtdx-trip-cta-button:hover {
  background: #f4a300 !important;
  color: var(--dtdx-trip-navy) !important;
  box-shadow: 0 18px 38px rgba(253, 173, 0, 0.32) !important;
  transform: translateY(-2px);
}

/* =========================================================
   9. WORDPRESS EMPTY TAG FIX
   ========================================================= */

.dtdx-trip-section p:empty,
.dtdx-trip-section .ux-html p:empty,
.dtdx-trip-section p:has(> br:only-child) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* =========================================================
   10. HIỆU ỨNG JS
   ========================================================= */

.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-head,
.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-card-col,
.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-cta-row {
  opacity: 0;
  transform: translateY(22px);
}

.dtdx-trip-section.dtdx-trip-has-js.dtdx-trip-visible
.dtdx-trip-head,
.dtdx-trip-section.dtdx-trip-has-js.dtdx-trip-visible
.dtdx-trip-card-col,
.dtdx-trip-section.dtdx-trip-has-js.dtdx-trip-visible
.dtdx-trip-cta-row {
  opacity: 1;
  transform: translateY(0);
}

.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-head {
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-card-one {
  transition:
    opacity 0.65s ease 0.08s,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-card-two {
  transition:
    opacity 0.65s ease 0.14s,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.14s;
}

.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-card-three {
  transition:
    opacity 0.65s ease 0.20s,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.20s;
}

.dtdx-trip-section.dtdx-trip-has-js
.dtdx-trip-cta-row {
  transition:
    opacity 0.7s ease 0.26s,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.26s;
}

/* =========================================================
   11. TABLET
   ========================================================= */

@media (max-width: 849px) {
  .dtdx-trip-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .dtdx-trip-card-col {
    padding: 6px !important;
  }

  .dtdx-trip-card-body h3 {
    font-size: 20px;
  }

  .dtdx-trip-card-body {
    padding: 15px;
  }

  .dtdx-trip-cta-row {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
}

/* =========================================================
   12. MOBILE
   ========================================================= */

@media (max-width: 549px) {
  .dtdx-trip-section {
    padding: 20px 8px !important;
  }

  .dtdx-trip-head-col,
  .dtdx-trip-card-col,
  .dtdx-trip-cta-copy-col,
  .dtdx-trip-cta-button-col {
    padding: 5px !important;
  }

  .dtdx-trip-head h2 {
    font-size: 34px;
  }

  .dtdx-trip-head p {
    font-size: 14px;
  }

  .dtdx-trip-cards-row {
    margin-top: 9px !important;
  }

  .dtdx-trip-card-col > .col-inner {
    border-radius: 21px;
  }

  .dtdx-trip-card-body {
    padding: 16px;
  }

  .dtdx-trip-card-body h3 {
    margin-top: 12px !important;
    font-size: 21px;
  }

  .dtdx-trip-card-body > p {
    font-size: 13px;
  }

  .dtdx-trip-cta-row {
    margin-top: 10px !important;
    padding: 10px !important;
    border-radius: 20px;
  }

  .dtdx-trip-cta-copy {
    padding: 4px;
  }

  .dtdx-trip-cta-copy strong {
    font-size: 16px;
  }

  .dtdx-trip-cta-actions {
    justify-content: stretch !important;
  }

  .dtdx-trip-cta-actions .button.dtdx-trip-cta-button {
    width: 100% !important;
  }
}

/* =========================================================
   13. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dtdx-trip-section *,
  .dtdx-trip-section *::before,
  .dtdx-trip-section *::after {
    animation: none !important;
    transition: none !important;
  }

  .dtdx-trip-section.dtdx-trip-has-js
  .dtdx-trip-head,
  .dtdx-trip-section.dtdx-trip-has-js
  .dtdx-trip-card-col,
  .dtdx-trip-section.dtdx-trip-has-js
  .dtdx-trip-cta-row {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* =========================================================
   FIX MÀU CHỮ CTA SECTION 4 TRÊN MOBILE
   ========================================================= */

.dtdx-trip-cta-row .dtdx-trip-cta-copy {
  color: #ffffff !important;
}

.dtdx-trip-cta-row .dtdx-trip-cta-copy strong,
.dtdx-trip-cta-row .dtdx-trip-cta-copy strong *,
.dtdx-trip-cta-row .dtdx-trip-cta-copy p strong {
  color: #ffffff !important;
}

.dtdx-trip-cta-row .dtdx-trip-cta-copy small,
.dtdx-trip-cta-row .dtdx-trip-cta-copy small * {
  color: #ffd782 !important;
}

.dtdx-trip-cta-row .dtdx-trip-cta-copy p,
.dtdx-trip-cta-row .dtdx-trip-cta-copy p * {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* Khóa lại riêng trên mobile để Flatsome không ghi đè */
@media (max-width: 549px) {
  .dtdx-trip-cta-row .dtdx-trip-cta-copy strong,
  .dtdx-trip-cta-row .dtdx-trip-cta-copy strong * {
    display: block !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  .dtdx-trip-cta-row .dtdx-trip-cta-copy p,
  .dtdx-trip-cta-row .dtdx-trip-cta-copy p * {
    color: rgba(255, 255, 255, 0.70) !important;
    opacity: 1 !important;
  }
}
/* = BS ĐÔNG QUỐC TẾ – SECTION 3 HOẠT ĐỘNG NỔI BẬT
   Class riêng: dtdx-activity-...
   Slider ảnh vuông 1:1
   ========================================================= */

/* =========================================================
   1. SECTION
   ========================================================= */

.dtdx-activity-section {
  --dtdx-activity-navy: #071b31;
  --dtdx-activity-copy: #637083;
  --dtdx-activity-gold: #fdad00;
  --dtdx-activity-gold-dark: #b87500;
  --dtdx-activity-gold-light: #ffd782;
  --dtdx-activity-border: rgba(7, 27, 49, 0.09);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ffffff !important;
}

.dtdx-activity-section,
.dtdx-activity-section * {
  box-sizing: border-box;
}

.dtdx-activity-section .section-bg {
  background:
    radial-gradient(
      circle at 8% 14%,
      rgba(253, 173, 0, 0.11),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(7, 27, 49, 0.055),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffcf5 100%
    ) !important;
}

.dtdx-activity-section .section-content {
  position: relative;
  z-index: 2;
}

/* =========================================================
   2. ROW / COLUMN
   ========================================================= */

.dtdx-activity-head-row,
.dtdx-activity-gallery-row {
  margin-right: auto !important;
  margin-left: auto !important;
}

.dtdx-activity-head-col,
.dtdx-activity-copy-col,
.dtdx-activity-gallery-col {
  padding: 10px !important;
}

/* =========================================================
   3. HEADING
   ========================================================= */

.dtdx-activity-head {
  max-width: 540px;
}

.dtdx-activity-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(253, 173, 0, 0.36);
  border-radius: 999px;
  background: rgba(253, 173, 0, 0.10);
  color: var(--dtdx-activity-gold-dark);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dtdx-activity-kicker > span {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dtdx-activity-gold);
  box-shadow: 0 0 0 5px rgba(253, 173, 0, 0.15);
}

.dtdx-activity-kicker strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.dtdx-activity-head h2 {
  margin: 0 !important;
  color: var(--dtdx-activity-navy);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.dtdx-activity-head h2 span {
  color: var(--dtdx-activity-gold-dark);
}

.dtdx-activity-head p {
  max-width: 520px;
  margin: 14px 0 0 !important;
  color: var(--dtdx-activity-copy);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

/* =========================================================
   4. CONTENT CARD
   ========================================================= */

.dtdx-activity-copy {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(7, 27, 49, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(7, 27, 49, 0.065);
}

.dtdx-activity-copy::after {
  content: "";
  position: absolute;
  top: -105px;
  right: -85px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(253, 173, 0, 0.09);
  pointer-events: none;
}

.dtdx-activity-copy-label,
.dtdx-activity-copy p,
.dtdx-activity-tags {
  position: relative;
  z-index: 2;
}

.dtdx-activity-copy-label {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(7, 27, 49, 0.08);
}

.dtdx-activity-copy-label span {
  display: block;
  color: var(--dtdx-activity-gold-dark);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.dtdx-activity-copy-label strong {
  display: block;
  margin-top: 6px;
  color: var(--dtdx-activity-navy);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.dtdx-activity-copy p {
  margin: 13px 0 0 !important;
  color: var(--dtdx-activity-copy);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 650;
}

.dtdx-activity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.dtdx-activity-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(253, 173, 0, 0.27);
  border-radius: 999px;
  background: rgba(253, 173, 0, 0.08);
  color: var(--dtdx-activity-gold-dark);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
}

/* =========================================================
   5. GALLERY AREA
   ========================================================= */

.dtdx-activity-gallery-row {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.dtdx-activity-gallery-col > .col-inner {
  position: relative;
  overflow: hidden;
  padding: 17px;
  border: 1px solid rgba(7, 27, 49, 0.085);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 48px rgba(7, 27, 49, 0.065);
}

/* Gallery heading */

.dtdx-activity-gallery-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.dtdx-activity-gallery-top div {
  min-width: 0;
}

.dtdx-activity-gallery-top small {
  display: block;
  color: var(--dtdx-activity-gold-dark);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dtdx-activity-gallery-top strong {
  display: block;
  margin-top: 5px;
  color: var(--dtdx-activity-navy);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.dtdx-activity-gallery-top > span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--dtdx-activity-navy);
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================================================
   6. ÉP ẢNH SLIDER VỀ TỶ LỆ 1:1
   ========================================================= */

.dtdx-activity-gallery-col .gallery {
  margin-bottom: 0 !important;
}

.dtdx-activity-gallery-col .gallery-col {
  padding: 5px !important;
}

.dtdx-activity-gallery-col .gallery-col .col-inner {
  height: 100%;
}

.dtdx-activity-gallery-col .gallery-col .img,
.dtdx-activity-gallery-col .gallery-col .img-inner {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: #eef2f5;
}

.dtdx-activity-gallery-col .gallery-col img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 18px !important;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease !important;
}

.dtdx-activity-gallery-col .gallery-col:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

/* Viền ảnh */

.dtdx-activity-gallery-col .gallery-col .img-inner::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: inherit;
  box-shadow: inset 0 -60px 80px rgba(7, 27, 49, 0.09);
  pointer-events: none;
}

/* Nút slider */

.dtdx-activity-gallery-col .flickity-button,
.dtdx-activity-gallery-col .flickity-prev-next-button {
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(7, 27, 49, 0.10) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--dtdx-activity-navy) !important;
  box-shadow: 0 10px 26px rgba(7, 27, 49, 0.12) !important;
  opacity: 1 !important;
}

.dtdx-activity-gallery-col .flickity-prev-next-button.previous {
  left: 12px !important;
}

.dtdx-activity-gallery-col .flickity-prev-next-button.next {
  right: 12px !important;
}

.dtdx-activity-gallery-col .flickity-page-dots {
  position: relative !important;
  bottom: auto !important;
  margin: 11px 0 0 !important;
}

.dtdx-activity-gallery-col .flickity-page-dots .dot {
  width: 7px !important;
  height: 7px !important;
  margin: 0 4px !important;
  background: var(--dtdx-activity-navy) !important;
  opacity: 0.18 !important;
}

.dtdx-activity-gallery-col .flickity-page-dots .dot.is-selected {
  width: 22px !important;
  border-radius: 999px !important;
  background: var(--dtdx-activity-gold) !important;
  opacity: 1 !important;
}

/* =========================================================
   7. GALLERY FOOTER
   ========================================================= */

.dtdx-activity-gallery-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(7, 27, 49, 0.075);
}

.dtdx-activity-gallery-footer span {
  color: #788495;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
}

.dtdx-activity-gallery-footer span::first-letter {
  color: var(--dtdx-activity-gold-dark);
}

/* =========================================================
   8. WORDPRESS EMPTY TAG FIX
   ========================================================= */

.dtdx-activity-section p:empty,
.dtdx-activity-section .ux-html p:empty,
.dtdx-activity-section p:has(> br:only-child) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* =========================================================
   9. HIỆU ỨNG JS
   Nội dung vẫn hiển thị bình thường nếu JS bị lỗi
   ========================================================= */

.dtdx-activity-section.dtdx-activity-has-js
.dtdx-activity-head-col,
.dtdx-activity-section.dtdx-activity-has-js
.dtdx-activity-copy-col,
.dtdx-activity-section.dtdx-activity-has-js
.dtdx-activity-gallery-row {
  opacity: 0;
  transform: translateY(22px);
}

.dtdx-activity-section.dtdx-activity-has-js.dtdx-activity-visible
.dtdx-activity-head-col,
.dtdx-activity-section.dtdx-activity-has-js.dtdx-activity-visible
.dtdx-activity-copy-col,
.dtdx-activity-section.dtdx-activity-has-js.dtdx-activity-visible
.dtdx-activity-gallery-row {
  opacity: 1;
  transform: translateY(0);
}

.dtdx-activity-section.dtdx-activity-has-js
.dtdx-activity-head-col {
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.dtdx-activity-section.dtdx-activity-has-js
.dtdx-activity-copy-col {
  transition:
    opacity 0.7s ease 0.08s,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.dtdx-activity-section.dtdx-activity-has-js
.dtdx-activity-gallery-row {
  transition:
    opacity 0.75s ease 0.15s,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

/* =========================================================
   10. TABLET
   ========================================================= */

@media (max-width: 849px) {
  .dtdx-activity-section {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .dtdx-activity-head-col,
  .dtdx-activity-copy-col,
  .dtdx-activity-gallery-col {
    padding: 7px !important;
  }

  .dtdx-activity-head {
    max-width: none;
  }

  .dtdx-activity-copy {
    margin-top: 8px;
  }

  .dtdx-activity-gallery-row {
    margin-top: 8px !important;
  }
}

/* =========================================================
   11. MOBILE
   ========================================================= */

@media (max-width: 549px) {
  .dtdx-activity-section {
    padding: 20px 8px !important;
  }

  .dtdx-activity-head-col,
  .dtdx-activity-copy-col,
  .dtdx-activity-gallery-col {
    padding: 5px !important;
  }

  .dtdx-activity-head h2 {
    font-size: 34px;
  }

  .dtdx-activity-head p {
    font-size: 14px;
  }

  .dtdx-activity-copy {
    padding: 16px;
    border-radius: 20px;
  }

  .dtdx-activity-copy-label strong {
    font-size: 18px;
  }

  .dtdx-activity-copy p {
    font-size: 13px;
  }

  .dtdx-activity-tags {
    gap: 6px;
    margin-top: 13px;
  }

  .dtdx-activity-tags span {
    min-height: 29px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .dtdx-activity-gallery-col > .col-inner {
    padding: 11px;
    border-radius: 21px;
  }

  .dtdx-activity-gallery-top {
    align-items: flex-start;
    margin-bottom: 9px;
  }

  .dtdx-activity-gallery-top strong {
    font-size: 17px;
  }

  .dtdx-activity-gallery-top > span {
    display: none;
  }

  .dtdx-activity-gallery-col .gallery-col {
    padding: 4px !important;
  }

  .dtdx-activity-gallery-col .gallery-col .img,
  .dtdx-activity-gallery-col .gallery-col .img-inner,
  .dtdx-activity-gallery-col .gallery-col img {
    border-radius: 14px !important;
  }

  .dtdx-activity-gallery-col .flickity-button,
  .dtdx-activity-gallery-col .flickity-prev-next-button {
    width: 33px !important;
    height: 33px !important;
  }

  .dtdx-activity-gallery-footer {
    display: grid;
    justify-content: stretch;
    gap: 5px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .dtdx-activity-gallery-footer span {
    font-size: 10px;
  }
}

/* =========================================================
   12. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dtdx-activity-section *,
  .dtdx-activity-section *::before,
  .dtdx-activity-section *::after {
    animation: none !important;
    transition: none !important;
  }

  .dtdx-activity-section.dtdx-activity-has-js
  .dtdx-activity-head-col,
  .dtdx-activity-section.dtdx-activity-has-js
  .dtdx-activity-copy-col,
  .dtdx-activity-section.dtdx-activity-has-js
  .dtdx-activity-gallery-row {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* = SECTION 7 V2 – KHÁCH HÀNG THỰC TẾ
   Desktop 4 video | Tablet 3 | Mobile 2
   ========================================================= */

.dtdx-patient-section {
  --dtdx-patient-navy: #071b31;
  --dtdx-patient-navy-light: #102b47;
  --dtdx-patient-gold: #fdad00;
  --dtdx-patient-gold-light: #ffd782;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--dtdx-patient-navy) !important;
}

.dtdx-patient-section,
.dtdx-patient-section * {
  box-sizing: border-box;
}

.dtdx-patient-section .section-bg {
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(253, 173, 0, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(255, 255, 255, 0.07),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #071b31 0%,
      #0c2946 52%,
      #071b31 100%
    ) !important;
}

.dtdx-patient-section .section-content {
  position: relative;
  z-index: 2;
}

.dtdx-patient-col {
  padding: 8px !important;
}

/* =========================================================
   HEADER
   ========================================================= */

.dtdx-patient-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.dtdx-patient-head-copy {
  max-width: 820px;
}

.dtdx-patient-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(253, 173, 0, 0.38);
  border-radius: 999px;
  background: rgba(253, 173, 0, 0.10);
  color: var(--dtdx-patient-gold-light);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dtdx-patient-kicker > span {
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--dtdx-patient-gold);
  box-shadow: 0 0 0 5px rgba(253, 173, 0, 0.14);
}

.dtdx-patient-kicker strong {
  color: inherit !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.dtdx-patient-head h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.052em;
}

.dtdx-patient-head h2 span {
  color: var(--dtdx-patient-gold-light) !important;
}

.dtdx-patient-head p {
  max-width: 720px;
  margin: 14px 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

/* =========================================================
   CONTROLS
   ========================================================= */

.dtdx-patient-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
  padding-bottom: 4px;
}

.dtdx-patient-arrow {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  cursor: pointer;
}

.dtdx-patient-arrow svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dtdx-patient-arrow:hover {
  border-color: var(--dtdx-patient-gold) !important;
  background: var(--dtdx-patient-gold) !important;
  color: var(--dtdx-patient-navy) !important;
}

/* =========================================================
   SLIDER
   ========================================================= */

.dtdx-patient-slider {
  margin-top: 24px;
}

.dtdx-patient-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
}

.dtdx-patient-viewport::-webkit-scrollbar {
  display: none;
}

.dtdx-patient-track {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: max-content;
  min-width: 100%;
}

.dtdx-patient-card {
  flex: 0 0 calc((100vw - 48px) / 4);
  width: calc((100vw - 48px) / 4);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}

.dtdx-patient-viewport .dtdx-patient-card {
  flex-basis: calc((100% - 48px) / 4);
  width: calc((100% - 48px) / 4);
}

/* =========================================================
   VIDEO 9:16
   ========================================================= */

.dtdx-patient-video {
  position: relative;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 22px !important;
  background: #10243a !important;
  color: #ffffff !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.20) !important;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.dtdx-patient-video:hover {
  border-color: rgba(253, 173, 0, 0.60) !important;
  box-shadow: 0 25px 56px rgba(0, 0, 0, 0.28) !important;
  transform: translateY(-4px);
}

.dtdx-patient-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: inherit;
  background-color: #10243a;
  background-image: var(--dtdx-patient-poster);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dtdx-patient-media::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  background-image: var(--dtdx-patient-poster);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}

.dtdx-patient-video:hover .dtdx-patient-media::before {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.03);
}

.dtdx-patient-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      180deg,
      rgba(7, 27, 49, 0.02) 42%,
      rgba(7, 27, 49, 0.84) 100%
    );
}

/* =========================================================
   PLAY
   ========================================================= */

.dtdx-patient-play {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(7, 27, 49, 0.72);
  color: #ffffff;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.28),
    0 0 0 9px rgba(255, 255, 255, 0.09);
  transform: translate(-50%, -50%);
  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.dtdx-patient-play svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  stroke: none;
}

.dtdx-patient-video:hover .dtdx-patient-play {
  background: var(--dtdx-patient-gold);
  color: var(--dtdx-patient-navy);
  transform: translate(-50%, -50%) scale(1.07);
}

/* =========================================================
   LABEL NẰM TRONG VIDEO
   ========================================================= */

.dtdx-patient-label {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 15px;
  left: 14px;
  display: block;
}

.dtdx-patient-label small {
  display: block;
  margin: 0;
  color: var(--dtdx-patient-gold-light) !important;
  font-size: 9px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.dtdx-patient-label strong {
  display: block;
  margin-top: 6px;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
  text-transform: none !important;
}

/* =========================================================
   PROGRESS
   ========================================================= */

.dtdx-patient-progress {
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: 19px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.dtdx-patient-progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--dtdx-patient-gold);
  transform: translateX(0);
  transition:
    width 0.3s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================================================
   MODAL (TỐI ƯU Z-INDEX ĐỂ CHỐNG LỖI ĐÈ)
   ========================================================= */

.dtdx-patient-modal {
  position: fixed;
  z-index: 2147483647 !important; 
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.dtdx-patient-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.dtdx-patient-backdrop {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(2, 12, 22, 0.90) !important;
  box-shadow: none !important;
}

.dtdx-patient-dialog {
  position: relative;
  z-index: 2;
  width: min(410px, calc(100vw - 32px));
}

.dtdx-patient-frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 22px;
  background: #000000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.dtdx-patient-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.dtdx-patient-close {
  position: absolute;
  z-index: 3 !important; 
  top: -14px;
  right: -14px;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--dtdx-patient-gold) !important;
  color: var(--dtdx-patient-navy) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32) !important;
}

.dtdx-patient-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

body.dtdx-patient-modal-open {
  overflow: hidden !important;
}

/* ẨN HEADER/CONTACT BAR KHI MỞ VIDEO ĐỂ KHÔNG VƯỚNG MẮT */
body.dtdx-patient-modal-open #header,
body.dtdx-patient-modal-open .header-wrapper,
body.dtdx-patient-modal-open .is-sticky,
body.dtdx-patient-modal-open [class*="contact"],
body.dtdx-patient-modal-open [class*="button-contact"],
body.dtdx-patient-modal-open .bottom-contact-bar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

/* =========================================================
   TABLET – 3 VIDEO
   ========================================================= */

@media (max-width: 849px) {
  .dtdx-patient-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .dtdx-patient-track {
    gap: 14px;
  }

  .dtdx-patient-viewport .dtdx-patient-card {
    flex-basis: calc((100% - 28px) / 3);
    width: calc((100% - 28px) / 3);
  }
}

/* =========================================================
   MOBILE – 2 VIDEO
   ========================================================= */

@media (max-width: 549px) {
  .dtdx-patient-section {
    padding: 20px 8px 30px !important;
  }

  .dtdx-patient-col {
    padding: 5px !important;
  }

  .dtdx-patient-head {
    display: block;
  }

  .dtdx-patient-head h2 {
    font-size: 33px;
  }

  .dtdx-patient-head p {
    font-size: 14px;
  }

  .dtdx-patient-controls {
    justify-content: flex-end;
    margin-top: 14px;
    padding-bottom: 0;
  }

  .dtdx-patient-arrow {
    width: 39px !important;
    height: 39px !important;
    min-height: 39px !important;
  }

  .dtdx-patient-slider {
    margin-top: 16px;
  }

  .dtdx-patient-track {
    gap: 10px;
  }

  .dtdx-patient-viewport .dtdx-patient-card {
    flex-basis: calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }

  .dtdx-patient-video {
    border-radius: 17px !important;
  }

  .dtdx-patient-play {
    width: 46px;
    height: 46px;
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.25),
      0 0 0 7px rgba(255, 255, 255, 0.09);
  }

  .dtdx-patient-play svg {
    width: 21px;
    height: 21px;
  }

  .dtdx-patient-label {
    right: 10px;
    bottom: 11px;
    left: 10px;
  }

  .dtdx-patient-label small {
    font-size: 7px;
  }

  .dtdx-patient-label strong {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.3;
  }

  .dtdx-patient-progress {
    margin-top: 14px;
  }

  .dtdx-patient-dialog {
    width: min(370px, calc(100vw - 26px));
  }

  .dtdx-patient-frame {
    border-radius: 18px;
  }

  .dtdx-patient-close {
    top: -10px;
    right: -7px;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
}

/* =========================================================
   EMPTY TAG FIX
   ========================================================= */

.dtdx-patient-section p:empty,
.dtdx-patient-section .ux-html p:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dtdx-patient-section *,
  .dtdx-patient-section *::before,
  .dtdx-patient-section *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* ==================================================
   BS Đông 2 - Gói Điều Trị Implant CSS
   ================================================== */

.bsd2-pricing-section {
  position: relative;
  overflow: hidden;
}

.bsd2-pricing-section .section-bg {
  background:
    radial-gradient(circle at 12% 12%, rgba(253,173,0,.10), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(7,27,49,.05), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #FFFCF5 100%) !important;
}

.bsd2-pricing-head-row,
.bsd2-pricing-row,
.bsd2-pricing-bottom-row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bsd2-pricing-head-col,
.bsd2-pricing-col,
.bsd2-pricing-bottom-col {
  padding: 10px !important;
}

/* Heading */

.bsd2-pricing-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bsd2-pricing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  margin-bottom: 10px;
  border-radius: 999px;
  border: 1px solid rgba(253,173,0,.34);
  background: rgba(253,173,0,.10);
  color: #B87500;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bsd2-pricing-kicker span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #FDAD00;
  box-shadow: 0 0 0 5px rgba(253,173,0,.16);
}

.bsd2-pricing-head h2 {
  max-width: 760px;
  margin: 0 auto !important;
  color: #071B31;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.bsd2-pricing-head p {
  max-width: 680px;
  margin: 12px auto 0 !important;
  color: #637083;
  font-size: 15px;
  line-height: 1.62;
}

/* Cards */

.bsd2-pricing-row {
  margin-top: 10px !important;
}

.bsd2-pricing-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 12px;
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(7,27,49,.08);
  box-shadow: 0 18px 50px rgba(7,27,49,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bsd2-pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 12%, rgba(253,173,0,.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.10), transparent);
  opacity: .9;
}

.bsd2-pricing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(253,173,0,.34);
  box-shadow: 0 24px 62px rgba(7,27,49,.12);
}

.bsd2-pricing-card-featured {
  background:
    radial-gradient(circle at 86% 10%, rgba(253,173,0,.22), transparent 32%),
    #071B31;
  border-color: rgba(253,173,0,.38);
  box-shadow: 0 24px 70px rgba(7,27,49,.18);
}

/* Featured badge */

.bsd2-pricing-badge {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #FDAD00;
  color: #071B31;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(253,173,0,.26);
}

/* Media square */

.bsd2-pricing-media {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  background: #EEF2F7;
}

.bsd2-pricing-media .img,
.bsd2-pricing-media .img-inner {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  padding-top: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 20px !important;
}

.bsd2-pricing-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 20px !important;
  cursor: zoom-in;
}

/* Body */

.bsd2-pricing-card-body {
  position: relative;
  z-index: 2;
  padding: 15px 4px 4px;
}

.bsd2-pricing-top small {
  display: block;
  color: #B87500;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bsd2-pricing-card-featured .bsd2-pricing-top small {
  color: #FFD782;
}

.bsd2-pricing-top h3 {
  margin: 7px 0 0 !important;
  color: #071B31;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.bsd2-pricing-card-featured .bsd2-pricing-top h3 {
  color: #FFFFFF;
}

/* LED price box */

.bsd2-pricing-price-box {
  position: relative;
  overflow: hidden;
  margin-top: 13px;
  padding: 15px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 18%, rgba(253,173,0,.20), transparent 34%),
    rgba(255,255,255,.92);
  border: 1px solid rgba(253,173,0,.32);
}

.bsd2-pricing-led::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg,
      rgba(253,173,0,.15),
      rgba(253,173,0,.85),
      rgba(255,255,255,.40),
      rgba(253,173,0,.45)
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bsd2-pricing-led::after {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    linear-gradient(115deg, transparent 35%, rgba(253,173,0,.20) 48%, transparent 62%);
  transform: translateX(-55%);
  animation: bsd2PricingLedSweep 4.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes bsd2PricingLedSweep {
  0% {
    transform: translateX(-55%);
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  58% {
    transform: translateX(55%);
    opacity: .8;
  }

  100% {
    transform: translateX(55%);
    opacity: 0;
  }
}

.bsd2-pricing-price-featured {
  background:
    radial-gradient(circle at 86% 18%, rgba(253,173,0,.22), transparent 34%),
    rgba(255,255,255,.10);
  border-color: rgba(253,173,0,.42);
}

.bsd2-pricing-price-box small {
  position: relative;
  z-index: 2;
  display: block;
  color: #637083;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bsd2-pricing-price-featured small {
  color: #FFD782;
}

.bsd2-pricing-price-box strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 6px;
  color: #071B31;
  font-size: clamp(46px, 5vw, 68px);
  line-height: .9;
  font-weight: 950;
  letter-spacing: -0.075em;
}

.bsd2-pricing-price-featured strong {
  color: #FDAD00;
  text-shadow: 0 0 24px rgba(253,173,0,.22);
}

.bsd2-pricing-price-box span {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 6px;
  color: #B87500;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
}

.bsd2-pricing-price-featured span {
  color: rgba(255,255,255,.72);
}

/* Highlight chips */

.bsd2-pricing-highlight-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.bsd2-pricing-highlight {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
  border-radius: 999px;
  background: rgba(253,173,0,.08);
  border: 1px solid rgba(253,173,0,.26);
  color: #071B31;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.bsd2-pricing-card-featured .bsd2-pricing-highlight {
  background: rgba(253,173,0,.12);
  border-color: rgba(253,173,0,.34);
  color: #FFFFFF;
}

.bsd2-pricing-highlight span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #FDAD00;
  box-shadow: 0 0 0 5px rgba(253,173,0,.14), 0 0 18px rgba(253,173,0,.42);
}

/* Features */

.bsd2-pricing-features {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.bsd2-pricing-features div {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 42px;
  padding: 10px;
  border-radius: 15px;
  background: rgba(7,27,49,.04);
  border: 1px solid rgba(7,27,49,.06);
  color: #637083;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 750;
}

.bsd2-pricing-card-featured .bsd2-pricing-features div {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.10);
  color: rgba(255,255,255,.72);
}

.bsd2-pricing-features div span {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 999px;
  background: #FDAD00;
  box-shadow: 0 0 0 5px rgba(253,173,0,.10);
}

.bsd2-pricing-features div span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 6px;
  height: 4px;
  border-left: 2px solid #071B31;
  border-bottom: 2px solid #071B31;
  transform: rotate(-45deg);
}

/* Buttons */

.bsd2-pricing-card .button,
.bsd2-pricing-btn,
.bsd2-pricing-btn-main {
  width: 100%;
  margin-top: 14px !important;
  min-height: 46px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.bsd2-pricing-btn {
  border-color: rgba(7,27,49,.22) !important;
  color: #071B31 !important;
}

.bsd2-pricing-btn:hover {
  background: #071B31 !important;
  border-color: #071B31 !important;
  color: #FFFFFF !important;
}

.bsd2-pricing-btn-main {
  background: #FDAD00 !important;
  border-color: #FDAD00 !important;
  color: #071B31 !important;
  box-shadow: 0 16px 36px rgba(253,173,0,.26);
}

.bsd2-pricing-btn-main:hover {
  background: #f4a300 !important;
  border-color: #f4a300 !important;
  color: #071B31 !important;
}

/* Bottom note */

.bsd2-pricing-bottom-row {
  margin-top: 8px !important;
}

.bsd2-pricing-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: #071B31;
  border: 1px solid rgba(253,173,0,.24);
  box-shadow: 0 16px 42px rgba(7,27,49,.10);
}

.bsd2-pricing-bottom small {
  display: block;
  color: #FFD782;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bsd2-pricing-bottom strong {
  display: block;
  margin-top: 6px;
  max-width: 760px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 850;
}

.bsd2-pricing-bottom .button,
.bsd2-pricing-bottom-btn {
  flex: 0 0 auto;
  margin: 0 !important;
  min-height: 42px !important;
  padding: 10px 15px !important;
  border-radius: 999px !important;
  border-color: #FDAD00 !important;
  color: #FDAD00 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.bsd2-pricing-bottom .button:hover,
.bsd2-pricing-bottom-btn:hover {
  background: #FDAD00 !important;
  color: #071B31 !important;
}

/* Flatsome lightbox */

.mfp-close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 !important;
  right: -14px !important;
  top: -14px !important;
  border-radius: 999px !important;
  background: #FDAD00 !important;
  color: #071B31 !important;
  opacity: 1 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.mfp-img {
  max-height: 88vh !important;
  padding: 0 !important;
  border-radius: 14px !important;
}

.mfp-figure::after {
  display: none !important;
}

/* Tablet */

@media (max-width: 849px) {
  .bsd2-pricing-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .bsd2-pricing-top h3 {
    font-size: 24px;
  }

  .bsd2-pricing-bottom {
    align-items: flex-start;
  }
}

/* Mobile */

@media (max-width: 549px) {
  .bsd2-pricing-section {
    padding: 18px 10px !important;
  }

  .bsd2-pricing-head-col,
  .bsd2-pricing-col,
  .bsd2-pricing-bottom-col {
    padding: 10px !important;
  }

  .bsd2-pricing-head h2 {
    font-size: 32px;
  }

  .bsd2-pricing-head p {
    font-size: 14px;
  }

  .bsd2-pricing-card {
    padding: 10px;
    border-radius: 22px;
  }

  .bsd2-pricing-media .img,
  .bsd2-pricing-media .img-inner {
    aspect-ratio: 1 / 1 !important;
  }

  .bsd2-pricing-top h3 {
    font-size: 21px;
  }

  .bsd2-pricing-highlight-row {
    grid-template-columns: 1fr;
  }

  .bsd2-pricing-price-box {
    padding: 13px;
  }

  .bsd2-pricing-price-box strong {
    font-size: 46px;
  }

  .bsd2-pricing-bottom {
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .bsd2-pricing-bottom .button,
  .bsd2-pricing-bottom-btn {
    width: 100%;
    white-space: normal;
  }

  .mfp-close {
    right: 0 !important;
    top: -48px !important;
  }
}
/* ==================================================
   BS Đông 2 - Cấu Trúc Implant Straumann Full CSS
   Dùng với JS hiệu ứng Parkview-style / GSAP ScrollTrigger
   ================================================== */

.bsd2-implant-section {
  position: relative !important;
  overflow: hidden !important;
}

.bsd2-implant-section,
.bsd2-implant-section * {
  box-sizing: border-box;
}

.bsd2-implant-section .section-bg {
  background:
    radial-gradient(circle at 12% 12%, rgba(253,173,0,.12), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(7,27,49,.06), transparent 34%),
    linear-gradient(180deg, #FFFCF5 0%, #FFFFFF 100%) !important;
}

/* Tắt mọi animation CSS cũ để JS GSAP điều khiển */
.bsd2-implant-tooth,
.bsd2-implant-abutment,
.bsd2-implant-screw,
.bsd2-implant-main-card,
.bsd2-implant-info-card,
.bsd2-implant-orbit {
  animation: none !important;
}

/* =========================
   ROW / COLUMN
   ========================= */

.bsd2-implant-head-row,
.bsd2-implant-layout-row,
.bsd2-implant-bottom-row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bsd2-implant-head-col,
.bsd2-implant-left-col,
.bsd2-implant-center-col,
.bsd2-implant-right-col,
.bsd2-implant-bottom-col {
  padding: 10px !important;
}

/* =========================
   HEADING
   ========================= */

.bsd2-implant-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bsd2-implant-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  margin-bottom: 10px;
  border-radius: 999px;
  border: 1px solid rgba(253,173,0,.34);
  background: rgba(253,173,0,.10);
  color: #B87500;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bsd2-implant-kicker span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #FDAD00;
  box-shadow: 0 0 0 5px rgba(253,173,0,.16);
}

.bsd2-implant-head h2 {
  max-width: 760px;
  margin: 0 auto !important;
  color: #071B31;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.bsd2-implant-head p {
  max-width: 700px;
  margin: 12px auto 0 !important;
  color: #637083;
  font-size: 15px;
  line-height: 1.62;
}

/* =========================
   MAIN LAYOUT
   ========================= */

.bsd2-implant-layout-row {
  margin-top: 12px !important;
  min-height: 820px !important;
}

.bsd2-implant-center-col {
  position: relative;
  overflow: visible !important;
}

/* =========================
   LEFT CARD
   ========================= */

.bsd2-implant-main-card {
  position: relative;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(253,173,0,.28);
  box-shadow: 0 20px 54px rgba(7,27,49,.08);
  will-change: transform, opacity !important;
}

.bsd2-implant-main-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 28px;
  bottom: 28px;
  width: 20px;
  border: 2px solid #FDAD00;
  border-left: 0;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 0 22px rgba(253,173,0,.26);
}

.bsd2-implant-main-card small {
  display: block;
  color: #B87500;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bsd2-implant-main-card h3 {
  margin: 10px 0 0 !important;
  color: #071B31;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.bsd2-implant-main-card p {
  margin: 12px 0 0 !important;
  color: #637083;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 750;
}

/* =========================
   IMPLANT STAGE
   ========================= */

.bsd2-implant-stage {
  position: sticky;
  top: 110px;
  width: 360px;
  height: 540px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible !important;

  /* Chỉnh trái / phải desktop tại đây */
  --bsd2-tooth-x: 0px;
  --bsd2-abutment-x: 0px;
  --bsd2-screw-x: 0px;
}

.bsd2-implant-orbit {
  position: absolute;
  z-index: 0 !important;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 500px;
  max-width: 135vw;
  border-radius: 999px;
  border: 1px solid rgba(253,173,0,.18);
  background: radial-gradient(circle, rgba(253,173,0,.08), transparent 62%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  will-change: transform, opacity !important;
}

/* Slot giữ vị trí cuối. JS chỉ điều khiển ảnh bên trong */
.bsd2-implant-part-slot {
  position: absolute;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
}

/* =========================
   VỊ TRÍ DESKTOP ĐÃ CHỐT
   ========================= */

.bsd2-implant-slot-tooth {
  top: 58px !important;
  left: calc(49% + var(--bsd2-tooth-x)) !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
}

.bsd2-implant-slot-abutment {
  top: 158px !important;
  left: calc(51% + var(--bsd2-abutment-x)) !important;
  transform: translateX(-50%) !important;
  z-index: 26 !important;
}

.bsd2-implant-slot-screw {
  top: 269px !important;
  left: calc(52% + var(--bsd2-screw-x)) !important;
  transform: translateX(-50%) !important;
  z-index: 28 !important;
}

/* =========================
   ẢNH IMPLANT
   ========================= */

.bsd2-implant-part {
  display: block;
  height: auto;
  max-width: none !important;
  filter: drop-shadow(0 20px 28px rgba(7,27,49,.16));
  will-change: transform, opacity !important;
}

.bsd2-implant-tooth {
  position: relative !important;
  z-index: 30 !important;
  width: 216px !important;
}

.bsd2-implant-abutment {
  position: relative !important;
  z-index: 26 !important;
  width: 198px !important;
}

.bsd2-implant-screw {
  position: relative !important;
  z-index: 28 !important;
  width: 260px !important;
}

/* =========================
   RIGHT INFO CARDS
   ========================= */

.bsd2-implant-info-list {
  display: grid;
  gap: 12px;
}

.bsd2-implant-info-card {
  position: relative;
  padding: 18px 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(253,173,0,.30);
  box-shadow: 0 18px 42px rgba(7,27,49,.08);
  will-change: transform, opacity !important;
}

.bsd2-implant-info-card::before {
  content: "";
  position: absolute;
  left: -52px;
  top: 34px;
  width: 42px;
  height: 2px;
  background: #FDAD00;
  box-shadow: 0 0 18px rgba(253,173,0,.36);
}

.bsd2-implant-info-card > span {
  position: absolute;
  left: -60px;
  top: 29px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #FDAD00;
  box-shadow:
    0 0 0 7px rgba(253,173,0,.14),
    0 0 22px rgba(253,173,0,.45);
}

.bsd2-implant-info-card small {
  display: block;
  color: #B87500;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bsd2-implant-info-card h3 {
  margin: 8px 0 0 !important;
  color: #071B31;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.bsd2-implant-info-card p {
  margin: 10px 0 0 !important;
  color: #637083;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 750;
}

.bsd2-implant-info-dark {
  background:
    radial-gradient(circle at 88% 14%, rgba(253,173,0,.18), transparent 34%),
    #071B31;
  border-color: rgba(253,173,0,.40);
}

.bsd2-implant-info-dark small {
  color: #FFD782;
}

.bsd2-implant-info-dark h3 {
  color: #FFFFFF;
}

.bsd2-implant-info-dark p {
  color: rgba(255,255,255,.72);
}

/* =========================
   BOTTOM CTA
   ========================= */

.bsd2-implant-bottom-row {
  margin-top: 8px !important;
}

.bsd2-implant-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: #071B31;
  border: 1px solid rgba(253,173,0,.24);
  box-shadow: 0 16px 42px rgba(7,27,49,.10);
}

.bsd2-implant-bottom small {
  display: block;
  color: #FFD782;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bsd2-implant-bottom strong {
  display: block;
  margin-top: 6px;
  max-width: 760px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 850;
}

.bsd2-implant-bottom .button,
.bsd2-implant-btn {
  flex: 0 0 auto;
  margin: 0 !important;
  min-height: 42px !important;
  padding: 10px 15px !important;
  border-radius: 999px !important;
  background: #FDAD00 !important;
  border-color: #FDAD00 !important;
  color: #071B31 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.bsd2-implant-bottom .button:hover,
.bsd2-implant-btn:hover {
  background: #f4a300 !important;
  border-color: #f4a300 !important;
  color: #071B31 !important;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 849px) {
  .bsd2-implant-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .bsd2-implant-layout-row {
    min-height: auto !important;
  }

  .bsd2-implant-stage {
    position: relative;
    top: auto;
    width: 330px !important;
    height: 500px !important;

    --bsd2-tooth-x: 0px;
    --bsd2-abutment-x: 0px;
    --bsd2-screw-x: 0px;
  }

  .bsd2-implant-main-card::after,
  .bsd2-implant-info-card::before,
  .bsd2-implant-info-card > span {
    display: none;
  }

  .bsd2-implant-slot-tooth {
    top: 56px !important;
    left: calc(49% + var(--bsd2-tooth-x)) !important;
  }

  .bsd2-implant-slot-abutment {
    top: 145px !important;
    left: calc(51% + var(--bsd2-abutment-x)) !important;
  }

  .bsd2-implant-slot-screw {
    top: 246px !important;
    left: calc(52% + var(--bsd2-screw-x)) !important;
  }

  .bsd2-implant-tooth {
    width: 200px !important;
  }

  .bsd2-implant-abutment {
    width: 190px !important;
  }

  .bsd2-implant-screw {
    width: 230px !important;
  }

  .bsd2-implant-bottom {
    align-items: flex-start;
  }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 549px) {
  .bsd2-implant-section {
    padding: 18px 10px !important;
  }

  .bsd2-implant-head h2 {
    font-size: 32px;
  }

  .bsd2-implant-head p {
    font-size: 14px;
  }

  .bsd2-implant-main-card {
    padding: 18px;
    border-radius: 20px;
  }

  .bsd2-implant-main-card h3 {
    font-size: 24px;
  }

  .bsd2-implant-stage {
    width: 280px !important;
    height: 410px !important;

    /* Chỉnh trái / phải mobile tại đây */
    --bsd2-tooth-x: 0px;
    --bsd2-abutment-x: 0px;
    --bsd2-screw-x: 0px;
  }

  .bsd2-implant-orbit {
    width: 340px !important;
    height: 340px !important;
  }

  .bsd2-implant-part-slot {
    width: 237px !important;
  }

  .bsd2-implant-slot-tooth {
    top: 42px !important;
    left: calc(49% + var(--bsd2-tooth-x)) !important;
  }

  .bsd2-implant-slot-abutment {
    top: 113px !important;
    left: calc(51% + var(--bsd2-abutment-x)) !important;
  }

  .bsd2-implant-slot-screw {
    top: 204px !important;
    left: calc(52% + var(--bsd2-screw-x)) !important;
  }

  .bsd2-implant-tooth {
    width: 164px !important;
  }

  .bsd2-implant-abutment {
    width: 158px !important;
  }

  .bsd2-implant-screw {
    width: 192px !important;
  }

  .bsd2-implant-info-list {
    gap: 9px;
  }

  .bsd2-implant-info-card {
    padding: 14px;
    border-radius: 18px;
  }

  .bsd2-implant-info-card h3 {
    font-size: 20px;
  }

  .bsd2-implant-info-card p {
    font-size: 12px;
  }

  .bsd2-implant-bottom {
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .bsd2-implant-bottom .button,
  .bsd2-implant-btn {
    width: 100%;
    white-space: normal;
  }
}
/* =  BS ĐÔNG QUỐC TẾ – SECTION 1 BANNER V3
   Shortcode class: dtdx-hero-...
   - Nền sáng
   - Tiêu đề desktop cố định 3 dòng
   - Không khai báo font-family
   - Không thay chiều rộng mặc định của Flatsome
   ========================================================= */

/* =========================================================
   1. BIẾN MÀU VÀ SECTION TỔNG
   ========================================================= */

.dtdx-hero-section {
  --dtdx-navy: #071b31;
  --dtdx-navy-soft: #435266;
  --dtdx-gold: #fdad00;
  --dtdx-gold-dark: #c57e00;
  --dtdx-gold-text: #9c6500;
  --dtdx-gold-light: #ffd782;
  --dtdx-white: #ffffff;
  --dtdx-border: rgba(7, 27, 49, 0.1);
  --dtdx-card-bg: rgba(255, 255, 255, 0.84);
  --dtdx-shadow: 0 18px 44px rgba(7, 27, 49, 0.09);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fffdf8 !important;
}

.dtdx-hero-section,
.dtdx-hero-section * {
  box-sizing: border-box;
}

.dtdx-hero-section .section-bg {
  background:
    radial-gradient(
      circle at 8% 16%,
      rgba(253, 173, 0, 0.15),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 14%,
      rgba(42, 103, 159, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at 84% 88%,
      rgba(253, 173, 0, 0.09),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #fffdf8 0%,
      #fff8e9 48%,
      #f2f7fb 100%
    ) !important;
}

.dtdx-hero-section .section-content {
  position: relative;
  z-index: 3;
}

.dtdx-hero-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -270px;
  left: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(253, 173, 0, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.dtdx-hero-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -230px;
  bottom: -290px;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(7, 27, 49, 0.07),
    transparent 68%
  );
  pointer-events: none;
}

/* =========================================================
   2. ROW VÀ COLUMN FLATSOME
   ========================================================= */

.dtdx-hero-row {
  position: relative;
  z-index: 3;
  min-height: 720px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 68px;
  padding-bottom: 68px;
}

.dtdx-hero-copy-col,
.dtdx-hero-visual-col {
  padding: 14px !important;
}

/* =========================================================
   3. KHỐI NỘI DUNG BÊN TRÁI
   ========================================================= */

.dtdx-hero-copy {
  position: relative;
  z-index: 5;
}

/* Kicker */

.dtdx-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  padding: 8px 13px;
  border: 1px solid rgba(253, 173, 0, 0.42);
  border-radius: 999px;
  background: rgba(253, 173, 0, 0.1);
  color: var(--dtdx-gold-text);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dtdx-hero-kicker > span {
  display: block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dtdx-gold);
  box-shadow:
    0 0 0 6px rgba(253, 173, 0, 0.14),
    0 0 22px rgba(253, 173, 0, 0.38);
}

.dtdx-hero-kicker strong {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* =========================================================
   4. TIÊU ĐỀ 3 DÒNG
   ========================================================= */

.dtdx-hero-title {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--dtdx-navy);
  font-size: clamp(40px, 2.9vw, 50px) !important;
  line-height: 1.04 !important;
  font-weight: 950 !important;
  letter-spacing: -0.052em !important;
}

.dtdx-hero-title > span {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.dtdx-hero-title-dark {
  color: var(--dtdx-navy) !important;
}

.dtdx-hero-title-gold {
  color: var(--dtdx-gold-dark) !important;
}

/* Desktop khóa đúng 3 hàng */

@media (min-width: 1100px) {
  .dtdx-hero-title > span {
    white-space: nowrap !important;
  }
}

/* Mô tả chính */

.dtdx-hero-lead {
  max-width: 680px;
  margin: 18px 0 0 !important;
  color: var(--dtdx-navy-soft);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 700;
}

/* =========================================================
   5. HỘP HỖ TRỢ KHÁCH QUỐC TẾ
   ========================================================= */

.dtdx-hero-support {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
  padding: 17px 18px;
  overflow: hidden;
  border: 1px solid var(--dtdx-border);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 38px rgba(7, 27, 49, 0.06);
}

.dtdx-hero-support::after {
  content: "";
  position: absolute;
  top: -75px;
  right: -55px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: rgba(253, 173, 0, 0.1);
  pointer-events: none;
}

.dtdx-hero-support-dot {
  position: relative;
  z-index: 2;
  display: block;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--dtdx-gold);
  box-shadow: 0 0 0 6px rgba(253, 173, 0, 0.13);
}

.dtdx-hero-support p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  color: var(--dtdx-navy-soft);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

/* =========================================================
   6. HAI NÚT CTA
   ========================================================= */

.dtdx-hero-actions {
  justify-content: flex-start !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 11px !important;
  margin-top: 23px !important;
}

.dtdx-hero-actions p {
  margin: 0 !important;
}

.dtdx-hero-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 14px 23px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease !important;
}

.dtdx-hero-actions .button::before,
.dtdx-hero-actions .button::after {
  display: none !important;
}

.dtdx-hero-actions .button.dtdx-hero-btn-primary {
  border-color: var(--dtdx-gold) !important;
  background-color: var(--dtdx-gold) !important;
  background-image: none !important;
  color: var(--dtdx-navy) !important;
  box-shadow: 0 15px 34px rgba(253, 173, 0, 0.25) !important;
}

.dtdx-hero-actions .button.dtdx-hero-btn-primary:hover {
  border-color: #f3a300 !important;
  background-color: #f3a300 !important;
  color: var(--dtdx-navy) !important;
  box-shadow: 0 19px 42px rgba(253, 173, 0, 0.34) !important;
  transform: translateY(-2px);
}

.dtdx-hero-actions .button.dtdx-hero-btn-secondary {
  border-color: rgba(7, 27, 49, 0.3) !important;
  background: rgba(255, 255, 255, 0.64) !important;
  color: var(--dtdx-navy) !important;
}

.dtdx-hero-actions .button.dtdx-hero-btn-secondary:hover {
  border-color: var(--dtdx-gold) !important;
  background: rgba(253, 173, 0, 0.09) !important;
  color: var(--dtdx-gold-text) !important;
  transform: translateY(-2px);
}

/* =========================================================
   7. BA THẺ LỢI ÍCH
   Dùng CSS Grid, không dùng row_inner
   ========================================================= */

.dtdx-hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 21px;
}

.dtdx-hero-proof-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
  min-height: 112px;
  padding: 15px 13px;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 49, 0.09);
  border-radius: 18px;
  background: var(--dtdx-card-bg);
  box-shadow: 0 12px 30px rgba(7, 27, 49, 0.045);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.dtdx-hero-proof-card:hover {
  border-color: rgba(253, 173, 0, 0.38);
  box-shadow: 0 17px 38px rgba(7, 27, 49, 0.08);
  transform: translateY(-2px);
}

.dtdx-hero-proof-number {
  display: grid;
  place-items: center;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  margin-top: 1px;
  border: 1px solid rgba(253, 173, 0, 0.42);
  border-radius: 50%;
  background: rgba(253, 173, 0, 0.12);
  color: var(--dtdx-gold-text);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
}

.dtdx-hero-proof-content {
  min-width: 0;
}

.dtdx-hero-proof-content small {
  display: block;
  margin: 0;
  color: #778497;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.dtdx-hero-proof-content strong {
  display: block;
  margin: 7px 0 0;
  color: var(--dtdx-navy);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  word-break: normal;
  overflow-wrap: break-word;
}

/* =========================================================
   8. CARD ẢNH BÁC SĨ
   ========================================================= */

.dtdx-hero-visual-col > .col-inner {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--dtdx-border);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(253, 173, 0, 0.22),
      transparent 35%
    ),
    radial-gradient(
      circle at 85% 74%,
      rgba(60, 123, 183, 0.14),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #f9fbfd 0%,
      #eaf2f8 52%,
      #fff5dc 100%
    );
  box-shadow:
    0 28px 70px rgba(7, 27, 49, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.dtdx-hero-visual-col > .col-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 82px;
  left: 50%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(253, 173, 0, 0.3);
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.dtdx-hero-visual-col > .col-inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 133px;
  left: 50%;
  width: 285px;
  height: 285px;
  border: 1px dashed rgba(7, 27, 49, 0.15);
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

/* =========================================================
   9. ẢNH BÁC SĨ
   ========================================================= */

.dtdx-hero-doctor-image {
  position: absolute !important;
  z-index: 4;
  inset: 22px 0 94px;
  height: calc(100% - 116px) !important;
  margin: 0 !important;
}

.dtdx-hero-doctor-image .img-inner {
  position: relative !important;
  height: 100% !important;
  padding-top: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.dtdx-hero-doctor-image img {
  position: absolute !important;
  left: 50% !important;
  bottom: -22px !important;
  display: block !important;
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: translateX(-50%);
  filter: drop-shadow(0 25px 28px rgba(7, 27, 49, 0.17));
}

/* =========================================================
   10. NHÃN TÊN BÁC SĨ
   ========================================================= */

.dtdx-hero-doctor-label {
  position: absolute;
  z-index: 9;
  top: 24px;
  left: 22px;
  max-width: calc(100% - 44px);
  padding: 13px 15px;
  border: 1px solid var(--dtdx-border);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(7, 27, 49, 0.1);
  backdrop-filter: blur(14px);
}

.dtdx-hero-doctor-label small {
  display: block;
  margin: 0;
  color: #a46a00;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dtdx-hero-doctor-label strong {
  display: block;
  margin: 7px 0 0;
  color: var(--dtdx-navy);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}

/* =========================================================
   11. FOOTER THÔNG TIN TRÊN ẢNH
   ========================================================= */

.dtdx-hero-visual-footer {
  position: absolute;
  z-index: 10;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(145px, 0.8fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(7, 27, 49, 0.09);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--dtdx-shadow);
  backdrop-filter: blur(16px);
}

.dtdx-hero-visual-footer-item {
  min-width: 0;
  padding: 12px;
  border-radius: 15px;
}

.dtdx-hero-visual-footer-support {
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--dtdx-navy);
  color: var(--dtdx-white);
}

.dtdx-hero-visual-footer-location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(253, 173, 0, 0.12);
  color: var(--dtdx-navy);
}

.dtdx-hero-footer-dot {
  display: block;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dtdx-gold);
  box-shadow: 0 0 0 6px rgba(253, 173, 0, 0.15);
}

.dtdx-hero-visual-footer small {
  display: block;
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.dtdx-hero-visual-footer strong {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  word-break: normal;
  overflow-wrap: break-word;
}

.dtdx-hero-visual-footer-support small,
.dtdx-hero-visual-footer-support small * {
  color: var(--dtdx-gold-light) !important;
}

.dtdx-hero-visual-footer-support strong,
.dtdx-hero-visual-footer-support strong *,
.dtdx-hero-visual-footer-support p {
  color: var(--dtdx-white) !important;
}

.dtdx-hero-visual-footer-location small,
.dtdx-hero-visual-footer-location small * {
  color: var(--dtdx-gold-text) !important;
}

.dtdx-hero-visual-footer-location strong,
.dtdx-hero-visual-footer-location strong *,
.dtdx-hero-visual-footer-location p {
  color: var(--dtdx-navy) !important;
}

/* =========================================================
   12. CHỐNG WORDPRESS TỰ TẠO KHOẢNG TRẮNG
   ========================================================= */

.dtdx-hero-section p:empty,
.dtdx-hero-section .ux-html p:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.dtdx-hero-section p:has(> br:only-child),
.dtdx-hero-section .ux-html p:has(> br:only-child) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.dtdx-hero-title + br,
.dtdx-hero-title + p:empty,
.dtdx-hero-title + div:empty,
.dtdx-hero-title + span:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.dtdx-hero-proof-content > p,
.dtdx-hero-doctor-label > p,
.dtdx-hero-visual-footer-item > p,
.dtdx-hero-visual-footer-support > div > p {
  margin: 0 !important;
  padding: 0 !important;
}

.dtdx-hero-proof-content > br,
.dtdx-hero-doctor-label > br,
.dtdx-hero-visual-footer-item > br,
.dtdx-hero-visual-footer-support > div > br {
  display: none !important;
}

/* =========================================================
   13. HIỆU ỨNG JS
   Mặc định nội dung vẫn hiển thị nếu JS lỗi
   ========================================================= */

.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-copy,
.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-actions,
.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-proof-grid,
.dtdx-hero-section.dtdx-hero-has-js
  .dtdx-hero-visual-col > .col-inner {
  opacity: 0;
}

.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-copy,
.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-actions,
.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-proof-grid {
  transform: translateY(22px);
}

.dtdx-hero-section.dtdx-hero-has-js
  .dtdx-hero-visual-col > .col-inner {
  transform: translateY(26px) scale(0.985);
}

.dtdx-hero-section.dtdx-hero-has-js.dtdx-hero-visible
  .dtdx-hero-copy,
.dtdx-hero-section.dtdx-hero-has-js.dtdx-hero-visible
  .dtdx-hero-actions,
.dtdx-hero-section.dtdx-hero-has-js.dtdx-hero-visible
  .dtdx-hero-proof-grid,
.dtdx-hero-section.dtdx-hero-has-js.dtdx-hero-visible
  .dtdx-hero-visual-col > .col-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-copy {
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-actions {
  transition:
    opacity 0.7s ease 0.08s,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-proof-grid {
  transition:
    opacity 0.7s ease 0.14s,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.14s;
}

.dtdx-hero-section.dtdx-hero-has-js
  .dtdx-hero-visual-col > .col-inner {
  transition:
    opacity 0.82s ease 0.08s,
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

/* =========================================================
   14. MÀN HÌNH DESKTOP NHỎ
   ========================================================= */

@media (min-width: 850px) and (max-width: 1099px) {
  .dtdx-hero-title {
    font-size: 36px !important;
  }

  .dtdx-hero-title > span {
    white-space: nowrap !important;
  }

  .dtdx-hero-lead {
    font-size: 16px;
  }

  .dtdx-hero-support p {
    font-size: 14px;
  }

  .dtdx-hero-proof-card {
    min-height: 120px;
    padding: 13px 10px;
  }

  .dtdx-hero-proof-number {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .dtdx-hero-proof-content strong {
    font-size: 13px;
  }

  .dtdx-hero-visual-footer {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   15. TABLET
   ========================================================= */

@media (max-width: 849px) {
  .dtdx-hero-row {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .dtdx-hero-copy-col,
  .dtdx-hero-visual-col {
    padding: 10px !important;
  }

  .dtdx-hero-title {
    font-size: 44px !important;
  }

  .dtdx-hero-title > span {
    white-space: normal !important;
  }

  .dtdx-hero-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dtdx-hero-proof-card {
    min-height: 105px;
  }

  .dtdx-hero-visual-col > .col-inner {
    min-height: 610px;
    margin-top: 18px;
  }
}

/* =========================================================
   16. MOBILE
   ========================================================= */

@media (max-width: 549px) {
  .dtdx-hero-section {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .dtdx-hero-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dtdx-hero-copy-col,
  .dtdx-hero-visual-col {
    padding: 6px !important;
  }

  .dtdx-hero-kicker {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 10px;
  }

  .dtdx-hero-title {
    font-size: 34px !important;
    line-height: 1.07 !important;
  }

  .dtdx-hero-title > span {
    white-space: normal !important;
  }

  .dtdx-hero-lead {
    margin-top: 15px !important;
    font-size: 16px;
  }

  .dtdx-hero-support {
    margin-top: 16px;
    padding: 14px;
    border-radius: 16px;
  }

  .dtdx-hero-support p {
    font-size: 14px;
  }

  .dtdx-hero-actions {
    display: grid !important;
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .dtdx-hero-actions .button {
    width: 100% !important;
  }

  .dtdx-hero-proof-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .dtdx-hero-proof-card {
    align-items: center;
    min-height: 78px;
    padding: 12px 13px;
  }

  .dtdx-hero-proof-content small {
    font-size: 11px;
  }

  .dtdx-hero-proof-content strong {
    margin-top: 4px;
    font-size: 14px;
  }

  .dtdx-hero-visual-col > .col-inner {
    min-height: 570px;
    margin-top: 15px;
    border-radius: 25px;
  }

  .dtdx-hero-visual-col > .col-inner::before {
    top: 94px;
    width: 310px;
    height: 310px;
  }

  .dtdx-hero-visual-col > .col-inner::after {
    top: 135px;
    width: 230px;
    height: 230px;
  }

  .dtdx-hero-doctor-image {
    inset: 42px 0 145px;
    height: calc(100% - 187px) !important;
  }

  .dtdx-hero-doctor-image img {
    bottom: -14px !important;
  }

  .dtdx-hero-doctor-label {
    top: 13px;
    left: 13px;
    max-width: calc(100% - 26px);
    padding: 10px 12px;
  }

  .dtdx-hero-doctor-label small {
    font-size: 9px;
  }

  .dtdx-hero-doctor-label strong {
    margin-top: 5px;
    font-size: 14px;
  }

  .dtdx-hero-visual-footer {
    right: 11px;
    bottom: 11px;
    left: 11px;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 6px;
    border-radius: 17px;
  }

  .dtdx-hero-visual-footer-item {
    padding: 10px;
    border-radius: 12px;
  }

  .dtdx-hero-visual-footer strong {
    margin-top: 4px;
    font-size: 12px;
  }
}

/* =========================================================
   17. GIẢM CHUYỂN ĐỘNG
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dtdx-hero-section *,
  .dtdx-hero-section *::before,
  .dtdx-hero-section *::after {
    animation: none !important;
    transition: none !important;
  }

  .dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-copy,
  .dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-actions,
  .dtdx-hero-section.dtdx-hero-has-js .dtdx-hero-proof-grid,
  .dtdx-hero-section.dtdx-hero-has-js
    .dtdx-hero-visual-col > .col-inner {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* = BS ĐÔNG QUỐC TẾ – SECTION 5 VÌ SAO CHỌN BS ĐÔNG
   Class: dtdx-why-...
   Layout editorial / spotlight
   ========================================================= */

/* =========================================================
   1. SECTION
   ========================================================= */

.dtdx-why-section {
  --dtdx-why-navy: #071b31;
  --dtdx-why-copy: #637083;
  --dtdx-why-gold: #fdad00;
  --dtdx-why-gold-dark: #b87500;
  --dtdx-why-gold-light: #ffd782;
  --dtdx-why-border: rgba(7, 27, 49, 0.09);
  --dtdx-why-card: rgba(255, 255, 255, 0.96);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ffffff !important;
}

.dtdx-why-section,
.dtdx-why-section * {
  box-sizing: border-box;
}

.dtdx-why-section .section-bg {
  background:
    radial-gradient(circle at 10% 10%, rgba(253,173,0,.10), transparent 28%),
    radial-gradient(circle at 90% 88%, rgba(7,27,49,.05), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fffdf7 100%) !important;
}

.dtdx-why-section .section-content {
  position: relative;
  z-index: 2;
}

/* =========================================================
   2. ROW / COL
   ========================================================= */

.dtdx-why-head-row,
.dtdx-why-panels-row,
.dtdx-why-bottom-row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.dtdx-why-head-col,
.dtdx-why-panels-col,
.dtdx-why-bottom-copy-col,
.dtdx-why-bottom-btn-col {
  padding: 8px !important;
}

/* =========================================================
   3. HEAD
   ========================================================= */

.dtdx-why-head {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dtdx-why-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(253,173,0,.36);
  border-radius: 999px;
  background: rgba(253,173,0,.10);
  color: var(--dtdx-why-gold-dark);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.dtdx-why-kicker > span {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dtdx-why-gold);
  box-shadow: 0 0 0 5px rgba(253,173,0,.14);
}

.dtdx-why-kicker strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.dtdx-why-head h2 {
  margin: 0 !important;
  color: var(--dtdx-why-navy);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.dtdx-why-head h2 span {
  color: var(--dtdx-why-gold-dark);
}

.dtdx-why-head p {
  max-width: 760px;
  margin: 14px auto 0 !important;
  color: var(--dtdx-why-copy);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

/* =========================================================
   4. PANELS WRAP
   ========================================================= */

.dtdx-why-panels-row {
  margin-top: 16px !important;
}

.dtdx-why-panels-col > .col-inner {
  display: grid;
  gap: 16px;
}

/* =========================================================
   5. SINGLE PANEL
   ========================================================= */

.dtdx-why-panel {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--dtdx-why-border);
  background: var(--dtdx-why-card);
  box-shadow: 0 18px 48px rgba(7,27,49,.08);
}

.dtdx-why-panel-dark {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  background:
    radial-gradient(circle at 85% 20%, rgba(253,173,0,.14), transparent 30%),
    #071b31;
  border-color: rgba(253,173,0,.18);
  box-shadow: 0 22px 52px rgba(7,27,49,.15);
}

/* =========================================================
   6. MEDIA 1:1
   ========================================================= */

.dtdx-why-panel-media {
  position: relative;
  min-width: 0;
}

.dtdx-why-panel-image {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dtdx-why-panel-image .img-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  background: #eef2f5;
}

.dtdx-why-panel-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transition:
    transform .65s cubic-bezier(.22,1,.36,1),
    filter .4s ease !important;
}

.dtdx-why-panel:hover .dtdx-why-panel-image img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

/* =========================================================
   7. COPY
   ========================================================= */

.dtdx-why-panel-copy {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.dtdx-why-panel-top {
  display: flex;
  align-items: center;
  gap: 11px;
}

.dtdx-why-panel-top > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(253,173,0,.38);
  background: rgba(253,173,0,.12);
  color: var(--dtdx-why-gold-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.dtdx-why-panel-top small {
  display: block;
  color: var(--dtdx-why-gold-dark);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.dtdx-why-panel-copy h3 {
  margin: 15px 0 0 !important;
  color: var(--dtdx-why-navy);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.dtdx-why-panel-copy > p {
  margin: 13px 0 0 !important;
  color: var(--dtdx-why-copy);
  font-size: 14px;
  line-height: 1.62;
  font-weight: 650;
}

.dtdx-why-panel-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.dtdx-why-panel-points > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dtdx-why-navy);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.dtdx-why-panel-points > div > span {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--dtdx-why-gold);
  box-shadow: 0 0 0 4px rgba(253,173,0,.12);
}

/* =========================================================
   8. DARK PANEL
   ========================================================= */

.dtdx-why-panel-dark .dtdx-why-panel-top > span {
  background: rgba(253,173,0,.16);
  border-color: rgba(253,173,0,.30);
  color: #ffd782;
}

.dtdx-why-panel-dark .dtdx-why-panel-top small {
  color: #ffd782;
}

.dtdx-why-panel-dark .dtdx-why-panel-copy h3 {
  color: #ffffff;
}

.dtdx-why-panel-dark .dtdx-why-panel-copy > p {
  color: rgba(255,255,255,.76);
}

.dtdx-why-panel-dark .dtdx-why-panel-points > div {
  color: rgba(255,255,255,.92);
}

.dtdx-why-panel-dark .dtdx-why-panel-points > div > span {
  background: var(--dtdx-why-gold);
  box-shadow: 0 0 0 4px rgba(253,173,0,.16);
}

/* =========================================================
   9. BOTTOM CTA
   ========================================================= */

.dtdx-why-bottom-row {
  position: relative;
  margin-top: 16px !important;
  padding: 8px !important;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(7,27,49,.09);
  background:
    radial-gradient(circle at 88% 20%, rgba(253,173,0,.10), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
  box-shadow: 0 18px 44px rgba(7,27,49,.07);
}

.dtdx-why-bottom-copy {
  padding: 8px;
}

.dtdx-why-bottom-copy small {
  display: block;
  color: var(--dtdx-why-gold-dark);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.dtdx-why-bottom-copy strong {
  display: block;
  margin-top: 7px;
  color: var(--dtdx-why-navy);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.dtdx-why-bottom-copy p {
  margin: 8px 0 0 !important;
  color: var(--dtdx-why-copy);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.dtdx-why-bottom-actions {
  margin: 0 !important;
}

.dtdx-why-bottom-actions p {
  margin: 0 !important;
}

.dtdx-why-bottom-actions .button.dtdx-why-bottom-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 13px 22px !important;
  border-radius: 999px !important;
  border: 1px solid var(--dtdx-why-gold) !important;
  background: var(--dtdx-why-gold) !important;
  color: var(--dtdx-why-navy) !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: 0 14px 32px rgba(253,173,0,.24) !important;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    background-color .24s ease !important;
}

.dtdx-why-bottom-actions .button.dtdx-why-bottom-button:hover {
  background: #f4a300 !important;
  color: var(--dtdx-why-navy) !important;
  box-shadow: 0 18px 38px rgba(253,173,0,.30) !important;
  transform: translateY(-2px);
}

/* =========================================================
   10. EMPTY TAG FIX
   ========================================================= */

.dtdx-why-section p:empty,
.dtdx-why-section .ux-html p:empty,
.dtdx-why-section p:has(> br:only-child) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* =========================================================
   11. REVEAL EFFECT
   ========================================================= */

.dtdx-why-section.dtdx-why-has-js .dtdx-why-head,
.dtdx-why-section.dtdx-why-has-js .dtdx-why-panel,
.dtdx-why-section.dtdx-why-has-js .dtdx-why-bottom-row {
  opacity: 0;
  transform: translateY(22px);
}

.dtdx-why-section.dtdx-why-has-js.dtdx-why-visible .dtdx-why-head,
.dtdx-why-section.dtdx-why-has-js.dtdx-why-visible .dtdx-why-panel,
.dtdx-why-section.dtdx-why-has-js.dtdx-why-visible .dtdx-why-bottom-row {
  opacity: 1;
  transform: translateY(0);
}

.dtdx-why-section.dtdx-why-has-js .dtdx-why-head {
  transition:
    opacity .65s ease,
    transform .65s cubic-bezier(.22,1,.36,1);
}

.dtdx-why-section.dtdx-why-has-js .dtdx-why-panel-01 {
  transition:
    opacity .65s ease .08s,
    transform .65s cubic-bezier(.22,1,.36,1) .08s;
}

.dtdx-why-section.dtdx-why-has-js .dtdx-why-panel-02 {
  transition:
    opacity .65s ease .16s,
    transform .65s cubic-bezier(.22,1,.36,1) .16s;
}

.dtdx-why-section.dtdx-why-has-js .dtdx-why-panel-03 {
  transition:
    opacity .65s ease .24s,
    transform .65s cubic-bezier(.22,1,.36,1) .24s;
}

.dtdx-why-section.dtdx-why-has-js .dtdx-why-bottom-row {
  transition:
    opacity .7s ease .30s,
    transform .7s cubic-bezier(.22,1,.36,1) .30s;
}

/* =========================================================
   12. TABLET
   ========================================================= */

@media (max-width: 849px) {
  .dtdx-why-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .dtdx-why-head-col,
  .dtdx-why-panels-col,
  .dtdx-why-bottom-copy-col,
  .dtdx-why-bottom-btn-col {
    padding: 6px !important;
  }

  .dtdx-why-panel,
  .dtdx-why-panel-dark {
    grid-template-columns: 1fr;
  }

  .dtdx-why-panel-copy {
    padding: 20px;
  }

  .dtdx-why-panel-copy h3 {
    font-size: 24px;
  }

  .dtdx-why-panel-image .img-inner {
    aspect-ratio: 1 / 1 !important;
  }
}

/* =========================================================
   13. MOBILE
   ========================================================= */

@media (max-width: 549px) {
  .dtdx-why-section {
    padding: 20px 8px !important;
  }

  .dtdx-why-head-col,
  .dtdx-why-panels-col,
  .dtdx-why-bottom-copy-col,
  .dtdx-why-bottom-btn-col {
    padding: 5px !important;
  }

  .dtdx-why-head h2 {
    font-size: 34px;
  }

  .dtdx-why-head p {
    font-size: 14px;
  }

  .dtdx-why-panels-col > .col-inner {
    gap: 12px;
  }

  .dtdx-why-panel {
    border-radius: 22px;
  }

  .dtdx-why-panel-copy {
    padding: 16px;
  }

  .dtdx-why-panel-top > span {
    width: 36px;
    height: 36px;
  }

  .dtdx-why-panel-copy h3 {
    margin-top: 13px !important;
    font-size: 21px;
  }

  .dtdx-why-panel-copy > p {
    font-size: 13px;
  }

  .dtdx-why-panel-points > div {
    font-size: 12px;
  }

  .dtdx-why-bottom-row {
    margin-top: 12px !important;
    padding: 10px !important;
    border-radius: 20px;
  }

  .dtdx-why-bottom-copy {
    padding: 4px;
  }

  .dtdx-why-bottom-copy strong {
    font-size: 17px;
  }

  .dtdx-why-bottom-actions {
    justify-content: stretch !important;
  }

  .dtdx-why-bottom-actions .button.dtdx-why-bottom-button {
    width: 100% !important;
  }
}

/* =========================================================
   14. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dtdx-why-section *,
  .dtdx-why-section *::before,
  .dtdx-why-section *::after {
    animation: none !important;
    transition: none !important;
  }

  .dtdx-why-section.dtdx-why-has-js .dtdx-why-head,
  .dtdx-why-section.dtdx-why-has-js .dtdx-why-panel,
  .dtdx-why-section.dtdx-why-has-js .dtdx-why-bottom-row {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* = BS ĐÔNG QUỐC TẾ – SECTION 6 QUY TRÌNH ĐIỀU TRỊ
   Timeline icon kết nối bằng đường line
   ========================================================= */

.dtdx-process-section {
  --dtdx-process-navy: #071b31;
  --dtdx-process-copy: #687587;
  --dtdx-process-gold: #fdad00;
  --dtdx-process-gold-dark: #b87500;
  --dtdx-process-border: rgba(7, 27, 49, 0.10);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fffdf8 !important;
}

.dtdx-process-section,
.dtdx-process-section * {
  box-sizing: border-box;
}

.dtdx-process-section .section-bg {
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(253, 173, 0, 0.11),
      transparent 27%
    ),
    radial-gradient(
      circle at 92% 90%,
      rgba(7, 27, 49, 0.05),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #fffdf8 0%,
      #ffffff 100%
    ) !important;
}

.dtdx-process-section .section-content {
  position: relative;
  z-index: 2;
}

.dtdx-process-head-col {
  padding: 8px !important;
}

/* =========================================================
   HEADING
   ========================================================= */

.dtdx-process-head {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dtdx-process-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(253, 173, 0, 0.36);
  border-radius: 999px;
  background: rgba(253, 173, 0, 0.10);
  color: var(--dtdx-process-gold-dark);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dtdx-process-kicker > span {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dtdx-process-gold);
  box-shadow: 0 0 0 5px rgba(253, 173, 0, 0.14);
}

.dtdx-process-kicker strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.dtdx-process-head h2 {
  margin: 0 !important;
  color: var(--dtdx-process-navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.052em;
}

.dtdx-process-head h2 span {
  color: var(--dtdx-process-gold-dark);
}

.dtdx-process-head > p {
  max-width: 720px;
  margin: 14px auto 0 !important;
  color: var(--dtdx-process-copy);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

/* =========================================================
   TIMELINE DESKTOP
   ========================================================= */

.dtdx-process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  margin-top: 34px;
}

/* Đường line chính */

.dtdx-process-list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 31px;
  right: calc(100% / 12);
  left: calc(100% / 12);
  height: 2px;
  background:
    linear-gradient(
      90deg,
      rgba(253, 173, 0, 0.25),
      var(--dtdx-process-gold),
      rgba(253, 173, 0, 0.25)
    );
}

.dtdx-process-item {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 9px;
  text-align: center;
}

/* =========================================================
   ICON
   ========================================================= */

.dtdx-process-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 2px solid rgba(253, 173, 0, 0.35);
  border-radius: 50%;
  background: #ffffff;
  color: var(--dtdx-process-gold-dark);
  box-shadow:
    0 10px 26px rgba(7, 27, 49, 0.08),
    0 0 0 7px #fffdf8;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.dtdx-process-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dtdx-process-item:hover .dtdx-process-icon {
  border-color: var(--dtdx-process-gold);
  background: var(--dtdx-process-gold);
  color: var(--dtdx-process-navy);
  transform: translateY(-4px);
}

/* =========================================================
   NỘI DUNG TỪNG BƯỚC
   ========================================================= */

.dtdx-process-content {
  padding-top: 17px;
}

.dtdx-process-content > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  min-height: 22px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(253, 173, 0, 0.11);
  color: var(--dtdx-process-gold-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
}

.dtdx-process-content small {
  display: block;
  margin-top: 8px;
  color: var(--dtdx-process-gold-dark);
  font-size: 9px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dtdx-process-content h3 {
  margin: 7px 0 0 !important;
  color: var(--dtdx-process-navy);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.dtdx-process-content p {
  margin: 8px 0 0 !important;
  color: var(--dtdx-process-copy);
  font-size: 11px;
  line-height: 1.52;
  font-weight: 650;
}

/* =========================================================
   WORDPRESS EMPTY TAG FIX
   ========================================================= */

.dtdx-process-section p:empty,
.dtdx-process-section .ux-html p:empty,
.dtdx-process-section p:has(> br:only-child) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* =========================================================
   TABLET VÀ MOBILE: TIMELINE DỌC
   ========================================================= */

@media (max-width: 849px) {
  .dtdx-process-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .dtdx-process-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 680px;
    margin: 28px auto 0;
  }

  .dtdx-process-list::before {
    top: 32px;
    bottom: 32px;
    left: 31px;
    width: 2px;
    height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(253, 173, 0, 0.25),
        var(--dtdx-process-gold),
        rgba(253, 173, 0, 0.25)
      );
  }

  .dtdx-process-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 112px;
    padding: 0 0 18px;
    text-align: left;
  }

  .dtdx-process-item:last-child {
    min-height: 64px;
    padding-bottom: 0;
  }

  .dtdx-process-icon {
    margin: 0;
    box-shadow:
      0 10px 24px rgba(7, 27, 49, 0.08),
      0 0 0 7px #fffdf8;
  }

  .dtdx-process-content {
    padding-top: 2px;
  }

  .dtdx-process-content small {
    margin-top: 7px;
  }

  .dtdx-process-content h3 {
    font-size: 19px;
  }

  .dtdx-process-content p {
    max-width: 520px;
    font-size: 13px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 549px) {
  .dtdx-process-section {
    padding: 20px 8px !important;
  }

  .dtdx-process-head-col {
    padding: 5px !important;
  }

  .dtdx-process-head h2 {
    font-size: 33px;
  }

  .dtdx-process-head > p {
    font-size: 14px;
  }

  .dtdx-process-list {
    margin-top: 24px;
  }

  .dtdx-process-list::before {
    left: 26px;
  }

  .dtdx-process-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    min-height: 110px;
    padding-bottom: 18px;
  }

  .dtdx-process-icon {
    width: 54px;
    height: 54px;
    box-shadow:
      0 8px 20px rgba(7, 27, 49, 0.08),
      0 0 0 6px #fffdf8;
  }

  .dtdx-process-icon svg {
    width: 23px;
    height: 23px;
  }

  .dtdx-process-content h3 {
    font-size: 18px;
  }

  .dtdx-process-content p {
    font-size: 12px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dtdx-process-section *,
  .dtdx-process-section *::before,
  .dtdx-process-section *::after {
    animation: none !important;
    transition: none !important;
  }
}