.participant-benefits-section,
.penang-tourism-section {
  position: relative;
  z-index: 4;
  isolation: isolate;
  overflow: clip;
  padding: 6rem 0;
  clear: both;
  min-height: 1px;
  background-color: #0a0a0c;
  background:
    linear-gradient(135deg, rgba(10, 10, 12, 0.98), rgba(24, 14, 26, 0.96)),
    radial-gradient(circle at 18% 10%, rgba(255, 31, 107, 0.16), transparent 34%);
  color: #f5f5fb;
}

.penang-tourism-section {
  background:
    radial-gradient(circle at 82% 6%, rgba(255, 31, 107, 0.16), transparent 34%),
    radial-gradient(circle at 12% 82%, rgba(52, 83, 116, 0.16), transparent 38%),
    linear-gradient(145deg, #08090d 0%, #10131e 54%, #090c14 100%);
}

.penang-tourism-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 440px at 50% 100%, rgba(255, 31, 107, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 32%);
  pointer-events: none;
}

.participant-benefits-section::before,
.penang-tourism-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .24;
  pointer-events: none;
}

.pb-inner,
.pt-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.pb-heading-wrap,
.pt-heading-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 2.8rem;
}

.pb-kicker,
.pt-kicker {
  display: inline-block;
  color: #ff8eb5;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .9rem;
}

.pb-title-block,
.pt-title-block {
  font-family: "Bebas Neue", Impact, sans-serif;
  line-height: .88;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pb-title-line1,
.pb-title-line2,
.pt-title-line1,
.pt-title-line2 {
  display: block;
  font-size: clamp(3.25rem, 9vw, 7.25rem);
}

.pb-title-line2,
.pt-title-line2 {
  color: #ff1f6b;
}

.pb-intro,
.pt-intro {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(245,245,251,.78);
  font-size: 1rem;
  line-height: 1.72;
}

.pb-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pb-card {
  min-height: 210px;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.pb-card-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255,31,107,.16);
  color: #ff7aa6;
  margin-bottom: 1.1rem;
}

.pb-card h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 .55rem;
}

.pb-card p {
  color: rgba(245,245,251,.72);
  font-size: .9rem;
  line-height: 1.55;
  margin: 0;
}

.pt-heading-main {
  min-width: 0;
  max-width: 780px;
}

.pt-vm-logo {
  flex: 0 0 auto;
  width: min(232px, 34vw);
  margin-top: .5rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.9));
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
}

.pt-vm-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.pt-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 1rem;
  position: relative;
  z-index: 1;
  min-height: 430px;
}

.pt-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  grid-column: span 4;
  grid-row: span 1;
  min-height: 0;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, #10131d, #0c0f18);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  isolation: isolate;
  cursor: pointer;
}

.pt-category-card:first-child {
  grid-column: span 8;
  grid-row: span 2;
}

.pt-category-cover {
  position: absolute;
  inset: 0;
}

.pt-category-cover::before,
.pt-category-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  transition: opacity .35s ease;
}

.pt-category-cover::before {
  background:
    linear-gradient(180deg, rgba(5,7,12,.38) 0%, rgba(5,7,12,.5) 44%, rgba(5,7,12,.86) 100%),
    linear-gradient(90deg, rgba(5,7,12,.76) 0%, rgba(5,7,12,.46) 58%, rgba(5,7,12,.18) 100%);
  opacity: .94;
}

.pt-category-cover::after {
  background:
    linear-gradient(180deg, rgba(8,10,15,.14) 0%, rgba(8,10,15,.48) 54%, rgba(8,10,15,.98) 100%),
    radial-gradient(circle at 16% 88%, rgba(255,31,107,.2), transparent 42%);
  opacity: .98;
}

.pt-category-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}

.pt-category-card:hover .pt-category-cover img {
  transform: scale(1.05);
}

.pt-category-card:hover .pt-category-cover::before {
  opacity: .9;
}

.pt-category-card:hover .pt-category-cover::after {
  opacity: 1;
}

.pt-category-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  min-height: 100%;
  padding: 1.25rem 1.25rem 1.18rem;
  background:
    linear-gradient(180deg, rgba(4,6,11,.5) 0%, rgba(4,6,11,.18) 36%, rgba(4,6,11,.82) 100%),
    linear-gradient(90deg, rgba(4,6,11,.66) 0%, rgba(4,6,11,.26) 64%, rgba(4,6,11,.12) 100%);
  transform: translateY(0);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}

