/*
 * Triet Long Landing Page
 * Scoped to: #triet-long-landing-wrapper
 *
 * @package linhanhclinic
 */

#triet-long-landing-wrapper {
  --tl-script-font: "UVN SangSong", serif;
  --tl-heading-font: "SVN-Famous", serif;
  --tl-body-font: "Geomanist", Arial, sans-serif;
  overflow-x: hidden;
}

#triet-long-landing-wrapper .tl-section-title {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
}

#triet-long-landing-wrapper .tl-section-title__sub {
  color: #b69655;
  font-family: var(--tl-script-font, "UVN SangSong", serif);
  font-size: 121px;
  font-weight: 400;
  line-height: 0.9;
}

#triet-long-landing-wrapper .tl-section-title__main {
  background: linear-gradient(360deg, #b69655 0%, #e3c871 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 70px;
  font-weight: 400;
  line-height: 1.05;
}

#triet-long-landing-wrapper .tl-section-title__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  padding: 7px 28px 4px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.75),
    0 8px 20px rgba(191, 147, 78, 0.18);
  color: #7f6337;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

#triet-long-landing-wrapper .tl-section-title--diode-tech {
  max-width: 610px;
}

#triet-long-landing-wrapper .tl-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 74px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-hero__banner {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

#triet-long-landing-wrapper .tl-hero__banner picture {
  display: block;
}

#triet-long-landing-wrapper .tl-hero__banner-img {
  display: block;
  width: 100%;
  height: auto;
}

#triet-long-landing-wrapper .tl-hero__deal {
  position: relative;
  z-index: 3;
  width: min(100% - 32px, 1169px);
  margin: -82px auto 0;
}

#triet-long-landing-wrapper .tl-hero__deal-card {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 299px;
  grid-template-columns: minmax(0, 410px) 18px minmax(0, 405px);
  align-items: center;
  justify-content: center;
  column-gap: 68px;
  padding: 39px 88px 58px;
  border: 1px solid #fff;
  border-radius: 39px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5.85px 13.26px rgba(191, 147, 78, 0.39),
    0 0 17.94px rgba(255, 255, 255, 0.54) inset;
  backdrop-filter: blur(12px);
}

#triet-long-landing-wrapper .tl-hero__deal-ribbon,
#triet-long-landing-wrapper .tl-hero__deal-price,
#triet-long-landing-wrapper .tl-hero__deal-gift,
#triet-long-landing-wrapper .tl-hero__deal-divider {
  display: block;
  pointer-events: none;
  user-select: none;
}

#triet-long-landing-wrapper .tl-hero__deal-ribbon {
  position: absolute;
  top: -43px;
  left: 50%;
  width: min(100%, 190px);
  transform: translateX(-50%);
}

#triet-long-landing-wrapper .tl-hero__deal-price {
  width: min(100%, 392px);
  justify-self: center;
}

#triet-long-landing-wrapper .tl-hero__deal-divider {
  width: 18px;
  height: 174px;
  max-height: none;
  justify-self: center;
  object-fit: contain;
}

#triet-long-landing-wrapper .tl-hero__deal-gift--left {
  position: absolute;
  left: -34px;
  bottom: -34px;
  width: 86px;
}

#triet-long-landing-wrapper .tl-hero__deal-gift--right {
  position: absolute;
  right: -63px;
  top: -84px;
  width: 178px;
  z-index: -1;
}

#triet-long-landing-wrapper .tl-hero__deal-form {
  width: 405px;
  max-width: 100%;
  justify-self: center;
}

#triet-long-landing-wrapper .tl-hero__countdown {
  display: flex;
  width: 405px;
  max-width: 100%;
  margin: 0 0 12px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #bf934e;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
}

#triet-long-landing-wrapper .tl-hero__countdown-label {
  color: #bf934e;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

#triet-long-landing-wrapper .tl-hero__countdown-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#triet-long-landing-wrapper .tl-hero__countdown-unit {
  display: inline-flex;
  min-width: 32px;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(180deg, #7f6337 0%, #bf934e 100%);
  color: #fff;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

#triet-long-landing-wrapper .tl-hero__countdown-separator {
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

#triet-long-landing-wrapper .tl-hero .wpcf7 {
  width: 100%;
}

#triet-long-landing-wrapper .tl-hero .wpcf7 form {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 8px;
}
#triet-long-landing-wrapper .tl-hero .deal-form-fields {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}

#triet-long-landing-wrapper .tl-hero .deal-form-fields br {
  display: none;
}
#triet-long-landing-wrapper .tl-hero .wpcf7 p {
  margin: 0;
}

#triet-long-landing-wrapper .tl-hero .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

#triet-long-landing-wrapper .tl-hero input[type="text"],
#triet-long-landing-wrapper .tl-hero input[type="tel"],
#triet-long-landing-wrapper .tl-hero input[type="email"],
#triet-long-landing-wrapper .tl-hero select,
#triet-long-landing-wrapper .tl-hero textarea {
  display: block;
  width: 100%;
  min-height: 36px;
  margin: 0;
  padding: 10px 18px;
  border: 0;
  border-radius: 24px;
  background: #e4e4e4;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  outline: none;
  box-shadow: none;
}

#triet-long-landing-wrapper .tl-hero select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7f6337 50%),
    linear-gradient(135deg, #7f6337 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

#triet-long-landing-wrapper .tl-hero input::placeholder,
#triet-long-landing-wrapper .tl-hero textarea::placeholder {
  color: rgba(127, 99, 55, 0.72);
}

#triet-long-landing-wrapper .tl-hero .wpcf7-submit {
  position: absolute;
  left: 50%;
  bottom: -27px;
  display: inline-flex;
  min-width: 220px;
  min-height: 52px;
  margin: 0;
  padding: 14px 34px 12px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 169.6px;
  background: linear-gradient(90deg, #bf934e 0%, #d8b976 48%, #bf934e 100%);
  background-size: 200% auto;
  box-shadow: 0 4px 4px 0 rgba(191, 147, 78, 0.4),
    0 0 7.571px 0 rgba(255, 255, 255, 0.41) inset;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: background-position 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  animation: tl-hero-submit-pulse 1.8s ease-in-out infinite;
}

#triet-long-landing-wrapper .tl-hero .wpcf7-submit:hover,
#triet-long-landing-wrapper .tl-hero .wpcf7-submit:focus-visible {
  background-position: right center;
  transform: translateX(-50%) translateY(-1px);
  box-shadow: 0 8px 18px rgba(191, 147, 78, 0.42),
    0 0 9px 0 rgba(255, 255, 255, 0.58) inset;
}
@keyframes tl-hero-submit-pulse {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.035);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}
#triet-long-landing-wrapper .tl-hero .wpcf7-spinner {
  display: none;
}

#triet-long-landing-wrapper .tl-hero .wpcf7-response-output {
  margin: 8px 0 0;
  border-radius: 12px;
  color: #7f6337;
  font-size: 12px;
}

#triet-long-landing-wrapper .tl-diode-tech {
  position: relative;
  overflow: hidden;
  padding: 13px 0 19px 0;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-diode-tech::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.42) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}

#triet-long-landing-wrapper .tl-diode-tech__container {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 24px;
}

#triet-long-landing-wrapper .tl-diode-tech__glow {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.85;
}

#triet-long-landing-wrapper .tl-diode-tech__glow--one {
  top: 12%;
  left: -3%;
  width: 620px;
  height: 620px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(238, 180, 90, 0.41) 0%,
    rgba(191, 147, 78, 0) 100%
  );
}

#triet-long-landing-wrapper .tl-diode-tech__glow--two {
  right: -2%;
  bottom: 8%;
  width: 620px;
  height: 620px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(238, 180, 90, 0.41) 0%,
    rgba(191, 147, 78, 0) 100%
  );
}

#triet-long-landing-wrapper .tl-diode-tech__content {
  position: relative;
  z-index: 3;
}

#triet-long-landing-wrapper .tl-diode-tech__cards {
  display: flex;
  margin-top: 32px;
  flex-direction: column;
  gap: 18px;
}

#triet-long-landing-wrapper .tl-diode-tech__card {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 41px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.59);
  padding: 18px 24px;
  box-shadow: 0 10px 28px rgba(127, 99, 55, 0.08);
  backdrop-filter: blur(4px);
}

#triet-long-landing-wrapper .tl-diode-tech__card-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
}

#triet-long-landing-wrapper .tl-diode-tech__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#triet-long-landing-wrapper .tl-diode-tech__card-text {
  margin: 0;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 300;
}

#triet-long-landing-wrapper .tl-diode-tech__skin {
  width: min(100%, 520px);
  margin-top: -15px;
}

#triet-long-landing-wrapper .tl-diode-tech__skin img {
  display: block;
  width: 100%;
  height: auto;
}

#triet-long-landing-wrapper .tl-diode-tech__visual {
  position: relative;
  min-height: 620px;
}

#triet-long-landing-wrapper .tl-diode-tech__visual {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
}

#triet-long-landing-wrapper .tl-diode-tech__visual-img {
  display: block;
  width: min(100%, 704px);
  height: auto;
  object-fit: contain;
}

#triet-long-landing-wrapper .tl-diode-benefits {
  position: relative;
  overflow: hidden;
  padding: 58px 0 76px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-diode-benefits__container {
  position: relative;
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-diode-benefits__header {
  position: relative;
  z-index: 4;
  text-align: center;
}

#triet-long-landing-wrapper .tl-section-title--diode-benefits {
  align-items: center;
  text-align: center;
}

#triet-long-landing-wrapper
  .tl-section-title--diode-benefits
  .tl-section-title__pill {
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  font-weight: 400;
  line-height: 1.1;
}

#triet-long-landing-wrapper
  .tl-section-title--diode-benefits
  .tl-section-title__main {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  color: #b69655;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 70px;
  font-weight: 400;
  line-height: 1.05;
}

