.page-treasure-hunt-malaysia {
  color: #081a45;
  background: #fff;
  overflow-x: hidden;
}

.page-treasure-hunt-malaysia .container {
  width: min(calc(100% - 80px), 1320px);
  margin-inline: auto;
}

.page-treasure-hunt-malaysia h1,
.page-treasure-hunt-malaysia h2,
.page-treasure-hunt-malaysia h3,
.page-treasure-hunt-malaysia p {
  margin-top: 0;
}

.th-topbar {
  position: relative;
  z-index: 80;
  height: 25px;
  color: #fff;
  background: linear-gradient(90deg, #5022d8 0%, #7728d9 52%, #ff3e7e 100%);
}

.th-topbar__inner {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  line-height: 1;
}

.th-topbar__offer,
.th-topbar__contact,
.th-topbar__contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.th-topbar__contact {
  gap: 18px;
}

.th-topbar__contact i {
  color: #ffc000;
}

.th-header {
  position: relative;
  z-index: 70;
  height: 55px;
  color: #fff;
  background: rgba(3, 14, 46, .86);
}

.th-header .navbar {
  height: 55px;
  padding: 0;
}

.th-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin-right: 44px;
}

.th-header .navbar-brand img {
  width: 135px;
  height: auto;
}

.th-header .navbar-nav {
  align-items: center;
  gap: 25px;
}

.th-header .nav-link {
  position: relative;
  padding: 20px 0 17px !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.th-header .nav-link:hover,
.th-header .nav-link.active {
  color: #ffc000 !important;
}

.th-header .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  height: 2px;
  background: #ffc000;
  border-radius: 2px;
}

.th-quote-btn {
  min-width: 128px;
  height: 25px;
  margin-left: 30px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  color: #09183f;
  background: #ffc000;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.th-quote-btn:hover {
  color: #fff;
  background: #ff8a00;
}

.th-header .navbar-toggler {
  width: 34px;
  height: 30px;
  padding: 0;
  border: 0;
  color: #fff;
  box-shadow: none;
}

.th-header .navbar-toggler i {
  font-size: 24px;
}

.th-offcanvas {
  color: #fff;
  background: #061943;
}

.th-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.th-offcanvas .offcanvas-title img {
  width: 145px;
}

.th-offcanvas .btn-close {
  filter: invert(1);
}

.th-offcanvas .nav-link {
  display: block;
  padding: 12px 0 !important;
  color: #fff !important;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.th-offcanvas .th-quote-btn {
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
}

.th-hero {
  position: relative;
  height: 375px;
  margin-top: -55px;
  color: #fff;
  background: #061941;
  overflow: hidden;
}

.th-hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -3%;
  right: -3%;
  bottom: -48px;
  height: 70px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.th-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 44%;
}

.th-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,18,55,.98) 0%, rgba(5,21,62,.94) 38%, rgba(5,18,50,.38) 67%, rgba(4,13,40,.18) 100%),
    linear-gradient(0deg, rgba(3,15,48,.34), rgba(3,15,48,.1));
}

.th-hero__content {
  position: relative;
  z-index: 3;
  width: 58%;
  padding-top: 80px;
}

.th-breadcrumb {
  margin-bottom: 17px;
  color: rgba(255,255,255,.82);
  font-size: 9px;
}

.th-breadcrumb a {
  color: #fff;
}

.th-hero h1 {
  margin-bottom: 12px;
  color: #fff !important;
  font-size: clamp(34px, 3.15vw, 53px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.03em;
}

.th-hero h1 span {
  display: block;
  color: #ffc000 !important;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.03em;
}

.th-hero__lead {
  max-width: 510px;
  margin-bottom: 17px;
  color: rgba(255,255,255,.89);
  font-size: 11px;
  line-height: 1.6;
}

.th-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 18px;
}

.th-hero__point {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 700;
}

.th-hero__point i {
  color: #ffc000;
}