.pt-category-card:hover .pt-category-content {
  transform: translateY(-2px);
}

.pt-category-copy {
  max-width: 34rem;
}

.pt-category-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: .55rem;
  color: rgba(255,255,255,.84);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.85);
}

.pt-category-content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 2vw, 1.36rem);
  line-height: 1.2;
  letter-spacing: .02em;
  text-shadow: 0 2px 18px rgba(0,0,0,.88), 0 0 1px rgba(0,0,0,.9);
}

.pt-category-card:first-child .pt-category-content h3 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
}

.pt-category-content p {
  margin: .55rem 0 0;
  color: rgba(255,255,255,.9);
  font-size: .92rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.5em * 2);
  max-width: 50ch;
  text-shadow: 0 2px 14px rgba(0,0,0,.9);
}

.pt-category-more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .58rem;
  margin-top: auto;
  min-height: 2.36rem;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(10,13,22,.76);
  color: #fff;
  border-radius: 999px;
  padding: .56rem .88rem .52rem 1rem;
  font-size: .68rem;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
  opacity: .98;
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 10px 28px rgba(0,0,0,.24);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease, opacity .22s ease;
}

.pt-category-more::after {
  content: "";
  width: .44rem;
  height: .44rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateX(-1px) rotate(45deg);
  transition: transform .22s ease;
}

.pt-category-more:hover {
  background: rgba(255,31,107,.18);
  border-color: rgba(255,122,166,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 0 0 1px rgba(255,31,107,.1), 0 12px 34px rgba(255,31,107,.16);
  transform: translateY(-1px);
  opacity: 1;
}

.pt-category-more:hover::after {
  transform: translateX(3px) rotate(45deg);
}

.pt-category-card:hover .pt-category-more {
  transform: translateY(-1px);
}

.tourism-map-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  background: rgba(5, 6, 10, .78);
  backdrop-filter: blur(10px);
  transition: opacity .2s ease;
}

.tourism-map-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.tourism-map-modal-dialog {
  position: relative;
  width: min(92vw, 1100px);
  height: min(88vh, 760px);
  min-height: 520px;
  max-height: 88vh;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #121523 0%, #10131e 100%);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 26px 70px rgba(0,0,0,.5);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  box-sizing: border-box;
}

.tourism-map-modal.is-open .tourism-map-modal-dialog {
  transform: none;
}

.tourism-map-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transform: none !important;
  z-index: 1010;
}

.tourism-map-close::before,
.tourism-map-close::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  top: 23px;
  left: 8px;
  background: rgba(255,255,255,.88);
}

.tourism-map-close::before { transform: rotate(45deg); }
.tourism-map-close::after { transform: rotate(-45deg); }

.tourism-map-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 24px 32px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, #121523 0%, #10131e 100%);
  z-index: 1005;
}

.tourism-map-header-copy {
  min-width: 0;
  max-width: 64ch;
}

.tourism-map-header h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.3vw, 1.6rem);
  color: #fff;
  line-height: 1.18;
  letter-spacing: .01em;
}

.tourism-map-header p {
  margin: .45rem 0 0;
  color: rgba(255,255,255,.75);
  font-size: .92rem;
  line-height: 1.6;
  max-width: 64ch;
}

.tourism-map-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  min-height: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.tourism-map-modal.is-open .tourism-map-body {
  opacity: 1;
  transform: translateY(0);
}

.tourism-map-pane {
  min-height: 0;
  height: 100%;
  padding: 1rem 1rem 1rem 1.05rem;
  overflow: hidden;
}

.tourism-map-pane .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #0e1220;
  border-radius: 12px;
}

.tourism-map-pane .leaflet-control-container {
  position: relative;
  z-index: 450;
}

.tourism-map-pane .leaflet-marker-pane {
  z-index: 640;
}

.tourism-map-pane .leaflet-tooltip-pane {
  z-index: 660;
}

.tourism-map-pane .leaflet-popup-pane {
  z-index: 780;
}