#triet-long-landing-wrapper
  .tl-section-title--diode-benefits
  .tl-section-title__sub {
  font-family: var(--tl-script-font, "UVN SangSong", serif);
  font-size: 121px;
  font-weight: 400;
  margin-left: 22px;
  line-height: 0.82;
}

#triet-long-landing-wrapper .tl-diode-benefits__body {
  position: relative;
  min-height: 720px;
  margin-top: -10px;
}

#triet-long-landing-wrapper .tl-diode-benefits__visual {
  position: absolute;
  top: 46px;
  left: 50%;
  z-index: 2;
  width: min(100%, 560px);
  transform: translateX(-50%);
}

#triet-long-landing-wrapper .tl-diode-benefits__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: -1;
  width: 520px;
  height: 520px;
  border: 1px dashed rgba(191, 147, 78, 0.38);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#triet-long-landing-wrapper .tl-diode-benefits__visual-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

#triet-long-landing-wrapper .tl-diode-benefits__decor {
  position: absolute;
  z-index: 3;
  display: block;
  width: 120px;
  height: auto;
  pointer-events: none;
}

#triet-long-landing-wrapper .tl-diode-benefits__decor--one {
  left: -36px;
  bottom: 90px;
}

#triet-long-landing-wrapper .tl-diode-benefits__decor--two {
  right: -38px;
  top: 150px;
}

#triet-long-landing-wrapper .tl-diode-benefits__list {
  position: absolute;
  inset: 0;
  z-index: 3;
}

#triet-long-landing-wrapper .tl-diode-benefits__mobile-line {
  display: none;
}

#triet-long-landing-wrapper .tl-diode-benefits__item {
  position: absolute;
  width: 260px;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
}

#triet-long-landing-wrapper .tl-diode-benefits__item-title {
  margin: 0 0 8px;
  color: #b69655;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 43px;
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

#triet-long-landing-wrapper .tl-diode-benefits__item-desc {
  margin: 0;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 17px;
  line-height: 1.38;
  text-align: center;
}

#triet-long-landing-wrapper .tl-diode-benefits__item--1 {
  top: 293px;
  left: 80px;
  text-align: right;
}

#triet-long-landing-wrapper .tl-diode-benefits__item--2 {
  top: 539px;
  left: 87px;
  text-align: right;
}

#triet-long-landing-wrapper .tl-diode-benefits__item--3 {
  left: 49%;
  bottom: -105px;
  text-align: center;
  transform: translateX(-50%);
}

#triet-long-landing-wrapper .tl-diode-benefits__item--4 {
  top: 500px;
  right: 97px;
  text-align: left;
}

#triet-long-landing-wrapper .tl-diode-benefits__item--5 {
  top: 296px;
  right: 87px;
  text-align: left;
}

#triet-long-landing-wrapper .tl-customer-results {
  padding: 52px 0 76px;
  background: #f5f5f5;
  overflow-x: hidden;
}

#triet-long-landing-wrapper .tl-customer-results__container {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-customer-results__header {
  text-align: center;
}

#triet-long-landing-wrapper .tl-section-title--customer-results {
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-results
  .tl-section-title__sub {
  line-height: 0.86;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-results
  .tl-section-title__pill {
  margin-top: 36px;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-weight: 400;
  line-height: 1.1;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-results
  .tl-section-title__main {
  margin-top: 4px;
}

#triet-long-landing-wrapper .tl-customer-results__tabs {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
}

#triet-long-landing-wrapper .tl-customer-results__tab {
  color: #7f6337;
  text-align: center;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 24px;
  border: 0;
  width: 411px;
  height: 80px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 12px 0 #fff inset, 0 6px 14.7px 0 rgba(173, 140, 87, 0.26);
  cursor: pointer;
  padding: 14px 28px 12px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

#triet-long-landing-wrapper .tl-customer-results__tab.is-active {
  color: #fff;
  text-align: center;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 24px;
  border-radius: 30px;
  background: #bf934e;
  box-shadow: 0 0 12px 0 #fff inset, 0 6px 14.7px 0 rgba(173, 140, 87, 0.26);
}

#triet-long-landing-wrapper .tl-customer-results__tab:hover {
  transform: translateY(-1px);
}

#triet-long-landing-wrapper .tl-customer-results__tab:focus-visible {
  outline: 2px solid #bf934e;
  outline-offset: 3px;
}

#triet-long-landing-wrapper .tl-customer-results__panel {
  display: none;
}

#triet-long-landing-wrapper .tl-customer-results__panel.is-active {
  display: block;
}

#triet-long-landing-wrapper .tl-customer-results__outer-card {
  margin-top: 24px;
  padding: 18px 18px 0 24px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(191, 147, 78, 0.4);
  backdrop-filter: blur(15px);
}

#triet-long-landing-wrapper .tl-customer-results__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#triet-long-landing-wrapper .tl-customer-results__item {
  display: flex;
  flex-direction: column;
}

#triet-long-landing-wrapper .tl-customer-results__image {
  overflow: hidden;
  border-radius: 28px;
}

#triet-long-landing-wrapper .tl-customer-results__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#triet-long-landing-wrapper .tl-customer-results__content-card {
  margin-top: 12px;
  padding: 16px 16px 18px;
  border-radius: 47.094px;
  position: relative;
  top: -62px;
  height: 300px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 10px 0 rgba(191, 147, 78, 0.4);
}

#triet-long-landing-wrapper .tl-customer-results__customer-name {
  margin: 0 0 12px;
  color: #bf934e;
  text-align: center;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-transform: uppercase;
}

#triet-long-landing-wrapper .tl-customer-results__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#triet-long-landing-wrapper .tl-customer-results__meta-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#triet-long-landing-wrapper .tl-customer-results__meta-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 14px 6px;
  border-radius: 32.395px;
  background: #bf934e;
  box-shadow: 0 0 8.639px 0 #fff inset,
    0 4.319px 10.583px 0 rgba(173, 140, 87, 0.26);
  color: #fff;
  text-align: justify;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 19.437px;
  font-weight: 500;
  line-height: 1.2;
}

#triet-long-landing-wrapper .tl-customer-results__meta-text {
  margin: 0;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 18px;
  line-height: 1.45;
}

#triet-long-landing-wrapper .tl-customer-results__scrollbar-hint {
  display: none;
}

#triet-long-landing-wrapper .tl-customer-results-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 46px 0 54px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-customer-results-media__strip {
  width: min(100% - 32px, 1280px);
  display: flex;
  margin-inline: auto;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 24px;
  padding: 4px 0 18px;
  scroll-snap-type: x proximity;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #bf934e rgba(191, 147, 78, 0.12);
  -webkit-overflow-scrolling: touch;
}

#triet-long-landing-wrapper
  .tl-customer-results-media__strip::-webkit-scrollbar {
  height: 7px;
}

#triet-long-landing-wrapper
  .tl-customer-results-media__strip::-webkit-scrollbar-track {
  background: rgba(191, 147, 78, 0.12);
  border-radius: 999px;
}

#triet-long-landing-wrapper
  .tl-customer-results-media__strip::-webkit-scrollbar-thumb {
  background: #bf934e;
  border-radius: 999px;
}

#triet-long-landing-wrapper .tl-customer-results-media__strip.is-dragging {
  cursor: grabbing;
  user-select: none;
}

#triet-long-landing-wrapper
  .tl-customer-results-media__strip.is-dragging
  .tl-customer-results-media__card {
  pointer-events: none;
}

#triet-long-landing-wrapper .tl-customer-results-media__card {
  position: relative;
  overflow: hidden;
  flex: 0 0 240px;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  background: #bf934e;
  box-shadow: 0 4px 10px rgba(191, 147, 78, 0.15);
  scroll-snap-align: start;
}

#triet-long-landing-wrapper .tl-customer-results-media__frame,
#triet-long-landing-wrapper .tl-customer-results-media__item-placeholder,
#triet-long-landing-wrapper .tl-customer-results-media__thumb {
  display: block;
  width: 100%;
  height: 100%;
}

#triet-long-landing-wrapper .tl-customer-results-media__frame {
  border: 0;
  background: #000;
}

#triet-long-landing-wrapper .tl-customer-results-media__thumb {
  object-fit: cover;
}

#triet-long-landing-wrapper .tl-customer-results-media__item-placeholder {
  position: relative;
  background: #f5f5f5;
}

#triet-long-landing-wrapper
  .tl-customer-results-media__item-placeholder
  > span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ff2b45;
  color: #fff;
  font-size: 30px;
  transform: translate(-50%, -50%);
  place-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

#triet-long-landing-wrapper .tl-customer-results-media__toggle {
  display: none;
}

#triet-long-landing-wrapper .tl-price-table {
  position: relative;
  overflow: hidden;
  padding: 70px 0 82px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-price-table__glow {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(78px);
  opacity: 0.62;
}

#triet-long-landing-wrapper .tl-price-table__glow--one {
  left: -90px;
  bottom: 4%;
  width: 330px;
  height: 330px;
  background: rgba(227, 200, 113, 0.5);
}

#triet-long-landing-wrapper .tl-price-table__glow--two {
  top: 6%;
  right: 7%;
  width: 260px;
  height: 260px;
  background: rgba(227, 200, 113, 0.45);
}

#triet-long-landing-wrapper .tl-price-table__container {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-price-table__card {
  position: relative;
  overflow: hidden;
  width: min(100%, 1440px);
  margin-inline: auto;
  padding: 46px 48px 58px;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 8px 30px rgba(191, 147, 78, 0.12);
  backdrop-filter: blur(15px);
}

#triet-long-landing-wrapper .tl-price-table__card-bg {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

#triet-long-landing-wrapper .tl-price-table__card-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#triet-long-landing-wrapper .tl-price-table__header,
#triet-long-landing-wrapper .tl-price-table__desktop,
#triet-long-landing-wrapper .tl-price-table__mobile-tabs,
#triet-long-landing-wrapper .tl-price-table__mobile {
  position: relative;
  z-index: 2;
}