.th-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.th-btn {
  min-width: 120px;
  height: 31px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.th-btn:hover {
  transform: translateY(-2px);
}

.th-btn--yellow {
  color: #081a45;
  background: #ffc000;
  box-shadow: 0 7px 16px rgba(255,192,0,.2);
}

.th-btn--yellow:hover {
  color: #fff;
  background: #ff8a00;
}

.th-btn--outline {
  color: #fff;
  border-color: #ffc000;
  background: transparent;
}

.th-btn--outline:hover {
  color: #081a45;
  background: #ffc000;
}

.th-btn--navy {
  color: #fff;
  background: #071d4d;
}

.th-btn--navy:hover {
  color: #fff;
  background: #682ce0;
}

.th-hero__stats {
  position: absolute;
  z-index: 5;
  right: max(40px, calc((100vw - 1320px) / 2));
  bottom: 30px;
  width: 490px;
  min-height: 70px;
  padding: 13px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(5,23,65,.9);
  box-shadow: 0 13px 28px rgba(2,12,39,.25);
}

.th-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.th-stat + .th-stat {
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,.13);
}

.th-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: #ffc000;
}

.th-stat strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.05;
}

.th-stat small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.74);
  font-size: 7px;
  line-height: 1.2;
}

.th-benefits {
  position: relative;
  z-index: 6;
  padding: 13px 0 20px;
  background: #fff;
}

.th-benefits__panel {
  min-height: 96px;
  padding: 18px 25px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid #e8ebf4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(19,38,82,.1);
}

.th-benefit {
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
}

.th-benefit + .th-benefit {
  border-left: 1px solid #e4e8f1;
}

.th-benefit__icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #672ee1;
  background: #f2edff;
}

.th-benefit:nth-child(2) .th-benefit__icon { color: #ff5c31; background: #fff0ea; }
.th-benefit:nth-child(3) .th-benefit__icon { color: #27a950; background: #ecf9ef; }
.th-benefit:nth-child(4) .th-benefit__icon { color: #1684ff; background: #eaf4ff; }
.th-benefit:nth-child(5) .th-benefit__icon { color: #ff3992; background: #ffedf6; }

.th-benefit strong {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.2;
}

.th-benefit span {
  display: block;
  color: #66708a;
  font-size: 8px;
  line-height: 1.3;
}

.th-section {
  position: relative;
  padding: 30px 0;
}

.th-section__eyebrow {
  margin-bottom: 7px;
  color: #6b2ce2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.th-section__title {
  margin-bottom: 10px;
  color: #081a45;
  font-size: clamp(23px, 2.25vw, 35px);
  font-weight: 800;
  line-height: 1.08;
}

.th-section__title span {
  color: #6b2ce2;
}

.th-section__copy {
  color: #58627b;
  font-size: 10px;
  line-height: 1.65;
}

.th-about {
  padding-top: 18px;
  padding-bottom: 31px;
}

.th-about__grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr .78fr;
  align-items: center;
  gap: 30px;
}

.th-about__content .th-btn {
  margin-top: 8px;
}

.th-about__media {
  position: relative;
  height: 290px;
  margin-bottom: 18px;
}

.th-about__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 13px;
}

.th-about__quote {
  position: absolute;
  left: 28px;
  right: -12px;
  bottom: -27px;
  min-height: 75px;
  padding: 15px 18px 14px 60px;
  border-radius: 9px;
  color: #fff;
  background: #071d4d;
  box-shadow: 0 10px 25px rgba(4,19,56,.25);
}

.th-about__quote .th-icon {
  position: absolute;
  left: 17px;
  top: 17px;
  width: 30px;
  height: 30px;
}

.th-about__quote strong {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
}

.th-about__quote p {
  margin-bottom: 0;
  color: rgba(255,255,255,.83);
  font-size: 8px;
  line-height: 1.45;
}

.th-audience {
  padding-left: 7px;
}

.th-audience h3 {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 800;
}

.th-audience__item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
}

.th-audience__item + .th-audience__item {
  border-top: 1px solid #e8ebf2;
}

.th-audience__icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid #f4b500;
  border-radius: 50%;
  color: #071d4d;
}

.th-audience__item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
}

.th-audience__item span {
  color: #6a738a;
  font-size: 8px;
  line-height: 1.35;
}

.th-activities {
  padding-top: 25px;
  padding-bottom: 31px;
  background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%);
}

.th-section__head {
  margin-bottom: 20px;
  text-align: center;
}

.th-section__head .th-section__title {
  margin-bottom: 7px;
}

.th-activities__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.th-activity-card {
  position: relative;
  min-width: 0;
  min-height: 205px;
  padding: 7px 7px 14px;
  border: 1px solid #e3e7f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(24,42,81,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.th-activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(24,42,81,.14);
}

.th-activity-card__image {
  width: 100%;
  height: 103px;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}