.tourism-map-pane .leaflet-control-zoom {
  border: 1px solid rgba(10, 12, 20, .2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.tourism-map-pane .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  line-height: 33px;
  border: 0;
  background: rgba(255,255,255,.94);
  color: #10131e;
}

.tourism-map-pane .leaflet-control-zoom a:hover {
  background: #fff;
  color: #ff1f6b;
}

.tourism-map-pane .leaflet-control-attribution {
  background: rgba(255,255,255,.82);
  color: rgba(12,14,22,.68);
  border-radius: 6px 0 10px 0;
  font-size: .66rem;
}

.tourism-marker-shell {
  width: 136px !important;
  height: 52px !important;
  display: block !important;
  pointer-events: auto;
}

.tourism-marker-pin {
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: #ff1f6b;
  border: 2px solid #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.35), 0 0 0 4px rgba(255,31,107,.22);
  transform: translateX(-50%) rotate(-45deg);
}

.tourism-marker-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.tourism-marker-label {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 126px;
  padding: .24rem .46rem .22rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(11, 13, 21, .86);
  color: rgba(255,255,255,.94);
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.12;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  backdrop-filter: blur(10px) saturate(1.1);
}

.tourism-marker-shell.is-active .tourism-marker-pin {
  background: #fff;
  border-color: #ff1f6b;
  box-shadow: 0 10px 26px rgba(0,0,0,.42), 0 0 0 5px rgba(255,31,107,.3);
}

.tourism-marker-shell.is-active .tourism-marker-pin::after {
  background: #ff1f6b;
}

.tourism-marker-shell.is-active .tourism-marker-label {
  border-color: rgba(255,31,107,.7);
  background: rgba(22, 14, 25, .92);
  color: #fff;
}

.tourism-location-list {
  border-left: 1px solid rgba(255,255,255,.12);
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 122, 166, .46) rgba(255,255,255,.06);
  padding: 1rem .95rem;
  display: flex;
  flex-direction: column;
  gap: .68rem;
  background: rgba(255,255,255,.02);
}

.tourism-location-list::-webkit-scrollbar {
  width: 10px;
}

.tourism-location-list::-webkit-scrollbar-track {
  background: rgba(255,255,255,.06);
  border-radius: 999px;
}

.tourism-location-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 31, 107, .6), rgba(255, 122, 166, .52));
  border-radius: 999px;
  border: 2px solid rgba(16, 19, 30, .45);
}

.tourism-location-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 31, 107, .78), rgba(255, 142, 181, .66));
}

.tourism-location-item {
  text-align: left;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  color: #fff;
  padding: .8rem .82rem;
  cursor: pointer;
  transition: border-color .24s ease, background .24s ease, transform .24s ease, box-shadow .24s ease;
}

.tourism-location-item:hover,
.tourism-location-item.is-active {
  border-color: rgba(255,31,107,.44);
  background: linear-gradient(180deg, rgba(255,31,107,.2), rgba(255,31,107,.09));
  transform: translateY(-1px);
}

.tourism-location-item.is-active {
  box-shadow: inset 3px 0 0 #ff1f6b, 0 12px 28px rgba(0,0,0,.18);
}

.tourism-location-item strong,
.tourism-location-item span,
.tourism-location-item small {
  display: block;
}

.tourism-location-item span {
  margin-top: .2rem;
  font-size: .84rem;
  color: rgba(255,255,255,.75);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tourism-location-item small {
  margin-top: .36rem;
  font-size: .72rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.62);
}

.tourism-location-link {
  display: inline-block;
  margin-top: .42rem;
  color: #ff7aa6;
  font-size: .74rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,122,166,.42);
}

.tourism-location-link:hover {
  color: #ff9ebf;
  border-bottom-color: rgba(255,158,191,.8);
}

.tourism-location-empty {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: .9rem;
}

.tourism-map-pane .leaflet-popup {
  margin-bottom: 22px;
}

.tourism-map-pane .leaflet-popup-content-wrapper {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 46px rgba(0,0,0,.32);
}

.tourism-map-pane .leaflet-popup-content {
  margin: .85rem .95rem .82rem;
}

.tourism-map-pane .leaflet-popup-tip {
  background: rgba(255,255,255,.98);
}

.tourism-map-pane .leaflet-popup-close-button {
  top: .28rem;
  right: .36rem;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: rgba(14,16,22,.58);
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  transition: background .16s ease, color .16s ease;
}

.tourism-map-pane .leaflet-popup-close-button:hover {
  background: rgba(14,16,22,.08);
  color: #ff1f6b;
}

.tourism-popup {
  width: min(250px, calc(100vw - 5rem));
  max-width: 250px;
  color: #151821;
}