#triet-long-landing-wrapper .tl-section-title--price-table {
  align-items: center;
  text-align: center;
}

#triet-long-landing-wrapper
  .tl-section-title--price-table
  .tl-section-title__sub {
  font-size: 115px;
  line-height: 0.82;
}

#triet-long-landing-wrapper
  .tl-section-title--price-table
  .tl-section-title__pill {
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  margin-top: 43px;
}

#triet-long-landing-wrapper
  .tl-section-title--price-table
  .tl-section-title__main {
  margin-top: 7px;
  font-size: 70px;
}

#triet-long-landing-wrapper .tl-price-table__desktop {
  margin-top: 36px;
}

#triet-long-landing-wrapper .tl-price-table__table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  border-radius: 30px;
  border: 1px solid #fff;
  background: linear-gradient(
    138deg,
    rgba(255, 255, 255, 0.5) 3.19%,
    rgba(255, 255, 255, 0.1) 96.81%
  );
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1),
    0 0 40px 0 rgba(255, 255, 255, 0.5) inset;
}

#triet-long-landing-wrapper .tl-price-table__table th {
  padding: 19px 17px 19px;
  color: #7f6337;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: linear-gradient(
    138deg,
    rgba(255, 255, 255, 0.5) 3.19%,
    rgba(255, 255, 255, 0.1) 96.81%
  );
}

#triet-long-landing-wrapper .tl-price-table__table td {
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

#triet-long-landing-wrapper .tl-price-table__table th:first-child,
#triet-long-landing-wrapper .tl-price-table__table td:first-child {
  text-align: left;
}

#triet-long-landing-wrapper .tl-price-table__table th:not(:last-child),
#triet-long-landing-wrapper .tl-price-table__table td:not(:last-child) {
  border-right: 1px solid rgba(191, 147, 78, 0.42);
}

#triet-long-landing-wrapper .tl-price-table__mobile-tabs,
#triet-long-landing-wrapper .tl-price-table__mobile {
  display: none;
}

#triet-long-landing-wrapper .tl-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 169.6px;
  background: linear-gradient(90deg, #bf934e 0%, #d8b976 48%, #bf934e 100%);
  background-size: 200% auto;
  box-shadow: 0 4px 4px 0 rgba(191, 147, 78, 0.4),
    0 0 7.571px 0 rgba(255, 255, 255, 0.41) inset;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  transition: background-position 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  animation: tl-cta-pulse 1.8s ease-in-out infinite;
}

#triet-long-landing-wrapper .tl-cta:hover,
#triet-long-landing-wrapper .tl-cta:focus-visible {
  background-position: right center;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(191, 147, 78, 0.42),
    0 0 9px 0 rgba(255, 255, 255, 0.58) inset;
}

#triet-long-landing-wrapper .tl-price-table__cta-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: -28px;
}

#triet-long-landing-wrapper .tl-price-table__cta {
  min-height: 54px;
  padding: 14px 34px 12px;
}

@keyframes tl-cta-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 4px 0 rgba(191, 147, 78, 0.4),
      0 0 7.571px 0 rgba(255, 255, 255, 0.41) inset;
  }

  50% {
    transform: scale(1.035);
    box-shadow: 0 8px 18px rgba(191, 147, 78, 0.34),
      0 0 10px rgba(255, 255, 255, 0.62) inset;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 4px 0 rgba(191, 147, 78, 0.4),
      0 0 7.571px 0 rgba(255, 255, 255, 0.41) inset;
  }
}

#triet-long-landing-wrapper .tl-price-table__decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

#triet-long-landing-wrapper .tl-price-table__decor--one {
  left: 4%;
  bottom: 2%;
  width: 260px;
}

#triet-long-landing-wrapper .tl-price-table__decor--two {
  right: 7%;
  top: 10%;
  width: 190px;
}

#triet-long-landing-wrapper .tl-why-choose {
  position: relative;
  overflow: hidden;
  padding: 34px 0 56px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-why-choose__container {
  width: min(100% - 32px, 980px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-section-title--why-choose {
  align-items: center;
  text-align: center;
}

#triet-long-landing-wrapper
  .tl-section-title--why-choose
  .tl-section-title__sub {
  font-size: 121px;
  line-height: 0.82;
}

#triet-long-landing-wrapper
  .tl-section-title--why-choose
  .tl-section-title__row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
}

#triet-long-landing-wrapper
  .tl-section-title--why-choose
  .tl-section-title__pill {
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  margin-top: 42px;
}

#triet-long-landing-wrapper
  .tl-section-title--why-choose
  .tl-section-title__main {
  font-size: 70px;
}

#triet-long-landing-wrapper .tl-why-choose__list {
  display: flex;
  margin-top: 36px;
  flex-direction: column;
  gap: 18px;
}

#triet-long-landing-wrapper .tl-why-choose__card {
  display: grid;
  min-height: 138px;
  align-items: center;
  gap: 28px;
  border-radius: 90px;
  border: 5px solid #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.56) 0%,
    rgba(255, 230, 190, 0.56) 100%
  );
  backdrop-filter: blur(45.400001525878906px);
  padding: 12px 44px 12px 18px;
}

#triet-long-landing-wrapper .tl-why-choose__card--image-left {
  grid-template-columns: 48% 1fr;
}

#triet-long-landing-wrapper .tl-why-choose__card--image-right {
  grid-template-columns: 1fr 48%;
  padding: 12px 18px 12px 44px;
}

#triet-long-landing-wrapper
  .tl-why-choose__card--image-right
  .tl-why-choose__image {
  order: 2;
}

#triet-long-landing-wrapper
  .tl-why-choose__card--image-right
  .tl-why-choose__content {
  order: 1;
}

#triet-long-landing-wrapper .tl-why-choose__image {
  margin: 0;
}

#triet-long-landing-wrapper .tl-why-choose__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#triet-long-landing-wrapper .tl-why-choose__image picture {
  display: block;
  width: 100%;
}

#triet-long-landing-wrapper .tl-why-choose__image picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#triet-long-landing-wrapper .tl-why-choose__content {
  color: #7f6337;
  text-align: center;
}

#triet-long-landing-wrapper .tl-why-choose__card-title {
  margin: 0 0 8px;
  color: #bf934e;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

#triet-long-landing-wrapper .tl-why-choose__card-desc {
  margin: 0;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 23px;
  line-height: 1.38;
}

#triet-long-landing-wrapper .tl-why-choose__certs {
  width: 100vw;
  margin-top: 42px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

#triet-long-landing-wrapper .tl-why-choose__certs-track {
  display: flex;
  width: max-content;
  animation: tl-why-choose-certs-marquee 32s linear infinite;
  will-change: transform;
}

#triet-long-landing-wrapper .tl-why-choose__certs-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 42px;
  padding-right: 42px;
}

#triet-long-landing-wrapper .tl-why-choose__cert-link {
  display: block;
  flex: 0 0 auto;
  width: 250px;
  text-decoration: none;
}

#triet-long-landing-wrapper .tl-why-choose__cert-img {
  display: block;
  width: 100%;
  height: auto;
}

#triet-long-landing-wrapper .tl-customer-rating {
  position: relative;
  overflow: hidden;
  padding: 62px 0 76px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-customer-rating__container {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-customer-rating__header {
  position: relative;
  z-index: 2;
  text-align: center;
}

#triet-long-landing-wrapper .tl-section-title--customer-rating {
  align-items: center;
  text-align: center;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-rating
  .tl-section-title__row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-rating
  .tl-section-title__sub {
  font-size: 121px;
  line-height: 0.86;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-rating
  .tl-section-title__pill {
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-rating
  .tl-section-title__main {
  margin-top: 16px;
  font-size: 70px;
}

#triet-long-landing-wrapper .tl-customer-rating__decor--badge {
  position: absolute;
  right: 17%;
  top: 70%;
  z-index: 3;
  display: block;
  width: 78px;
  height: auto;
  pointer-events: none;
  user-select: none;
}

#triet-long-landing-wrapper .tl-customer-rating__grid {
  display: grid;
  max-width: inherit;
  margin: 34px auto 0;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  align-items: start;
}

#triet-long-landing-wrapper .tl-customer-rating__card {
  border-radius: 18px;
}

#triet-long-landing-wrapper .tl-customer-rating__card:nth-child(1),
#triet-long-landing-wrapper .tl-customer-rating__card:nth-child(2),
#triet-long-landing-wrapper .tl-customer-rating__card:nth-child(3) {
  grid-column: span 2;
}

#triet-long-landing-wrapper .tl-customer-rating__card:nth-child(4) {
  grid-column: 2 / span 2;
}

#triet-long-landing-wrapper .tl-customer-rating__card:nth-child(5) {
  grid-column: 4 / span 2;
}

#triet-long-landing-wrapper .tl-customer-rating__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

#triet-long-landing-wrapper .tl-customer-rating__scroll-hint {
  display: none;
}

#triet-long-landing-wrapper .tl-doctors-team {
  position: relative;
  overflow: hidden;
  padding: 19px 0 52px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-doctors-team__container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-doctors-team__header {
  position: relative;
  z-index: 3;
  text-align: center;
}

#triet-long-landing-wrapper .tl-section-title--doctors-team {
  align-items: center;
  text-align: center;
}

#triet-long-landing-wrapper
  .tl-section-title--doctors-team
  .tl-section-title__row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}

#triet-long-landing-wrapper
  .tl-section-title--doctors-team
  .tl-section-title__sub {
  font-size: 121px;
  line-height: 0.86;
}

#triet-long-landing-wrapper
  .tl-section-title--doctors-team
  .tl-section-title__pill {
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  position: relative;
  right: 20px;
}