.th-activity-card__icon {
  position: relative;
  width: 39px;
  height: 39px;
  margin: -20px auto 5px;
  padding: 9px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #6a2de2;
  box-shadow: 0 5px 13px rgba(40,24,94,.2);
}

.th-activity-card:nth-child(2) .th-activity-card__icon { background: #ff6a22; }
.th-activity-card:nth-child(3) .th-activity-card__icon { background: #36a94f; }
.th-activity-card:nth-child(4) .th-activity-card__icon { background: #177cff; }
.th-activity-card:nth-child(5) .th-activity-card__icon { background: #ff3b91; }

.th-activity-card h3 {
  margin-bottom: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.18;
}

.th-activity-card p {
  margin-bottom: 0;
  color: #687188;
  text-align: center;
  font-size: 8px;
  line-height: 1.4;
}

.th-process {
  padding: 25px 0 29px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(112,46,226,.26), transparent 25%),
    linear-gradient(120deg, #061943 0%, #0a2056 100%);
}

.th-process .th-section__eyebrow {
  color: #ffc000;
}

.th-process .th-section__title {
  color: #fff;
}

.th-process__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.th-process__step {
  position: relative;
  text-align: center;
}

.th-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% + 35px);
  width: calc(100% - 46px);
  border-top: 1px dashed rgba(255,255,255,.4);
}

.th-process__step:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 26px;
  right: -11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffc000;
  border-right: 2px solid #ffc000;
  transform: rotate(45deg);
}

.th-process__icon {
  position: relative;
  z-index: 3;
  width: 58px;
  height: 58px;
  margin: 0 auto 8px;
  padding: 15px;
  display: block;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  color: #ffc000;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.th-process__step strong {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
}

.th-process__step p {
  max-width: 130px;
  margin: auto;
  color: rgba(255,255,255,.72);
  font-size: 8px;
  line-height: 1.35;
}

.th-lower {
  padding: 27px 0 25px;
}

.th-lower__grid {
  display: grid;
  grid-template-columns: 1.58fr 1fr;
  gap: 18px;
}

.th-testimonials,
.th-cta {
  min-height: 180px;
  border-radius: 11px;
}

.th-testimonials {
  position: relative;
  padding: 20px 20px 34px;
  border: 1px solid #e1e5ef;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18,38,80,.08);
}

.th-testimonials h2 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 800;
}

.th-testimonial-card {
  min-height: 102px;
  padding: 13px 14px 11px;
  border-radius: 8px;
  background: #f7f8fc;
}

.th-testimonial-card .th-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
  color: #6a2de2;
}

.th-testimonial-card p {
  min-height: 43px;
  margin-bottom: 6px;
  color: #5d667c;
  font-size: 8px;
  line-height: 1.4;
}

.th-testimonial-card strong {
  display: block;
  font-size: 8px;
}

.th-testimonial-card span {
  color: #7a8295;
  font-size: 7px;
}

.th-testimonial-pagination {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 11px !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
}

.th-testimonial-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 !important;
  background: #b9bed0;
  opacity: 1;
}

.th-testimonial-pagination .swiper-pagination-bullet-active {
  width: 15px;
  border-radius: 4px;
  background: #6a2de2;
}

.th-cta {
  position: relative;
  padding: 24px 23px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #071d4d;
  overflow: hidden;
}

.th-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,29,77,.98) 0%, rgba(7,29,77,.92) 52%, rgba(7,29,77,.1) 100%);
}

.th-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.th-cta__content {
  position: relative;
  z-index: 2;
  width: 63%;
}

.th-cta__content small {
  display: block;
  margin-bottom: 6px;
  color: #ffc000;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.th-cta h2 {
  margin-bottom: 7px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.07;
}

.th-cta p {
  margin-bottom: 12px;
  color: rgba(255,255,255,.78);
  font-size: 8px;
  line-height: 1.4;
}

.th-partners {
  padding: 11px 0 13px;
  border-top: 1px solid #edf0f5;
  background: #fff;
}

.th-partners__label {
  margin-bottom: 8px;
  text-align: center;
  color: #081a45;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.th-partners__wrap {
  position: relative;
  min-height: 34px;
  padding: 0 32px;
}

.th-partner-slide {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.th-partner-slide img {
  max-width: 72px;
  max-height: 23px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .76;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.th-partner-slide:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.06);
}

.th-partner-prev,
.th-partner-next {
  width: 24px;
  height: 32px;
  margin-top: -16px;
  border: 0;
  border-radius: 0;
  color: #602ce0;
  background: transparent;
}