.tourism-popup strong {
  display: block;
  margin: 0 1.35rem .28rem 0;
  font-size: .96rem;
  font-weight: 800;
  color: #10131e;
  line-height: 1.22;
}

.tourism-popup p {
  margin: 0 0 .48rem;
  font-size: .82rem;
  line-height: 1.42;
  color: rgba(16,19,30,.78);
}

.tourism-popup-image {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: .48rem;
  background: #17111d;
}

.tourism-popup a {
  color: #0073a8;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
}

body.tourism-map-open {
  overflow: hidden;
}

.poptrox-overlay {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(1.2rem, env(safe-area-inset-top)) max(1.2rem, env(safe-area-inset-right)) max(1.2rem, env(safe-area-inset-bottom)) max(1.2rem, env(safe-area-inset-left));
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 31, 107, .16), transparent 34%),
    linear-gradient(180deg, rgba(4, 5, 9, .9), rgba(4, 5, 9, .96));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.poptrox-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.poptrox-box {
  position: relative;
  width: min(1040px, calc(100vw - 2.4rem));
  max-height: calc(100dvh - 2.4rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 19, 29, .98), rgba(8, 10, 16, .98));
  box-shadow: 0 30px 90px rgba(0,0,0,.58);
  transform: translateY(10px) scale(.985);
  transition: transform .22s cubic-bezier(.2,.7,.2,1);
}

.poptrox-overlay.is-open .poptrox-box {
  transform: translateY(0) scale(1);
}

.poptrox-box img {
  display: block;
  width: 100%;
  max-height: min(68dvh, 720px);
  object-fit: contain;
  background: #05070d;
}

.poptrox-caption {
  display: block;
  padding: 1rem 1.15rem 1.1rem;
  max-height: 25dvh;
  overflow: auto;
  border-top: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(18,20,30,.98), rgba(12,14,22,.98));
}

.poptrox-caption strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: .3rem;
}

.poptrox-caption span {
  display: block;
  max-width: 72ch;
  color: rgba(245,245,251,.72);
  font-size: .94rem;
}

.poptrox-caption .pt-gallery-link {
  display: inline-flex;
  margin-top: .55rem;
  color: #ff8db4;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.poptrox-close {
  position: fixed;
  top: max(.75rem, env(safe-area-inset-top));
  right: max(.75rem, env(safe-area-inset-right));
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(20, 22, 30, .68);
  color: #fff;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  z-index: 10090;
  box-shadow: 0 10px 30px rgba(0,0,0,.34);
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.poptrox-close span,
.poptrox-close::before,
.poptrox-close::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
}

.poptrox-close span {
  display: none;
}

.poptrox-close::before {
  transform: rotate(45deg);
}

.poptrox-close::after {
  transform: rotate(-45deg);
}

.poptrox-close:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.35);
  transform: scale(1.04);
}

.poptrox-close:active {
  transform: scale(.94);
}

.poptrox-nav {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 92px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(14, 16, 22, .42);
  color: #fff;
  cursor: pointer;
  z-index: 4;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
  box-shadow: 0 14px 40px rgba(0,0,0,.3);
  transition: transform .16s ease, background .16s ease, border-color .16s ease, opacity .16s ease;
}

.poptrox-nav.is-visible {
  display: inline-flex;
}

.poptrox-prev {
  left: max(1rem, env(safe-area-inset-left));
}

.poptrox-next {
  right: max(1rem, env(safe-area-inset-right));
}

.poptrox-nav span {
  width: 21px;
  height: 21px;
  border-top: 1.5px solid rgba(255,255,255,.92);
  border-left: 1.5px solid rgba(255,255,255,.92);
}

.poptrox-prev span {
  transform: translateX(4px) rotate(-45deg);
}

.poptrox-next span {
  transform: translateX(-4px) rotate(135deg);
}

.poptrox-nav:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.3);
}

.poptrox-prev:hover {
  transform: translateY(-50%) translateX(-2px);
}

.poptrox-next:hover {
  transform: translateY(-50%) translateX(2px);
}

body.poptrox-open {
  overflow: hidden;
  overscroll-behavior: contain;
}