#triet-long-landing-wrapper
  .tl-section-title--doctors-team
  .tl-section-title__main {
  margin-top: 17px;
  font-size: 70px;
}

#triet-long-landing-wrapper .tl-doctors-team__visual {
  width: 100vw;
  margin-top: 22px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

#triet-long-landing-wrapper .tl-doctors-team__image {
  display: block;
  width: 100%;
  height: auto;
}

#triet-long-landing-wrapper .tl-doctors-team__image--desktop {
  display: block;
}

#triet-long-landing-wrapper .tl-doctors-team__image--mobile {
  display: none;
}

#triet-long-landing-wrapper .tl-doctors-team__content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: -74px auto 0;
  text-align: center;
}

#triet-long-landing-wrapper .tl-doctors-team__desc {
  margin: 0 auto;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 19px;
  line-height: 1.5;
}

#triet-long-landing-wrapper .tl-doctors-team__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

#triet-long-landing-wrapper .tl-doctors-team__cta {
  min-height: 44px;
  padding: 12px 28px 10px;
  font-size: 20px;
}

#triet-long-landing-wrapper .tl-process {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 70px 0 78px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-process__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

#triet-long-landing-wrapper .tl-process__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#triet-long-landing-wrapper .tl-process__bg-img--desktop {
  display: block;
}

#triet-long-landing-wrapper .tl-process__bg-img--mobile {
  display: none;
}

#triet-long-landing-wrapper .tl-process__container {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1920px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-process__content {
  width: min(100%, 1095px);
  margin-left: auto;
  padding-top: 10px;
}

#triet-long-landing-wrapper .tl-section-title--process {
  align-items: center;
  text-align: center;
}

#triet-long-landing-wrapper .tl-section-title--process .tl-section-title__sub {
  font-size: 121px;
  line-height: 0.82;
}

#triet-long-landing-wrapper .tl-section-title--process .tl-section-title__row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
}

#triet-long-landing-wrapper .tl-section-title--process .tl-section-title__pill {
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  margin-top: 46px;
}

#triet-long-landing-wrapper .tl-section-title--process .tl-section-title__main {
  font-size: 70px;
}

#triet-long-landing-wrapper .tl-process__card {
  margin-top: 28px;
  border-radius: 42px;
  border: 5px solid #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.56) 0%,
    rgba(255, 230, 190, 0.56) 100%
  );
  backdrop-filter: blur(45.400001525878906px);
  padding: 34px 42px;
  position: relative;
  right: -150px;
}

#triet-long-landing-wrapper .tl-process__steps {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0 0 0 34px;
  flex-direction: column;
  gap: 26px;
  list-style: none;
}

#triet-long-landing-wrapper .tl-process__steps::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 9px;
  width: 2px;
  background: #bf934e;
}

#triet-long-landing-wrapper .tl-process__step {
  position: relative;
  display: flex;
  align-items: flex-start;
}

#triet-long-landing-wrapper .tl-process__step-marker {
  position: absolute;
  top: 7px;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bf934e;
}

#triet-long-landing-wrapper .tl-process__step-title {
  margin: 0 0 4px;
  color: #bf934e;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.05;
}

#triet-long-landing-wrapper .tl-process__step-desc {
  margin: 0;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

#triet-long-landing-wrapper .tl-private-space {
  position: relative;
  overflow: hidden;
  padding: 62px 0 72px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-private-space__container {
  width: min(100% - 32px, 1440px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-section-title--private-space {
  align-items: center;
  text-align: center;
}

#triet-long-landing-wrapper
  .tl-section-title--private-space
  .tl-section-title__row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
}

#triet-long-landing-wrapper
  .tl-section-title--private-space
  .tl-section-title__pill {
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
}

#triet-long-landing-wrapper
  .tl-section-title--private-space
  .tl-section-title__sub {
  font-size: 121px;
  line-height: 0.82;
  margin-left: 34px;
}

#triet-long-landing-wrapper
  .tl-section-title--private-space
  .tl-section-title__main {
  margin-top: 11px;
  font-size: 70px;
}

#triet-long-landing-wrapper .tl-private-space__gallery {
  position: relative;
  width: min(100%, 1407.2px);
  margin: 34px auto 0;
  padding: 48.8px 0 52.8px;
  border-radius: 32px;
  border: 0.8px solid var(--Glass-Stroke, #fff);
  background: var(--Glass-Bg, rgba(111, 111, 111, 0.1));
  backdrop-filter: blur(16px);
}

#triet-long-landing-wrapper .tl-private-space__panel {
  display: none;
}

#triet-long-landing-wrapper .tl-private-space__panel.is-active {
  display: block;
}

#triet-long-landing-wrapper .tl-private-space__grid {
  display: grid;
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

#triet-long-landing-wrapper .tl-private-space__item {
  margin: 0;
}

#triet-long-landing-wrapper .tl-private-space__link {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
}

#triet-long-landing-wrapper .tl-private-space__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.35s ease;
}

#triet-long-landing-wrapper
  .tl-private-space__link:hover
  .tl-private-space__image {
  transform: scale(1.025);
}

#triet-long-landing-wrapper .tl-private-space__tabs {
  position: absolute;
  left: 50%;
  bottom: -18px;
  display: inline-flex;
  align-items: center;
  gap: 6.4px;
  padding: 4px 6px;
  border-radius: 999px;
  border: 0.8px solid var(--Glass-Stroke, #fff);
  background: var(--Glass-Bg, rgba(111, 111, 111, 0.1));
  transform: translateX(-50%);
  backdrop-filter: blur(9px);
}

#triet-long-landing-wrapper .tl-private-space__tab {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6.4px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.46);
  color: #7f6337;
  cursor: pointer;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

#triet-long-landing-wrapper .tl-private-space__tab.is-active {
  display: flex;
  padding: 8px 13px;
  justify-content: center;
  align-items: center;
  gap: 10.4px;
  border-radius: 16px;
  background: #bf934e;
  color: #fff;
}

#triet-long-landing-wrapper .tl-press {
  position: relative;
  overflow: hidden;
  padding: 11px 0 96px;
  background: #f5f5f5;
}

#triet-long-landing-wrapper .tl-press__container {
  width: min(100% - 32px, 1220px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-press__header {
  margin-bottom: 47px;
  text-align: center;
}

#triet-long-landing-wrapper .tl-section-title--press {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#triet-long-landing-wrapper .tl-section-title--press .tl-section-title__sub {
  font-size: 121px;
  line-height: 1;
}

#triet-long-landing-wrapper .tl-section-title--press .tl-section-title__pill {
  min-height: 48px;
  margin-top: 0;
  padding: 4px 26px 0;
  position: relative;
  bottom: -13px;
  left: -18px;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
}

#triet-long-landing-wrapper .tl-press__desc {
  max-width: 1050px;
  margin: 52px auto 0;
  color: #7f6337;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
  display: none;
}

#triet-long-landing-wrapper .tl-press__slider {
  position: relative;
  z-index: 2;
  width: min(100%, 1080px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-press__arrows {
  display: none;
}

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

#triet-long-landing-wrapper .tl-press__slide {
  min-width: 0;
}

#triet-long-landing-wrapper .tl-press__card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 614 / 1164;
  border-radius: 19px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#triet-long-landing-wrapper .tl-press__card:hover,
#triet-long-landing-wrapper .tl-press__card:focus-visible {
  transform: translateY(-6px);
}

#triet-long-landing-wrapper .tl-press__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

#triet-long-landing-wrapper .tl-press__slider .splide__pagination {
  display: none;
}

#triet-long-landing-wrapper .tl-source-press img,
#triet-long-landing-wrapper .tl-partners img {
  display: block;
  max-width: 100%;
  height: auto;
}

#triet-long-landing-wrapper .tl-source-press {
  overflow: hidden;
  padding-top: 30px;
  background-color: #f5f5f5;
}

#triet-long-landing-wrapper .tl-source-press__container {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

#triet-long-landing-wrapper .tl-source-press__bottom {
  position: relative;
  padding-bottom: 40px;
}

#triet-long-landing-wrapper .tl-source-press__container--awards {
  position: relative;
  z-index: 10;
}

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

#triet-long-landing-wrapper .tl-source-press__awards {
  display: flex;
  justify-content: center;
}

#triet-long-landing-wrapper .tl-source-press__awards-track {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#triet-long-landing-wrapper .tl-source-press__awards-group {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#triet-long-landing-wrapper .tl-source-press__award-item {
  padding: 0 15px;
}

#triet-long-landing-wrapper .tl-source-press__award-img {
  width: auto;
  max-height: 400px;
  height: auto;
  object-fit: contain;
}

#triet-long-landing-wrapper .tl-source-press__desktop-only {
  display: block;
}

#triet-long-landing-wrapper .tl-source-press__mobile-only {
  display: none !important;
}

#triet-long-landing-wrapper .tl-partners {
  overflow: hidden;
  padding-block: 10px;
  background-color: #f5f5f5;
}

#triet-long-landing-wrapper .tl-partners__container {
  width: 100%;
  padding-inline: 16px;
}

#triet-long-landing-wrapper .tl-partners__header {
  text-align: center;
}

#triet-long-landing-wrapper .tl-partners__title {
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: center;
}

#triet-long-landing-wrapper .tl-partners__title-top {
  color: #b69655;
  font-family: var(--tl-script-font, "UVN SangSong", serif);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.8;
}

#triet-long-landing-wrapper .tl-partners__title-bottom {
  background: linear-gradient(360deg, #b69655 0%, #e3c871 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 80px;
  font-weight: 400;
  -webkit-text-fill-color: transparent;
}

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

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

#triet-long-landing-wrapper .tl-partners__marquee-item {
  display: flex;
  width: 180px;
  height: 80px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

#triet-long-landing-wrapper .tl-partners__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.6;
  transition: all 0.3s ease;
}

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

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

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

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