.th-partner-prev::after,
.th-partner-next::after {
  font-size: 8px;
  font-weight: 800;
}

.th-partner-prev { left: 0; }
.th-partner-next { right: 0; }

.th-footer {
  padding: 21px 0 10px;
  color: rgba(255,255,255,.72);
  background: #05163d;
  font-size: 9px;
}

.th-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 1.15fr .95fr 1.25fr;
  gap: 40px;
}

.th-footer__brand img {
  width: 145px;
  margin-bottom: 9px;
}

.th-footer p {
  margin-bottom: 9px;
  font-size: 9px;
  line-height: 1.55;
}

.th-footer h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.th-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.th-footer li {
  margin-bottom: 5px;
}

.th-footer a {
  color: rgba(255,255,255,.76);
}

.th-footer a:hover {
  color: #ffc000;
}

.th-footer__services {
  columns: 2;
  column-gap: 18px;
}

.th-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.th-footer__contact i {
  margin-top: 2px;
  color: #ffc000;
}

.th-footer__socials {
  display: flex;
  gap: 7px;
}

.th-footer__socials a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.1);
}

.th-newsletter {
  display: flex;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
}

.th-newsletter input {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
  border: 0;
  outline: 0;
  color: #172344;
  font-size: 8px;
}

.th-newsletter button {
  width: 34px;
  flex: 0 0 auto;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #772ce0, #e037b1);
}

.th-form-status {
  min-height: 14px;
  margin-top: 5px;
  font-size: 8px;
}

.th-footer__bottom {
  margin-top: 15px;
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 8px;
}

.th-footer__bottom-links {
  display: flex;
  gap: 15px;
}

.page-treasure-hunt-malaysia .floating-action--whatsapp {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  color: #fff;
  background: #18b94b;
  box-shadow: 0 7px 20px rgba(13,113,49,.32);
  animation: thWhatsAppPulse 2s ease-in-out infinite;
}

.page-treasure-hunt-malaysia .floating-action--whatsapp i {
  font-size: 20px;
}

@keyframes thWhatsAppPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 7px 20px rgba(13,113,49,.32); }
  50% { transform: scale(1.08); box-shadow: 0 7px 28px rgba(24,185,75,.5); }
}

@media (prefers-reduced-motion: reduce) {
  .page-treasure-hunt-malaysia .floating-action--whatsapp {
    animation: none;
  }
}

@media (max-width: 1199.98px) {
  .page-treasure-hunt-malaysia .container {
    width: min(calc(100% - 48px), 1120px);
  }

  .th-header .navbar-brand {
    margin-right: 22px;
  }

  .th-header .navbar-nav {
    gap: 17px;
  }

  .th-quote-btn {
    margin-left: 20px;
  }

  .th-hero__stats {
    right: 24px;
    width: 455px;
  }

  .th-benefit {
    padding-inline: 10px;
  }

  .th-about__grid {
    gap: 22px;
  }

  .th-footer__grid {
    gap: 25px;
  }
}

@media (max-width: 991.98px) {
  .page-treasure-hunt-malaysia .container {
    width: min(calc(100% - 36px), 900px);
  }

  .th-topbar__contact a:first-child {
    display: none;
  }

  .th-header .navbar-brand img {
    width: 128px;
  }

  .th-hero {
    height: 535px;
  }

  .th-hero__image {
    object-position: 58% center;
  }

  .th-hero__overlay {
    background: linear-gradient(90deg, rgba(4,18,55,.98) 0%, rgba(5,21,62,.92) 56%, rgba(5,18,50,.4) 100%);
  }

  .th-hero__content {
    width: 70%;
  }

  .th-hero__stats {
    left: 18px;
    right: 18px;
    bottom: 36px;
    width: auto;
  }

  .th-benefits__panel {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
  }

  .th-benefit:nth-child(4) {
    grid-column: 1 / 2;
  }

  .th-benefit + .th-benefit {
    border-left: 0;
  }

  .th-about__grid {
    grid-template-columns: 1fr 1fr;
  }

  .th-audience {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-left: 0;
  }

  .th-audience h3 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .th-audience__item {
    padding: 10px;
    border: 1px solid #e8ebf2 !important;
    border-radius: 9px;
  }

  .th-activities__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .th-process__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 22px;
  }

  .th-process__step::after,
  .th-process__step::before {
    display: none;
  }

  .th-lower__grid {
    grid-template-columns: 1fr;
  }

  .th-cta {
    min-height: 195px;
  }

  .th-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .page-treasure-hunt-malaysia .container {
    width: min(calc(100% - 28px), 680px);
  }

  .th-topbar__inner {
    justify-content: center;
  }

  .th-topbar__offer span {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .th-topbar__contact {
    display: none;
  }

  .th-hero {
    height: 630px;
  }

  .th-hero__image {
    object-position: 64% bottom;
  }

  .th-hero__overlay {
    background: linear-gradient(180deg, rgba(4,18,55,.99) 0%, rgba(4,18,55,.94) 52%, rgba(4,18,55,.48) 100%);
  }

  .th-hero__content {
    width: 100%;
    padding-top: 78px;
  }

  .th-hero h1 {
    font-size: 42px;
  }

  .th-hero__lead {
    max-width: 440px;
  }

  .th-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 13px;
  }

  .th-stat:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .th-benefits__panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .th-about__grid {
    grid-template-columns: 1fr;
  }

  .th-about__content {
    max-width: 560px;
  }

  .th-about__media {
    height: 360px;
  }

  .th-audience {
    grid-template-columns: 1fr;
  }

  .th-activities__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .th-activity-card__image {
    height: 145px;
  }

  .th-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .th-partner-slide img {
    max-width: 64px;
  }
}