@keyframes poptrox-ios-in {
  to {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .pb-heading-wrap,
  .pt-heading-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .pb-card-grid,
  .pt-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pt-vm-logo {
    width: 210px;
    margin-top: 0;
  }

  .pt-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 280px;
  }

  .pt-category-card,
  .pt-category-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .tourism-map-body {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: auto;
  }

  .tourism-map-modal-dialog {
    min-height: 0;
    height: min(88vh, 700px);
  }

  .tourism-map-pane {
    min-height: 0;
    height: 420px;
  }

  .tourism-map-pane .leaflet-container {
    min-height: 0;
    height: 100%;
  }

  .tourism-location-list {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.12);
    max-height: none;
    height: 100%;
    min-height: 0;
  }

  .poptrox-overlay {
    align-items: center;
    padding: max(.95rem, env(safe-area-inset-top)) max(.95rem, env(safe-area-inset-right)) max(.95rem, env(safe-area-inset-bottom)) max(.95rem, env(safe-area-inset-left));
  }

  .poptrox-box {
    width: min(760px, calc(100vw - 1.9rem));
    max-height: calc(100dvh - 1.9rem);
    border-radius: 16px;
  }

  .poptrox-box img {
    max-height: 60dvh;
  }

  .poptrox-caption {
    max-height: 28dvh;
  }
}

@media (max-width: 560px) {
  .participant-benefits-section,
  .penang-tourism-section {
    padding: 4rem 0;
  }
  .pb-card-grid,
  .pt-gallery {
    grid-template-columns: 1fr;
  }

  .pt-gallery {
    grid-auto-rows: 320px;
  }
  .pb-card {
    min-height: 0;
  }
  .pt-category-card {
    min-height: 0;
  }

  .tourism-map-modal {
    padding: .6rem .6rem max(.6rem, env(safe-area-inset-bottom));
  }

  .tourism-map-modal-dialog {
    width: min(92vw, 1100px);
    border-radius: 14px;
    min-height: 0;
    height: min(92vh, 700px);
    max-height: 92vh;
  }

  .tourism-map-header {
    padding: 20px 74px 16px 20px;
  }

  .tourism-map-close {
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }

  .tourism-map-header h3 {
    font-size: 1.05rem;
  }

  .tourism-map-header p {
    font-size: .84rem;
    line-height: 1.46;
  }

  .tourism-map-pane {
    height: clamp(240px, 34vh, 290px);
    min-height: 240px;
  }

  .tourism-map-pane .leaflet-container {
    height: 100%;
    min-height: 0;
  }

  .tourism-location-list {
    max-height: none;
    min-height: 220px;
    padding: .8rem .85rem .9rem;
  }

  .tourism-map-pane {
    padding: .72rem;
  }

  .poptrox-overlay {
    padding: max(.65rem, env(safe-area-inset-top)) max(.65rem, env(safe-area-inset-right)) max(.65rem, env(safe-area-inset-bottom)) max(.65rem, env(safe-area-inset-left));
  }

  .poptrox-box {
    width: calc(100vw - 1.3rem);
    max-height: calc(100dvh - 1.3rem);
    border-radius: 14px;
  }

  .poptrox-box img {
    max-height: 52dvh;
  }

  .poptrox-caption {
    padding: .88rem .95rem .95rem;
    max-height: 32dvh;
  }

  .poptrox-caption strong {
    font-size: 1rem;
    line-height: 1.22;
  }

  .poptrox-caption span {
    font-size: .84rem;
    line-height: 1.5;
  }

  .poptrox-close {
    top: max(.55rem, env(safe-area-inset-top));
    right: max(.55rem, env(safe-area-inset-right));
    width: 48px;
    height: 48px;
    background: rgba(12, 14, 20, .86);
  }

  .poptrox-close::before,
  .poptrox-close::after {
    width: 19px;
  }

  .tourism-marker-shell {
    width: 118px !important;
    height: 48px !important;
  }

  .tourism-marker-pin {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }

  .tourism-marker-label {
    max-width: 108px;
    padding: .2rem .38rem .18rem;
    font-size: .6rem;
  }

  .tourism-map-pane .leaflet-popup-content {
    margin: .74rem .82rem .72rem;
  }

  .tourism-popup {
    width: min(220px, calc(100vw - 5rem));
    max-width: 220px;
  }

  .tourism-popup strong {
    font-size: .9rem;
  }

  .tourism-popup p {
    font-size: .78rem;
    line-height: 1.36;
  }

  .tourism-popup-image {
    height: 74px;
  }
}