@keyframes tl-why-choose-certs-marquee {
  from {
    transform: translateX(0);
  }

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

@media screen and (max-width: 768px) {
  #triet-long-landing-wrapper .tl-hero {
    padding: 0 0 9px 0;
    margin-bottom: -46px;
  }

  #triet-long-landing-wrapper .tl-hero__banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 55px;
  }

  #triet-long-landing-wrapper .tl-hero__banner-img {
    width: 100%;
    height: auto;
  }

  #triet-long-landing-wrapper .tl-hero__deal {
    width: min(100% - 48px, 363px);
    margin-top: 22px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-card {
    display: flex;
    min-height: 528px;
    flex-direction: column;
    align-items: center;
    padding: 28px 24px 96px;
    border-radius: 24px;
    border: 1px solid #fff;
  }

  #triet-long-landing-wrapper .tl-hero__deal-ribbon {
    top: -14px;
    width: 150px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-price {
    width: min(100%, 270px);
  }

  #triet-long-landing-wrapper .tl-hero__deal-divider {
    display: none;
  }

  #triet-long-landing-wrapper .tl-hero__deal-form {
    width: min(100%, 270px);
    margin-top: 12px;
  }

  #triet-long-landing-wrapper .tl-hero__countdown {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
    gap: 6px;
  }

  #triet-long-landing-wrapper .tl-hero__countdown-label {
    font-size: 12px;
  }

  #triet-long-landing-wrapper .tl-hero__countdown-unit {
    min-width: 29px;
    min-height: 22px;
    border-radius: 8px;
    font-size: 16px;
  }

  #triet-long-landing-wrapper .tl-hero .deal-form-fields {
    gap: 18px;
  }

  #triet-long-landing-wrapper .tl-hero input[type="text"],
  #triet-long-landing-wrapper .tl-hero input[type="tel"],
  #triet-long-landing-wrapper .tl-hero input[type="email"],
  #triet-long-landing-wrapper .tl-hero select,
  #triet-long-landing-wrapper .tl-hero textarea {
    min-height: 29px;
    padding: 8px 14px;
    font-size: 11px;
    border-radius: 999px;
  }

  #triet-long-landing-wrapper .tl-hero .wpcf7-submit {
    bottom: 34px;
    min-width: 242px;
    min-height: 48px;
    padding: 12px 28px 10px;
    font-size: 18px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-gift--left {
    left: -20px;
    bottom: 18px;
    width: 58px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-gift--right {
    right: -12px;
    top: -22px;
    width: 54px;
  }

  #triet-long-landing-wrapper .tl-hero__countdown-unit {
    min-width: 29px;
    min-height: 22px;
    border-radius: 8px;
    font-size: 16px;
  }

  #triet-long-landing-wrapper .tl-hero .wpcf7 form {
    gap: 7px;
  }

  #triet-long-landing-wrapper .tl-hero input[type="text"],
  #triet-long-landing-wrapper .tl-hero input[type="tel"],
  #triet-long-landing-wrapper .tl-hero input[type="email"],
  #triet-long-landing-wrapper .tl-hero select,
  #triet-long-landing-wrapper .tl-hero textarea {
    min-height: 28px;
    padding: 7px 14px;
    font-size: 11px;
  }

  #triet-long-landing-wrapper .tl-hero .wpcf7-submit {
    min-height: 40px;
    margin-top: 8px;
    padding: 10px 28px 8px;
    font-size: 17px;
  }

  #triet-long-landing-wrapper .tl-diode-tech {
    padding: 5px 0 44px;
  }

  #triet-long-landing-wrapper .tl-diode-tech__container {
    display: flex;
    width: min(100% - 24px, 430px);
    flex-direction: column;
    gap: 24px;
  }

  #triet-long-landing-wrapper .tl-diode-tech__content {
    display: contents;
  }

  #triet-long-landing-wrapper .tl-diode-tech__title {
    order: 1;
    width: 100%;
  }

  #triet-long-landing-wrapper .tl-section-title {
    align-items: center;
  }

  #triet-long-landing-wrapper .tl-section-title__sub {
    font-size: 77px;
  }

  #triet-long-landing-wrapper .tl-section-title__main {
    font-size: 44px;
    position: relative;
    left: 23px;
    margin-top: 6px;
  }

  #triet-long-landing-wrapper .tl-section-title__pill {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 38px;
    margin-top: 10px;
  }

  #triet-long-landing-wrapper .tl-diode-tech__visual {
    order: 2;
    width: 100%;
    min-height: 360px;
  }

  #triet-long-landing-wrapper .tl-diode-tech__visual {
    order: 2;
    width: 100%;
    min-height: auto;
  }

  #triet-long-landing-wrapper .tl-diode-tech__visual-img {
    width: min(100%, 390px);
    margin-inline: auto;
  }

  #triet-long-landing-wrapper .tl-diode-tech__cards {
    display: contents;
  }

  #triet-long-landing-wrapper .tl-diode-tech__card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 28px 22px 24px;
    text-align: left;
  }

  #triet-long-landing-wrapper .tl-diode-tech__card:nth-child(1) {
    order: 3;
  }

  #triet-long-landing-wrapper .tl-diode-tech__skin {
    order: 4;
    width: min(100%, 340px);
    margin: 0 auto;
  }

  #triet-long-landing-wrapper .tl-diode-tech__card:nth-child(2) {
    order: 5;
  }

  #triet-long-landing-wrapper .tl-diode-tech__card-icon {
    width: 80px;
    height: 80px;
    margin-top: -68px;
  }

  #triet-long-landing-wrapper .tl-diode-tech__card-text {
    font-size: 19px;
    line-height: 1.5;
  }

  #triet-long-landing-wrapper .tl-diode-tech__glow {
    filter: blur(54px);
    opacity: 0.42;
  }

  #triet-long-landing-wrapper .tl-diode-benefits {
    padding: 34px 0 46px;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__container {
    width: min(100% - 24px, 430px);
  }

  #triet-long-landing-wrapper .tl-diode-benefits__header {
    text-align: center;
  }

  #triet-long-landing-wrapper
    .tl-section-title--diode-benefits
    .tl-section-title__pill {
    font-size: 38px;
    font-family: var(--tl-heading-font, "SVN-Famous", serif);
  }

  #triet-long-landing-wrapper
    .tl-section-title--diode-benefits
    .tl-section-title__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 45px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--diode-benefits
    .tl-section-title__sub {
    font-size: 66px;
    line-height: 0.85;
    margin-top: -1px;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__body {
    display: flex;
    min-height: 0;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__visual {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: min(100%, 340px);
    transform: none;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__visual::before {
    width: 310px;
    height: 310px;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__decor {
    width: 76px;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__decor--one {
    left: -6px;
    bottom: 42px;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__decor--two {
    right: -12px;
    top: 78px;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__list {
    position: relative;
    order: 2;
    display: flex;
    width: 100%;
    margin-top: 22px;
    padding-left: 22px;
    flex-direction: column;
    gap: 14px;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__mobile-line {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 7px;
    display: block;
    width: 1px;
    background: rgba(191, 147, 78, 0.42);
  }

  #triet-long-landing-wrapper .tl-diode-benefits__item {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 74px;
    padding: 12px 16px 11px;
    border-radius: 0;
    background: linear-gradient(
      90deg,
      rgba(182, 150, 85, 0.25),
      rgba(255, 255, 255, 0.55)
    );
    text-align: left;
    transform: none;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__item::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -19px;
    width: 9px;
    height: 9px;
    border: 1px solid #b69655;
    border-radius: 50%;
    background: #f5f5f5;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__item-title {
    margin-bottom: 4px;
    font-size: 27px;
    background: linear-gradient(
      90deg,
      #bf934e 52.4%,
      rgba(191, 147, 78, 0) 100%
    );
    color: #fff;
    text-align: left;
    padding: 0.2rem 0.2rem;
  }

  #triet-long-landing-wrapper .tl-diode-benefits__item-desc {
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
  }

  #triet-long-landing-wrapper .tl-customer-results {
    padding: 34px 0 17px;
  }

  #triet-long-landing-wrapper .tl-customer-results__container {
    width: min(100% - 24px, 430px);
  }

  #triet-long-landing-wrapper .tl-section-title--customer-results {
    align-items: center;
    text-align: center;
  }

  #triet-long-landing-wrapper .tl-customer-results__tabs {
    gap: 10px 12px;
    margin-top: 18px;
  }

  #triet-long-landing-wrapper .tl-customer-results__tab {
    font-size: 18px;
    padding: 12px 18px 10px;
    width: auto;
    height: auto;
  }

  #triet-long-landing-wrapper .tl-customer-results__tab.is-active {
    font-size: 18px;
  }

  #triet-long-landing-wrapper .tl-customer-results__outer-card {
    margin-top: 18px;
    padding: 14px 14px 16px;
    border-radius: 32px;
    margin-top: 18px;
    padding: 14px 14px 16px;
    border-radius: 32px;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  #triet-long-landing-wrapper .tl-customer-results__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #bf934e rgba(191, 147, 78, 0.14);
    scrollbar-width: thin;
  }

  #triet-long-landing-wrapper .tl-customer-results__track::-webkit-scrollbar {
    height: 8px;
  }

  #triet-long-landing-wrapper
    .tl-customer-results__track::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(191, 147, 78, 0.14);
  }

  #triet-long-landing-wrapper
    .tl-customer-results__track::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #bf934e;
  }

  #triet-long-landing-wrapper .tl-customer-results__item {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }

  #triet-long-landing-wrapper .tl-customer-results__content-card {
    border-radius: 30px;
    padding: 14px 14px 16px;
  }

  #triet-long-landing-wrapper .tl-customer-results__customer-name {
    font-size: 29px;
  }

  #triet-long-landing-wrapper .tl-customer-results__meta-pill {
    font-size: 17px;
    padding: 6px 12px 5px;
  }

  #triet-long-landing-wrapper .tl-customer-results__meta-text {
    font-size: 17px;
    line-height: 1.42;
  }

  #triet-long-landing-wrapper .tl-customer-results-media {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 34px 0 42px;
    background: #f5f5f5;
    flex-direction: column;
  }

  #triet-long-landing-wrapper .tl-customer-results-media__strip {
    display: grid;
    overflow: visible;
    width: min(100% - 24px, 430px);
    margin-inline: auto;
    gap: 16px;
    padding: 0;
    cursor: default;
    scroll-snap-type: none;
  }

  #triet-long-landing-wrapper .tl-customer-results-media__card {
    width: 100%;
    flex: initial;
    aspect-ratio: 9 / 16;
    border-radius: 20px;
  }

  #triet-long-landing-wrapper
    .tl-customer-results-media:not(.is-expanded)
    .tl-customer-results-media__card:nth-child(n + 3) {
    display: none;
  }

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

  #triet-long-landing-wrapper
    .tl-customer-results-media.is-expanded
    .tl-customer-results-media__toggle-more {
    display: none;
  }

  #triet-long-landing-wrapper
    .tl-customer-results-media:not(.is-expanded)
    .tl-customer-results-media__toggle-less {
    display: none;
  }

  #triet-long-landing-wrapper .tl-price-table {
    padding: 40px 0 54px;
  }

  #triet-long-landing-wrapper .tl-price-table__container {
    width: min(100% - 24px, 430px);
  }

  #triet-long-landing-wrapper .tl-price-table__card {
    width: 100%;
    padding: 28px 14px 26px;
    border-radius: 32px;
  }

  #triet-long-landing-wrapper .tl-price-table__card-bg {
    height: 44%;
    opacity: 0.38;
  }

  #triet-long-landing-wrapper .tl-section-title--price-table {
    align-items: center;
    text-align: center;
  }

  #triet-long-landing-wrapper
    .tl-section-title--price-table
    .tl-section-title__sub {
    font-size: 79px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--price-table
    .tl-section-title__pill {
    font-size: 34px;
    font-family: var(--tl-heading-font, "SVN-Famous", serif);
    margin-top: 33px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--price-table
    .tl-section-title__main {
    font-size: 47px;
  }

  #triet-long-landing-wrapper .tl-price-table__desktop {
    display: none;
  }

  #triet-long-landing-wrapper .tl-price-table__mobile-tabs {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 22px;
  }

  #triet-long-landing-wrapper .tl-price-table__mobile-tab {
    min-height: 44px;
    padding: 8px 8px 7px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 12px 0 #fff inset, 0 6px 14.7px 0 rgba(173, 140, 87, 0.18);
    color: #7f6337;
    cursor: pointer;
    font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
  }

  #triet-long-landing-wrapper .tl-price-table__mobile-tab.is-active {
    background: #bf934e;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
  }

  #triet-long-landing-wrapper .tl-price-table__mobile {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 12px;
  }

  #triet-long-landing-wrapper .tl-price-table__mobile-panel {
    display: none;
  }

  #triet-long-landing-wrapper .tl-price-table__mobile-panel.is-active {
    display: block;
  }

  #triet-long-landing-wrapper .tl-price-table__mobile .tl-price-table__table {
    border-radius: 18px;
  }

  #triet-long-landing-wrapper
    .tl-price-table__mobile
    .tl-price-table__table
    th {
    padding: 13px 12px 11px;
    font-size: 13px;
  }

  #triet-long-landing-wrapper
    .tl-price-table__mobile
    .tl-price-table__table
    td {
    padding: 10px 12px;
    font-size: 16px;
  }

  #triet-long-landing-wrapper .tl-price-table__cta-wrap {
    margin-top: -18px;
  }

  #triet-long-landing-wrapper .tl-price-table__cta {
    min-height: 42px;
    padding: 10px 24px 8px;
    font-size: 20px;
  }

  #triet-long-landing-wrapper .tl-price-table__glow {
    filter: blur(54px);
    opacity: 0.42;
  }

  #triet-long-landing-wrapper .tl-price-table__glow--one {
    left: -130px;
    bottom: 6%;
    width: 250px;
    height: 250px;
  }

  #triet-long-landing-wrapper .tl-price-table__glow--two {
    right: -80px;
    top: 4%;
    width: 190px;
    height: 190px;
  }

  #triet-long-landing-wrapper .tl-price-table__decor--one {
    left: -80px;
    bottom: 20px;
    width: 190px;
  }

  #triet-long-landing-wrapper .tl-price-table__decor--two {
    right: -58px;
    top: 22px;
    width: 130px;
  }

  #triet-long-landing-wrapper .tl-why-choose {
    padding: 12px 0 42px;
  }

  #triet-long-landing-wrapper .tl-why-choose__container {
    width: min(100% - 24px, 430px);
  }

  #triet-long-landing-wrapper
    .tl-section-title--why-choose
    .tl-section-title__sub {
    font-size: 89px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--why-choose
    .tl-section-title__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--why-choose
    .tl-section-title__pill {
    font-size: 38px;
    margin-top: 23px;
    font-family: var(--tl-heading-font, "SVN-Famous", serif);
  }

  #triet-long-landing-wrapper
    .tl-section-title--why-choose
    .tl-section-title__main {
    font-size: 45px;
  }

  #triet-long-landing-wrapper .tl-why-choose__list {
    margin-top: 24px;
    gap: 12px;
  }

  #triet-long-landing-wrapper .tl-why-choose__card,
  #triet-long-landing-wrapper .tl-why-choose__card--image-left,
  #triet-long-landing-wrapper .tl-why-choose__card--image-right {
    display: grid;
    min-height: 118px;
    grid-template-columns: 38% 1fr;
    gap: 12px;
    border-radius: 28px;
    border-width: 3px;
    padding: 8px 12px 8px 8px;
  }

  #triet-long-landing-wrapper
    .tl-why-choose__card--image-right
    .tl-why-choose__image,
  #triet-long-landing-wrapper
    .tl-why-choose__card--image-right
    .tl-why-choose__content {
    order: initial;
  }
  #triet-long-landing-wrapper .tl-why-choose__image picture,
  #triet-long-landing-wrapper .tl-why-choose__image img {
    width: 100%;
  }
  #triet-long-landing-wrapper .tl-why-choose__content {
    text-align: left;
  }

  #triet-long-landing-wrapper .tl-why-choose__card-title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1.08;
  }

  #triet-long-landing-wrapper .tl-why-choose__card-desc {
    font-size: 16px;
    line-height: 1.35;
  }

  #triet-long-landing-wrapper .tl-why-choose__certs {
    margin-top: 28px;
  }

  #triet-long-landing-wrapper .tl-why-choose__certs-track {
    animation-duration: 24s;
  }

  #triet-long-landing-wrapper .tl-why-choose__certs-group {
    gap: 20px;
    padding-right: 20px;
  }

  #triet-long-landing-wrapper .tl-why-choose__cert-link {
    width: 210px;
  }

  #triet-long-landing-wrapper .tl-customer-rating {
    padding: 38px 0 50px;
  }

  #triet-long-landing-wrapper .tl-customer-rating__container {
    width: min(100% - 24px, 430px);
  }

  #triet-long-landing-wrapper .tl-section-title--customer-rating {
    align-items: center;
    text-align: center;
  }

  #triet-long-landing-wrapper
    .tl-section-title--customer-rating
    .tl-section-title__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--customer-rating
    .tl-section-title__sub {
    font-size: 49px;
    line-height: 0.86;
  }

  #triet-long-landing-wrapper
    .tl-section-title--customer-rating
    .tl-section-title__pill {
    font-size: 30px;
    font-family: var(--tl-heading-font, "SVN-Famous", serif);
    margin-top: 12px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--customer-rating
    .tl-section-title__main {
    font-size: 43px;
    line-height: 1.05;
    position: relative;
    left: 3px;
  }

  #triet-long-landing-wrapper .tl-customer-rating__decor--badge {
    right: 3%;
    top: 52%;
    width: 54px;
  }

  #triet-long-landing-wrapper .tl-customer-rating__grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: none;
    margin-top: 26px;
    gap: 14px;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #bf934e rgba(191, 147, 78, 0.14);
  }

  #triet-long-landing-wrapper .tl-customer-rating__grid::-webkit-scrollbar {
    height: 7px;
  }

  #triet-long-landing-wrapper
    .tl-customer-rating__grid::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(191, 147, 78, 0.14);
  }

  #triet-long-landing-wrapper
    .tl-customer-rating__grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #bf934e;
  }

  #triet-long-landing-wrapper .tl-customer-rating__card {
    flex: 0 0 82%;
    min-width: 82%;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  #triet-long-landing-wrapper .tl-doctors-team {
    padding: 3px 0 16px;
  }

  #triet-long-landing-wrapper .tl-doctors-team__container {
    width: min(100% - 24px, 430px);
  }

  #triet-long-landing-wrapper .tl-section-title--doctors-team {
    align-items: center;
    text-align: center;
  }

  #triet-long-landing-wrapper
    .tl-section-title--doctors-team
    .tl-section-title__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--doctors-team
    .tl-section-title__sub {
    font-size: 83px;
    line-height: 0.86;
  }

  #triet-long-landing-wrapper
    .tl-section-title--doctors-team
    .tl-section-title__pill {
    font-size: 31px;
    font-family: var(--tl-heading-font, "SVN-Famous", serif);
    margin-top: 26px;
    position: relative;
    right: -6px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--doctors-team
    .tl-section-title__main {
    font-size: 45px;
    line-height: 1.05;
    position: relative;
    left: 4px;
  }

  #triet-long-landing-wrapper .tl-doctors-team__visual {
    width: 100vw;
    margin-top: 18px;
    margin-left: calc(50% - 50vw);
  }

  #triet-long-landing-wrapper .tl-doctors-team__image--desktop {
    display: none;
  }

  #triet-long-landing-wrapper .tl-doctors-team__image--mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  #triet-long-landing-wrapper .tl-doctors-team__content {
    max-width: none;
    margin: -20px auto 0;
  }

  #triet-long-landing-wrapper .tl-doctors-team__desc {
    font-size: 17px;
    line-height: 1.45;
    text-align: justify;
    padding: 0 0.4rem;
  }

  #triet-long-landing-wrapper .tl-doctors-team__cta-wrap {
    margin-top: 16px;
  }

  #triet-long-landing-wrapper .tl-doctors-team__cta {
    min-height: 40px;
    padding: 10px 24px 8px;
    font-size: 18px;
  }

  #triet-long-landing-wrapper .tl-process {
    display: flex;
    min-height: 0;
    padding: 38px 0 48px;
    flex-direction: column;
  }

  #triet-long-landing-wrapper .tl-process__bg {
    position: relative;
    inset: auto;
    z-index: 1;
    order: 2;
    width: 100%;
    margin-top: 18px;
  }

  #triet-long-landing-wrapper .tl-process__bg-img--desktop {
    display: none;
  }

  #triet-long-landing-wrapper .tl-process__bg-img--mobile {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  #triet-long-landing-wrapper .tl-process__container,
  #triet-long-landing-wrapper .tl-process__content {
    display: contents;
  }

  #triet-long-landing-wrapper .tl-process__header {
    order: 1;
    width: min(100% - 24px, 430px);
    margin-inline: auto;
    margin-left: 34px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--process
    .tl-section-title__sub {
    font-size: 89px;
    line-height: 0.86;
  }

  #triet-long-landing-wrapper
    .tl-section-title--process
    .tl-section-title__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--process
    .tl-section-title__pill {
    font-size: 30px;
    margin-top: 34px;
    position: relative;
    right: 15px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--process
    .tl-section-title__main {
    font-size: 45px;
    line-height: 1.05;
    position: relative;
    left: -19px;
  }

  #triet-long-landing-wrapper .tl-process__card {
    order: 3;
    width: min(100% - 24px, 430px);
    margin: 24px auto 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
  }

  #triet-long-landing-wrapper .tl-process__steps {
    gap: 24px;
    padding-left: 30px;
    position: relative;
    left: -133px;
  }

  #triet-long-landing-wrapper .tl-process__steps::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 2px;
  }

  #triet-long-landing-wrapper .tl-process__step-marker {
    top: 6px;
    left: -29px;
    width: 15px;
    height: 15px;
  }

  #triet-long-landing-wrapper .tl-process__step-title {
    font-size: 38px;
  }

  #triet-long-landing-wrapper .tl-process__step-desc {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
  }

  #triet-long-landing-wrapper .tl-private-space {
    padding: 10px 0 46px;
  }

  #triet-long-landing-wrapper .tl-private-space__container {
    width: min(100% - 24px, 430px);
  }

  #triet-long-landing-wrapper
    .tl-section-title--private-space
    .tl-section-title__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--private-space
    .tl-section-title__pill {
    font-size: 38px;
    font-family: var(--tl-heading-font, "SVN-Famous", serif);
  }

  #triet-long-landing-wrapper
    .tl-section-title--private-space
    .tl-section-title__sub {
    font-size: 80px;
    line-height: 0.86;
  }

  #triet-long-landing-wrapper
    .tl-section-title--private-space
    .tl-section-title__main {
    font-size: 39px;
    line-height: 1.05;
    margin-top: 26px;
    left: 8px;
  }

  #triet-long-landing-wrapper .tl-private-space__gallery {
    width: 100%;
    margin-top: 26px;
    padding: 14px 12px 32px;
    border-radius: 16px;
  }

  #triet-long-landing-wrapper .tl-private-space__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  #triet-long-landing-wrapper .tl-private-space__link {
    border-radius: 8px;
  }

  #triet-long-landing-wrapper .tl-private-space__tabs {
    bottom: -13px;
    gap: 4px;
    padding: 3px 5px;
  }

  #triet-long-landing-wrapper .tl-private-space__tab {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
  }

  #triet-long-landing-wrapper .tl-private-space__tab.is-active {
    padding: 6px 12px;
    border-radius: 999px;
  }

  #triet-long-landing-wrapper .tl-press {
    padding: 4px 0 106px;
  }

  #triet-long-landing-wrapper .tl-press__container {
    width: min(100% - 24px, 390px);
  }

  #triet-long-landing-wrapper .tl-press__header {
    margin-bottom: 24px;
  }

  #triet-long-landing-wrapper .tl-section-title--press .tl-section-title__sub {
    font-size: 89px;
    line-height: 1;
  }

  #triet-long-landing-wrapper .tl-section-title--press .tl-section-title__pill {
    left: 3px;
    bottom: 0;
    margin-top: 12px;
    font-size: 38px;
    font-family: var(--tl-heading-font, "SVN-Famous", serif);
  }

  #triet-long-landing-wrapper .tl-press__desc {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
  }

  #triet-long-landing-wrapper .tl-press__slider {
    width: min(100%, 282px);
    max-width: 282px;
    margin-inline: auto;
    overflow: visible;
  }

  #triet-long-landing-wrapper .tl-press__slider .splide__track {
    overflow: hidden;
    padding: 10px 0 20px !important;
  }

  #triet-long-landing-wrapper .tl-press__list {
    display: flex;
    gap: 0;
    align-items: center;
  }

  #triet-long-landing-wrapper .tl-press__slide,
  #triet-long-landing-wrapper .tl-press__slide.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  #triet-long-landing-wrapper .tl-press__card,
  #triet-long-landing-wrapper .tl-press__card:hover,
  #triet-long-landing-wrapper .tl-press__card:focus-visible {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 614 / 1164;
    overflow: hidden;
    border-radius: 19px;
    transform: none;
  }

  #triet-long-landing-wrapper .tl-press__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }

  #triet-long-landing-wrapper .tl-press__arrows {
    display: block;
  }

  #triet-long-landing-wrapper .tl-press__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 18px rgba(127, 99, 55, 0.2);
    color: #bf934e;
    cursor: pointer;
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 0.72;
    opacity: 1;
    transform: translateY(-50%);
  }

  #triet-long-landing-wrapper .tl-press__arrow--prev {
    left: -19px;
  }

  #triet-long-landing-wrapper .tl-press__arrow--next {
    right: -19px;
  }

  #triet-long-landing-wrapper .tl-source-press__desktop-only {
    display: none !important;
  }

  #triet-long-landing-wrapper .tl-source-press__mobile-only {
    display: flex !important;
  }

  #triet-long-landing-wrapper .tl-source-press {
    padding-top: 0;
    margin-top: -75px;
  }

  #triet-long-landing-wrapper .tl-source-press__container {
    width: min(100% - 24px, 390px);
  }

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

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

  #triet-long-landing-wrapper .tl-source-press__awards-group {
    display: flex;
    flex: 0 0 auto;
    padding-right: 15px;
    gap: 15px;
  }

  #triet-long-landing-wrapper .tl-source-press__award-img {
    height: 200px;
  }

  #triet-long-landing-wrapper .tl-partners__title-top {
    font-size: 64px;
  }

  #triet-long-landing-wrapper .tl-partners__title-bottom {
    font-size: 44px;
  }

  #triet-long-landing-wrapper .tl-partners__marquee-content {
    gap: 32px;
  }

  #triet-long-landing-wrapper .tl-partners__marquee-item {
    width: 120px;
  }
  #triet-long-landing-wrapper
    .tl-section-title--customer-results
    .tl-section-title__pill {
    font-size: 29px;
    margin-top: 18px;
  }
}