@media (max-width: 575.98px) {
  .page-treasure-hunt-malaysia .container {
    width: calc(100% - 24px);
  }

  .th-topbar__inner {
    font-size: 8px;
  }

  .th-header .navbar-brand img {
    width: 120px;
  }

  .th-hero {
    height: 720px;
  }

  .th-hero::after {
    bottom: -54px;
  }

  .th-hero__content {
    padding-top: 73px;
  }

  .th-breadcrumb {
    margin-bottom: 13px;
  }

  .th-hero h1 {
    font-size: clamp(34px, 10.5vw, 43px);
  }

  .th-hero__lead {
    font-size: 10px;
  }

  .th-hero__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .th-actions {
    align-items: stretch;
    flex-direction: column;
    width: 190px;
  }

  .th-btn {
    width: 100%;
  }

  .th-hero__stats {
    bottom: 38px;
  }

  .th-stat {
    gap: 6px;
  }

  .th-stat strong {
    font-size: 14px;
  }

  .th-benefits__panel {
    grid-template-columns: 1fr;
    padding: 10px 18px;
  }

  .th-benefit {
    justify-content: flex-start;
    padding: 9px 0;
  }

  .th-benefit + .th-benefit {
    border-top: 1px solid #e4e8f1;
  }

  .th-section {
    padding-block: 26px;
  }

  .th-section__title {
    font-size: 26px;
  }

  .th-about__media {
    height: 305px;
    margin-bottom: 48px;
  }

  .th-about__quote {
    left: 15px;
    right: 15px;
    bottom: -43px;
  }

  .th-activities__grid {
    grid-template-columns: 1fr;
  }

  .th-activity-card__image {
    height: 205px;
  }

  .th-process__grid {
    grid-template-columns: 1fr;
  }

  .th-process__step {
    padding-bottom: 8px;
  }

  .th-testimonials {
    padding-inline: 15px;
  }

  .th-cta {
    min-height: 230px;
    padding: 22px 18px;
  }

  .th-cta::after {
    background: linear-gradient(90deg, rgba(7,29,77,.98) 0%, rgba(7,29,77,.88) 78%, rgba(7,29,77,.45) 100%);
  }

  .th-cta__content {
    width: 80%;
  }

  .th-footer__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .th-footer__services {
    columns: 2;
  }

  .th-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .th-footer__bottom-links {
    flex-wrap: wrap;
  }
}

/* Page markup integration */
.th-topbar p {
  margin: 0;
}

.th-topbar__inner > div,
.th-topbar__inner > div nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.th-topbar__inner > div > span {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,.28);
}

.th-topbar__inner > div nav {
  gap: 10px;
}

.th-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,18,55,.99) 0%, rgba(5,21,62,.94) 41%, rgba(5,18,50,.4) 69%, rgba(4,13,40,.18) 100%),
    linear-gradient(0deg, rgba(3,15,48,.34), rgba(3,15,48,.1));
}

.th-hero__inner {
  position: relative;
  z-index: 3;
  height: 100%;
}

.th-hero__copy {
  width: 58%;
  padding-top: 79px;
}