/**** Bá»• sung code ****/
.tl-diode-tech span.tl-section-title__main {
  right: -84px;
  position: relative;
}
@media screen and (min-width: 1439px) {
  #triet-long-landing-wrapper .tl-doctors-team__header {
    position: absolute;
    left: 30%;
  }
  #triet-long-landing-wrapper .tl-doctors-team__content {
    position: absolute;
    bottom: 42px;
    left: 33%;
  }
}
@media screen and (max-width: 768px) {
  .tl-why-choose__header {
    margin-left: 15px;
  }
}

/* FIX: TL Hero Deal Form - Desktop alignment */
#triet-long-landing-wrapper .tl-hero__deal {
  width: min(100% - 32px, 1169px);
  margin: -78px auto 96px;
}

#triet-long-landing-wrapper .tl-hero__deal-card {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 299px;
  grid-template-columns: 405px 18px 405px;
  align-items: center;
  justify-content: center;
  column-gap: 67px;
  padding: 39px 68px 58px;
  border: 1px solid #fff;
  border-radius: 39px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5.85px 13.26px rgba(191, 147, 78, 0.39),
    0 0 17.94px rgba(255, 255, 255, 0.54) inset;
  backdrop-filter: blur(12px);
}

#triet-long-landing-wrapper .tl-hero__deal-price {
  width: min(100%, 392px);
  justify-self: center;
}

#triet-long-landing-wrapper .tl-hero__deal-divider {
  width: 18px;
  height: 174px;
  max-height: none;
  justify-self: center;
  object-fit: contain;
}

#triet-long-landing-wrapper .tl-hero__deal-form {
  width: 405px;
  max-width: 100%;
  justify-self: center;
}

/* FIX: CF7 inner structure */
#triet-long-landing-wrapper .tl-hero .wpcf7,
#triet-long-landing-wrapper .tl-hero .wpcf7 form,
#triet-long-landing-wrapper .tl-hero .wpcf7-form {
  width: 100%;
}

#triet-long-landing-wrapper .tl-hero .wpcf7 form,
#triet-long-landing-wrapper .tl-hero .wpcf7-form {
  position: static !important;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

#triet-long-landing-wrapper .tl-hero .wpcf7 p {
  margin: 0;
}

#triet-long-landing-wrapper .tl-hero .deal-form-fields {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}

#triet-long-landing-wrapper .tl-hero .deal-form-fields p {
  display: contents;
  margin: 0;
}

#triet-long-landing-wrapper .tl-hero .deal-form-fields br {
  display: none;
}

#triet-long-landing-wrapper .tl-hero .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* FIX: CF7 fields size */
#triet-long-landing-wrapper .tl-hero input[type="text"],
#triet-long-landing-wrapper .tl-hero input[type="tel"],
#triet-long-landing-wrapper .tl-hero input[type="email"],
#triet-long-landing-wrapper .tl-hero select,
#triet-long-landing-wrapper .tl-hero textarea {
  display: block;
  width: 100%;
  min-height: 35.95px;
  margin: 0 !important;
  padding: 14px 18px;
  border: 0;
  border-radius: 23.964px;
  background-color: #e4e4e4;
  color: #7f6337;
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  outline: 0;
  box-shadow: none;
}