.th-hero__copy > p {
  max-width: 510px;
  margin-bottom: 15px;
  color: rgba(255,255,255,.89);
  font-size: 10px;
  line-height: 1.55;
}

.th-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
}

.th-breadcrumb i {
  font-size: 7px;
}

.th-selling-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 17px;
}

.th-selling-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  font-weight: 700;
}

.th-selling-points i {
  color: #ffc000;
}

.th-hero__actions {
  display: flex;
  gap: 10px;
}

.th-hero__actions a,
.th-outline-btn,
.th-cta > div > a {
  min-width: 126px;
  height: 31px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #ffc000;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.th-hero__actions a:first-child {
  color: #081a45;
  background: #ffc000;
}

.th-hero__actions a:last-child {
  color: #fff;
  background: transparent;
}

.th-hero__actions a:hover,
.th-outline-btn:hover,
.th-cta > div > a:hover {
  transform: translateY(-2px);
}

.th-hero__stats article {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 7px;
}

.th-hero__stats article + article {
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,.14);
}

.th-hero__stats svg {
  grid-row: 1 / 3;
  width: 27px;
  height: 27px;
  color: #ffc000;
}

.th-hero__stats b {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.th-hero__stats small {
  color: rgba(255,255,255,.7);
  font-size: 7px;
}

.th-benefits__panel article {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 39px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 9px;
}

.th-benefits__panel article + article {
  border-left: 1px solid #e4e8f1;
}

.th-benefits__panel article > span {
  grid-row: 1 / 3;
  width: 39px;
  height: 39px;
  padding: 9px;
  display: block;
  border-radius: 50%;
  color: #6a2de2;
  background: #f1ecff;
}

.th-benefits__panel article:nth-child(2) > span { color: #ff672d; background: #fff0ea; }
.th-benefits__panel article:nth-child(3) > span { color: #2fa94f; background: #edf9f0; }
.th-benefits__panel article:nth-child(4) > span { color: #1b7fff; background: #eaf4ff; }
.th-benefits__panel article:nth-child(5) > span { color: #ff3c92; background: #ffedf6; }

.th-benefits__panel svg {
  width: 100%;
  height: 100%;
}

.th-benefits__panel h2 {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 800;
}

.th-benefits__panel p {
  margin: 0;
  color: #697188;
  font-size: 7px;
  line-height: 1.3;
}

.th-eyebrow,
.th-section-heading > p,
.th-process header > p,
.th-testimonials header > p {
  margin-bottom: 6px;
  color: #682ce0;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.th-about__copy h2,
.th-section-heading h2,
.th-process header h2,
.th-testimonials header h2 {
  color: #081a45;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.08;
}

.th-about__copy > p:not(.th-eyebrow) {
  color: #59637b;
  font-size: 9px;
  line-height: 1.55;
}

.th-about__copy ul {
  margin: 12px 0 15px;
  padding: 0;
  list-style: none;
}

.th-about__copy li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 18px;
  color: #4f5972;
  font-size: 8px;
}

.th-about__copy li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: -1px;
  color: #6a2de2;
  font-family: "bootstrap-icons";
  font-size: 11px;
}

.th-outline-btn {
  min-width: 128px;
  color: #fff;
  border-color: #071d4d;
  background: #071d4d;
}

.th-about__media blockquote {
  position: absolute;
  left: -32px;
  right: auto;
  bottom: 0;
  width: 155px;
  min-height: 135px;
  margin: 0;
  padding: 42px 20px 20px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #34208d 0%, #651dbd 100%);
  box-shadow: 0 12px 28px rgba(44,21,112,.3);
}

.th-about__media blockquote svg {
  position: absolute;
  left: 19px;
  top: 17px;
  width: 24px;
  height: 24px;
  color: #fff;
}

.th-about__media blockquote p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
}

.th-about__media blockquote i {
  position: absolute;
  left: 20px;
  right: auto;
  bottom: 18px;
  width: 34px;
  height: 3px;
  background: #ffc000;
}

.th-audience > .th-eyebrow {
  margin-bottom: 7px;
}

.th-audience > article {
  display: grid;
  grid-template-columns: 41px 1fr;
  gap: 11px;
  align-items: center;
  padding: 7px 0;
}

.th-audience > article + article {
  border-top: 1px solid #e7eaf2;
}

.th-audience > article > span {
  width: 41px;
  height: 41px;
  padding: 10px;
  display: block;
  border: 1px solid #f4b500;
  border-radius: 50%;
  color: #071d4d;
}

.th-audience svg {
  width: 100%;
  height: 100%;
}

.th-audience h3 {
  margin: 0 0 2px;
  font-size: 9px;
  font-weight: 800;
}

.th-audience article p {
  margin: 0;
  color: #6a738a;
  font-size: 7px;
  line-height: 1.3;
}

.th-section-heading {
  margin-bottom: 19px;
  text-align: center;
}

.th-section-heading h2 {
  margin: 0;
}

.th-activity-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.th-activity-card {
  min-height: 200px;
  padding: 7px 7px 13px;
}

.th-activity-card > div {
  position: relative;
  border-radius: 7px;
}

.th-activity-card > div > img {
  width: 100%;
  height: 102px;
  object-fit: cover;
  border-radius: 7px;
  transition: transform .35s ease;
}

.th-activity-card > div > span {
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 39px;
  height: 39px;
  padding: 9px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #6a2de2;
  box-shadow: 0 5px 13px rgba(40,24,94,.2);
  transform: translateX(-50%);
}

.th-activity-card.th-orange > div > span { background: #ff6a22; }
.th-activity-card.th-green > div > span { background: #36a94f; }
.th-activity-card.th-pink > div > span { background: #ff3b91; }
.th-activity-card.th-blue > div > span { background: #177cff; }

.th-activity-card svg {
  width: 100%;
  height: 100%;
}

.th-activity-card:hover > div > img {
  transform: scale(1.055);
}

.th-activity-card:hover > div > span {
  transform: translateX(-50%) scale(1.08);
}

.th-activity-card > section {
  padding-top: 24px;
  text-align: center;
}

.th-activity-card > section h3 {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 800;
}

.th-activity-card > section p {
  margin: 0;
  color: #687188;
  font-size: 7px;
  line-height: 1.4;
}

.th-process-section {
  padding: 0 0 28px;
}

.th-process-section .th-process {
  padding: 21px 35px 24px;
  border-radius: 11px;
}

.th-process header {
  margin-bottom: 17px;
  text-align: center;
}

.th-process header > p {
  color: #ffc000;
}

.th-process header h2 {
  margin: 0;
  color: #fff;
}

.th-process__track {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  align-items: start;
}

.th-process__track > article {
  text-align: center;
}

.th-process__track > article > span {
  width: 52px;
  height: 52px;
  margin: 0 auto 6px;
  padding: 14px;
  display: block;
  border-radius: 50%;
  color: #6a2de2;
  background: #fff;
}

.th-process__track > article:nth-of-type(2) > span { color: #ff6a22; }
.th-process__track > article:nth-of-type(3) > span { color: #36a94f; }
.th-process__track > article:nth-of-type(4) > span { color: #ff3b91; }
.th-process__track > article:nth-of-type(5) > span { color: #177cff; }

.th-process__track svg {
  width: 100%;
  height: 100%;
}

.th-process__track small {
  display: block;
  margin-bottom: 2px;
  color: #ffc000;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.th-process__track h3 {
  margin-bottom: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.th-process__track p {
  max-width: 125px;
  margin: auto;
  color: rgba(255,255,255,.68);
  font-size: 7px;
  line-height: 1.35;
}

.th-process__track > i {
  position: relative;
  margin-top: 25px;
  border-top: 1px dashed rgba(255,255,255,.4);
}

.th-process__track > i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffc000;
  border-right: 2px solid #ffc000;
  transform: rotate(45deg);
}

.th-testimonials header h2 {
  margin: 0 0 14px;
  font-size: 17px;
}

.th-testimonials .swiper-slide {
  min-height: 105px;
  padding: 6px 18px 10px;
  border-radius: 0;
  background: #fff;
}

.th-testimonial-swiper {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.th-testimonial-swiper .swiper-wrapper {
  display: flex;
}

.th-testimonial-swiper .swiper-slide {
  flex: 0 0 50%;
  width: 50%;
}

.th-testimonial-swiper .swiper-slide:nth-child(odd) {
  border-right: 1px solid #e2e6ef;
}

.th-stars {
  margin-bottom: 5px;
  color: #ffc000;
  font-size: 8px;
  letter-spacing: 1px;
}

.th-testimonials .swiper-slide p {
  min-height: 46px;
  margin-bottom: 7px;
  color: #5d667c;
  font-size: 8px;
  line-height: 1.45;
}

.th-testimonials .swiper-slide small {
  display: block;
  color: #19264d;
  font-size: 7.5px;
  font-weight: 700;
}

.th-testimonials .swiper-slide img {
  position: absolute;
  right: 12px;
  bottom: 8px;
  max-width: 47px;
  max-height: 17px;
  object-fit: contain;
}

.th-cta > div {
  position: relative;
  z-index: 2;
  width: 64%;
}

.th-cta > div h2 {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.07;
}

.th-cta > div > p {
  margin-bottom: 11px;
  color: rgba(255,255,255,.78);
  font-size: 8px;
  line-height: 1.4;
}

.th-cta > div > a {
  color: #081a45;
  background: #ffc000;
}

.th-cta footer {
  margin-top: 12px;
  display: flex;
  gap: 11px;
}

.th-cta footer span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 6px;
}

.th-cta footer svg {
  width: 12px;
  height: 12px;
  color: #ffc000;
}

.th-partners > .container > p {
  margin-bottom: 7px;
  text-align: center;
  color: #081a45;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.th-partners__wrap > button {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 24px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: #602ce0;
  background: transparent;
  opacity: 1;
  transform: translateY(-50%);
}

.th-partners__wrap > button i {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.th-partners__wrap > button:hover {
  color: #ff8a00;
}

.th-partners-prev { left: 1px; }
.th-partners-next { right: 1px; }

.th-partners-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.th-partners-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.th-partners-swiper .swiper-slide {
  height: 30px;
  min-width: 0;
  flex: 0 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.th-partners-swiper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 23px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.th-footer h2 {
  margin-bottom: 9px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.th-footer nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.th-footer__grid > div:nth-child(3) nav a,
.th-footer__grid > div:nth-child(3) nav span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.th-footer__grid > div:nth-child(3) i {
  color: #ffc000;
}

.th-footer #thNewsletter {
  display: grid;
  grid-template-columns: 1fr 34px;
}

.th-footer #thNewsletter input {
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px 0 0 4px;
  font-size: 8px;
}

.th-footer #thNewsletter button {
  width: 34px;
  height: 30px;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: linear-gradient(135deg, #772ce0, #e037b1);
}

.th-footer #thNewsletter .th-form-status {
  grid-column: 1 / -1;
}

.th-footer__bottom nav {
  flex-direction: row;
  gap: 15px;
}

@media (max-width: 991.98px) {
  .th-hero__copy {
    width: 72%;
  }

  .th-benefits__panel article + article {
    border-left: 0;
  }

  .th-audience > article {
    padding: 10px;
    border: 1px solid #e8ebf2 !important;
    border-radius: 9px;
  }

  .th-activity-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .th-process__track {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .th-process__track > i {
    display: none;
  }

}

@media (max-width: 767.98px) {
  .th-topbar__inner > div {
    display: none;
  }

  .th-hero__copy {
    width: 100%;
  }

  .th-hero__shade {
    background: linear-gradient(180deg, rgba(4,18,55,.99) 0%, rgba(4,18,55,.93) 54%, rgba(4,18,55,.48) 100%);
  }

  .th-hero__stats article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .th-activity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .th-activity-card > div > img {
    height: 145px;
  }

  .th-process__track {
    grid-template-columns: repeat(2, 1fr);
  }

  .th-testimonial-swiper .swiper-slide {
    flex-basis: 100%;
    width: 100%;
    border-right: 0;
  }

  .th-partners-swiper .swiper-slide {
    flex-basis: 20%;
  }
}

@media (max-width: 575.98px) {
  .th-hero__copy > p {
    font-size: 10px;
  }

  .th-selling-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .th-hero__actions {
    width: 190px;
    flex-direction: column;
  }

  .th-hero__actions a {
    width: 100%;
  }

  .th-benefits__panel article {
    padding: 9px 0;
  }

  .th-benefits__panel article + article {
    border-top: 1px solid #e4e8f1;
  }

  .th-about__media blockquote {
    left: 14px;
    right: auto;
    bottom: -42px;
    width: 150px;
  }

  .th-activity-grid {
    grid-template-columns: 1fr;
  }

  .th-activity-card > div > img {
    height: 205px;
  }

  .th-process-section .th-process {
    padding-inline: 18px;
  }

  .th-process__track {
    grid-template-columns: 1fr;
  }

  .th-cta > div {
    width: 82%;
  }

  .th-footer__bottom nav {
    flex-wrap: wrap;
  }

  .th-partners-swiper .swiper-slide {
    flex-basis: 33.3333%;
  }
}