#triet-long-landing-wrapper .tl-hero input::placeholder,
#triet-long-landing-wrapper .tl-hero textarea::placeholder {
  color: rgba(127, 99, 55, 0.72);
}

/* FIX: Countdown alignment */
#triet-long-landing-wrapper .tl-hero__countdown {
  display: flex;
  width: 405px;
  max-width: 100%;
  margin: 0 0 14px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
}

#triet-long-landing-wrapper .tl-hero__countdown-label {
  color: #bf934e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

#triet-long-landing-wrapper .tl-hero__countdown-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#triet-long-landing-wrapper .tl-hero__countdown-unit {
  display: inline-flex;
  min-width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(180deg, #7f6337 0%, #bf934e 100%);
  color: #fff;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

/* FIX: Submit button should anchor to deal card, not form column */
#triet-long-landing-wrapper .tl-hero .deal-form-submit-wrapper {
  position: absolute;
  left: 50%;
  bottom: -27px;
  z-index: 10;
  display: flex;
  width: auto;
  margin: 0;
  justify-content: center;
  text-align: center;
  transform: translateX(-50%);
}

#triet-long-landing-wrapper .tl-hero .deal-form-submit-wrapper .wpcf7-submit,
#triet-long-landing-wrapper .tl-hero .wpcf7-submit {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  display: inline-flex;
  min-width: 220px;
  min-height: 52px;
  margin: 0 !important;
  padding: 14px 34px 12px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 169.6px;
  background: linear-gradient(90deg, #bf934e 0%, #d8b976 48%, #bf934e 100%);
  background-size: 200% auto;
  box-shadow: 0 4px 4px 0 rgba(191, 147, 78, 0.4),
    0 0 7.571px 0 rgba(255, 255, 255, 0.41) inset;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: var(--tl-body-font, "Geomanist", Arial, sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  transform: none !important;
  transition: background-position 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
  animation: tl-hero-submit-pulse 1.8s ease-in-out infinite;
}

#triet-long-landing-wrapper
  .tl-hero
  .deal-form-submit-wrapper
  .wpcf7-submit:hover,
#triet-long-landing-wrapper
  .tl-hero
  .deal-form-submit-wrapper
  .wpcf7-submit:focus-visible {
  background-position: right center;
  box-shadow: 0 8px 18px rgba(191, 147, 78, 0.42),
    0 0 9px 0 rgba(255, 255, 255, 0.58) inset;
  transform: translateY(-1px) !important;
}

@keyframes tl-hero-submit-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

@media screen and (max-width: 768px) {
  #triet-long-landing-wrapper .tl-hero__deal {
    width: min(100% - 48px, 363px);
    margin: -10px auto 88px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-card {
    display: flex;
    min-height: 483px;
    flex-direction: column;
    align-items: center;
    padding: 18px 10px 99px 12px;
    border-radius: 24px;
    border: 1px solid #fff;
  }

  #triet-long-landing-wrapper .tl-hero__deal-ribbon {
    top: -32px;
    width: 150px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-price {
    width: min(100%, 270px);
    margin-bottom: 10px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-divider {
    display: none;
  }

  #triet-long-landing-wrapper .tl-hero__deal-form {
    width: min(100%, 270px);
    margin-top: 0;
  }

  #triet-long-landing-wrapper .tl-hero__countdown {
    width: 100%;
    margin: 0 0 12px;
    justify-content: center;
    gap: 6px;
  }

  #triet-long-landing-wrapper .tl-hero__countdown-label {
    font-size: 15px;
  }

  #triet-long-landing-wrapper .tl-hero__countdown-unit {
    min-width: 30px;
    min-height: 29px;
    border-radius: 8px;
    font-size: 17px;
  }

  #triet-long-landing-wrapper .tl-hero .deal-form-fields {
    gap: 18px;
  }

  #triet-long-landing-wrapper .tl-hero input[type="text"],
  #triet-long-landing-wrapper .tl-hero input[type="tel"],
  #triet-long-landing-wrapper .tl-hero input[type="email"],
  #triet-long-landing-wrapper .tl-hero select,
  #triet-long-landing-wrapper .tl-hero textarea {
    min-height: 39px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 15px;
  }

  #triet-long-landing-wrapper .tl-hero .deal-form-submit-wrapper {
    bottom: 44px;
  }

  #triet-long-landing-wrapper .tl-hero .deal-form-submit-wrapper .wpcf7-submit,
  #triet-long-landing-wrapper .tl-hero .wpcf7-submit {
    min-width: 242px;
    min-height: 48px;
    padding: 12px 28px 10px;
    font-size: 18px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-gift--left {
    left: -20px;
    bottom: -17px;
    width: 72px;
  }

  #triet-long-landing-wrapper .tl-hero__deal-gift--right {
    right: -13px;
    top: -23px;
    width: 61px;
  }
}
/* FIX: Desktop title layout for price table and customer results */
#triet-long-landing-wrapper .tl-section-title--price-table,
#triet-long-landing-wrapper .tl-section-title--customer-results {
  display: block;
  width: 100%;
  text-align: center;
}

/* Price title: "Bảng giá" + pill cùng hàng, "tại Linh Anh" xuống hàng dưới */
#triet-long-landing-wrapper
  .tl-section-title--price-table
  .tl-section-title__sub {
  display: inline-block;
  font-size: 115px;
  line-height: 0.82;
  vertical-align: baseline;
}

#triet-long-landing-wrapper
  .tl-section-title--price-table
  .tl-section-title__pill {
  display: inline-flex;
  margin: 0 0px 0px 14px;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  line-height: 1.1;
  vertical-align: middle;
  position: relative;
  left: -27px;
}

#triet-long-landing-wrapper
  .tl-section-title--price-table
  .tl-section-title__main {
  display: block;
  margin-top: 10px;
  font-size: 70px;
  line-height: 1.05;
}

/* Customer results title: "Hơn 9000+" một hàng, pill + "tại Linh Anh" cùng hàng dưới */
#triet-long-landing-wrapper
  .tl-section-title--customer-results
  .tl-section-title__sub {
  display: block;
  font-size: 121px;
  line-height: 0.86;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-results
  .tl-section-title__pill {
  display: inline-flex;
  margin: 37px 0 0;
  font-family: var(--tl-heading-font, "SVN-Famous", serif);
  font-size: 49px;
  font-weight: 400;
  line-height: 1.1;
  vertical-align: middle;
}

#triet-long-landing-wrapper
  .tl-section-title--customer-results
  .tl-section-title__main {
  display: inline-block;
  margin: 0 0 0 8px;
  position: relative;
  bottom: -18px;
  line-height: 1.05;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #triet-long-landing-wrapper .tl-section-title--price-table,
  #triet-long-landing-wrapper .tl-section-title--customer-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #triet-long-landing-wrapper
    .tl-section-title--price-table
    .tl-section-title__sub {
    display: block;
    font-size: 79px;
    line-height: 0.86;
  }

  #triet-long-landing-wrapper
    .tl-section-title--price-table
    .tl-section-title__pill {
    display: inline-flex;
    margin: 28px auto 0;
    font-size: 34px;
    transform: none;
  }

  #triet-long-landing-wrapper
    .tl-section-title--price-table
    .tl-section-title__main {
    display: block;
    margin-top: 4px;
    font-size: 47px;
    line-height: 1.05;
  }

  #triet-long-landing-wrapper
    .tl-section-title--customer-results
    .tl-section-title__sub {
    display: block;
    font-size: 69px;
    line-height: 0.86;
  }

  #triet-long-landing-wrapper
    .tl-section-title--customer-results
    .tl-section-title__pill {
    display: inline-flex;
    margin: 8px auto 0;
    font-size: 34px;
    transform: none;
    margin-top: 19px;
  }

  #triet-long-landing-wrapper
    .tl-section-title--customer-results
    .tl-section-title__main {
    display: block;
    margin: -3px auto 0;
    font-size: 45px;
    line-height: 1.05;
  }
}
@media screen and (max-width: 768px) {
  #triet-long-landing-wrapper .tl-customer-results__tabs {
    display: grid;
    width: min(100%, 360px);
    margin: 18px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    justify-content: initial;
  }

  #triet-long-landing-wrapper .tl-customer-results__tab,
  #triet-long-landing-wrapper .tl-customer-results__tab.is-active {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 8px 8px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
}
#triet-long-landing-wrapper .tl-customer-rating__link {
  display: block;
  width: 100%;
  cursor: zoom-in;
  text-decoration: none;
}

#triet-long-landing-wrapper .tl-customer-rating__link:focus-visible {
  outline: 2px solid #BF934E;
  outline-offset: 6px;
  border-radius: 24px;
}

#triet-long-landing-wrapper .tl-customer-rating__image {
  display: block;
  width: 100%;
  height: auto;
}