/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
}

html, body {
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  min-width: 1300px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #21549b;
}

img {
  -ms-interpolation-mode: bicubic;
}

input { border-radius: 0; }
button { -webkit-appearance: none; appearance: none; border-radius: 0; }

/* Image hover animations */
.carousel-slides img,
.experience-top-grid .card-image img,
.experience-grid .card-image img,
.destinations-top-grid .destination-card img,
.destinations-top-grid .destination-image-card img,
.destinations-grid .destination-image-card img,
.popmart-grid .card-image img {
  transition: transform 0.3s ease-in-out;
}

.carousel-slides img:hover,
.experience-top-grid .card-image img:hover,
.experience-grid .card-image img:hover,
.destinations-top-grid .destination-image-card img:hover,
.destinations-grid .destination-image-card img:hover,
.popmart-grid .popmart:hover .card-image img,
.experience-top-grid .experience-card-top:hover .card-image img,
.destinations-top-grid .destination-card:hover .card-image img {
  transform: scale(1.1);
}

/* Mobile nav hidden on desktop */
.mobile-nav { display: none; }

/* Header */
.header {
  position: relative;
  height: 885px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 72px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.header .opacity-layer {
  position: absolute;
  background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.12) 45%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  z-index: 1;
  height: 289px;
  width: 100%;
  top: 0;
  left: 0;
}

.header .opacity-layer-2 {
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
  z-index: 1;
  height: 400px;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* Navigation */
.header .nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: visible;
  cursor: default;
}

.nav .logo {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 56px;
}

.nav .logo a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav .logo:hover a .logo-pc {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(33, 84, 155, 0.28);
}

.nav .logo .logo-pc {
  height: 56px;
  width: 56px;
  object-fit: contain;
  background: linear-gradient(135deg, #e8f4fc 0%, #b8dff0 100%);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 4px 14px rgba(33, 84, 155, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav .logo .brand-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}

.nav .logo:hover .brand-name {
  color: #63cee8;
}

/* Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 85px;
  list-style: none;
}

.nav-menu > li {
  font-weight: 500;
  position: static;
  padding-bottom: 1px;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
}

.nav-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.nav-menu > li.dropdown:hover,
.nav-menu > li.dropdown.dropdown-open {
  border-color: #21549b;
}

.nav-menu > li.dropdown:hover .dropdown-menu,
.nav-menu > li.dropdown.dropdown-open .dropdown-menu {
  display: block;
}

/* Dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 16px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(37, 84, 155, 0.94);
  width: calc(100vw - 40px);
  max-width: 1300px;
  height: 258px;
  padding: 48px 84px 60px;
  border-radius: 2px;
}

.dropdown-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 18px;
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.dropdown-menu li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #fff;
}

/* Hero */
.hero {
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: default;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  gap: 3rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 21px;
  flex: 1;
  max-width: 707px;
}

.hero-content, .hero-button {
  position: relative;
  z-index: 2;
}

.hero-title {
  width: 707px;
  font-size: 39px;
  color: #fff;
  line-height: 50px;
  padding: 20px 0;
}

.hero-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 36px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  border: none;
  border-radius: 18px;
  cursor: pointer;
}

.hero-button img.hover-img { display: none; }
.hero-button:hover { background-color: #63cee8; color: #fff; }
.hero-button:hover img.hover-img { display: inline; }
.hero-button:hover img:not(.hover-img) { display: none; }

/* Hero Carousel */
.hero-carousel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 23px;
  position: relative;
  z-index: 2;
}

.carousel-nav { display: flex; gap: 20px; }

.carousel-prev, .carousel-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.9);
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.carousel-prev:hover, .carousel-next:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.carousel-slides {
  display: flex;
  gap: 8px;
  overflow: visible;
  border-radius: 8px;
}

.carousel-slide {
  width: 158px;
  height: 210px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}

.carousel-slide:hover { border-color: #fff; }
.carousel-slide.active { border-color: #fff; }

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile-hero-title { display: none; }
.mobile-carousel-indicators { display: none; }

/* Container & Section */
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.section { padding: 94px 0 140px; }

.section-title {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-bottom: 40px;
  color: #000;
  font-weight: bold;
}

.section-title > a {
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
}

.section-title img { margin: 0 12px; }

.card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Icon arrows */
.icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.icon.jump {
  transform: rotate(-45deg);
  margin-left: 12px;
}

.experience-top-btn .icon,
.destinations-top-btn .icon {
  width: 10px;
  height: 10px;
}

.experience-top-btn.prev .icon,
.destinations-top-btn.prev .icon {
  transform: rotate(135deg);
  margin-left: 3px;
}

.experience-top-btn.next .icon,
.destinations-top-btn.next .icon {
  transform: rotate(-45deg);
  margin-right: 3px;
}

.carousel-prev .icon {
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  margin-left: 3px;
}

.carousel-next .icon {
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-right: 3px;
}

.qa-top .jump .icon {
  width: 16px;
  height: 16px;
  border-color: #fff;
  transform: rotate(-45deg);
}

/* Experience Section */
.section.experience-section {
  overflow: hidden;
  padding-bottom: 90px;
}

.experience-top-grid {
  position: relative;
  width: 100%;
}

.experience-top-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  user-select: none;
}

.experience-top-scroll-container {
  display: flex;
  gap: 34px;
  transition: transform 0.5s ease;
}

.experience-top-grid .experience-top-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #63cee8;
  color: #63cee8;
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
}

.experience-top-grid .experience-top-btn:hover {
  background-color: #63cde7;
  color: #fff;
  border-color: transparent;
}

.experience-top-grid .experience-top-btn.prev { left: -58px; }
.experience-top-grid .experience-top-btn.next { right: -58px; }

.experience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  margin-top: 39px;
}

.experience-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 calc((100% - 68px) / 3);
  min-width: calc((100% - 68px) / 3);
  max-width: calc((100% - 68px) / 3);
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 570px;
  position: relative;
  cursor: pointer;
}

.experience-card-top .card-content {
  position: absolute;
  bottom: 72px;
  left: 0;
  padding: 0 34px;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.experience-card-top .card-content .card-button img.hover-img { display: none; }

.experience-card-top:hover .card-content {
  top: 50%;
  transform: translateY(-50%);
}

.experience-card-top:hover .card-content .card-button {
  background-color: #63cee8;
  color: #fff;
}

.experience-card-top:hover .card-content .card-button img.hover-img { display: inline; }
.experience-card-top:hover .card-content .card-button img:not(.hover-img) { display: none; }

.experience-card-top .card-content .card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 36px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  border: none;
  border-radius: 18px;
  cursor: pointer;
}

.experience-card-top .card-content h3 { font-size: 26px; color: #fff; }

.experience-card-top .card-image {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
}

.experience-card-top .card-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.experience-card-top:hover .card-image::after { opacity: 0.35; }

.experience-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(33.333% - 68px);
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
  min-width: 300px;
  max-width: 410px;
}

.experience-card .card-image { width: 100%; height: 250px; overflow: hidden; }
.experience-card .card-image img { width: 100%; height: 100%; object-fit: fill; transition: transform 0.3s ease; }

.experience-card .card-content {
  width: 100%;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.experience-card .card-content h3 { font-weight: normal; }

.experience-card .card-content .card-button {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 28px;
  cursor: pointer;
}

.experience-card .card-content .card-button img.hover-img { display: none; }
.experience-card .card-content .card-button:hover { color: #63cee8; }
.experience-card .card-content .card-button:hover img.hover-img { display: inline; }
.experience-card .card-content .card-button:hover img:not(.hover-img) { display: none; }

/* Snapshots */
.Snapshots-section { padding-bottom: 60px; }
.Snapshots-top-grid { width: 100%; overflow: hidden; }

.Snapshots-con {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  gap: 29px;
}

.Snapshots-con img { width: 100%; }

/* Destinations */
.destinations-section { padding-bottom: 90px; }

.destinations-top-grid { position: relative; width: 100%; }

.destinations-top-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  user-select: none;
}

.destinations-top-scroll-container {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
}

.destinations-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.destinations-top-grid .destinations-top-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #63cee8;
  color: #63cee8;
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
}

.destinations-top-grid .destinations-top-btn:hover {
  background-color: #63cde7;
  color: #fff;
  border-color: transparent;
}

.destinations-top-grid .destinations-top-btn.prev { left: -58px; }
.destinations-top-grid .destinations-top-btn.next { right: -58px; }

.destination-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: transform 0.3s ease;
  flex: 0 0 calc((100% - 40px) / 2);
  min-width: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
  height: 413px;
  position: relative;
  cursor: pointer;
}

.destination-card .card-content {
  position: absolute;
  bottom: 30px; left: 0;
  padding: 0 34px;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.destination-card:hover .card-content { top: 50%; transform: translateY(-50%); }
.destination-card .card-content h3 { font-size: 26px; color: #fff; }
.destination-card .card-content p { font-size: 18px; color: #fff; }

.destination-card .card-image {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
}

.destination-card .card-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.destination-card:hover .card-image::after { opacity: 0.35; }

.destination-pair {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 calc(33.33% - 66px);
  max-width: 640px;
  cursor: pointer;
}

.destination-pair .card-button img.hover-img { display: none; }
.destination-pair:hover .card-button { color: #63cee8; }
.destination-pair:hover .card-button img.hover-img { display: inline; }
.destination-pair:hover .card-button img:not(.hover-img) { display: none; }

.destination-text-card {
  height: 166px;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e2e2;
}

.destination-text-card h3 { font-size: 24px; margin-bottom: 18px; color: #333; }

.destination-image-card { height: 191px; overflow: hidden; }
.destination-image-card img { width: 100%; height: 100%; object-fit: cover; }

/* Mid Banner */
.mid-banner {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.mid-banner-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.mid-banner-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.mid-banner-slide.active { opacity: 1; pointer-events: auto; }

.mid-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 600px;
  margin-left: 48%;
  position: relative;
  z-index: 1;
}

.mid-banner-dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.mid-banner-dot {
  width: 13px; height: 13px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mid-banner-dot.active { background: #63cee8; }

.banner-content .card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 36px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  border: none;
  border-radius: 18px;
  cursor: pointer;
}

.banner-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}

/* Pop-mart / Shopping Section */
.popsmart-section { padding: 80px 0 108px; }

.popmart-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.popmart {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(50% - 30px);
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 413px;
  position: relative;
  cursor: pointer;
}

.popmart .card-content {
  position: absolute;
  bottom: 40px; left: 0;
  padding: 0 24px;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.popmart .card-content .card-button img.hover-img { display: none; }

.popmart:hover .card-content { top: 50%; transform: translateY(-50%); }
.popmart:hover .card-content .card-button { background-color: #63cee8; color: #fff; }
.popmart:hover .card-content .card-button img.hover-img { display: inline; }
.popmart:hover .card-content .card-button img:not(.hover-img) { display: none; }

.popmart .card-content .card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 36px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  border: none;
  border-radius: 18px;
  cursor: pointer;
}

.popmart .card-content h3 { font-size: 26px; color: #fff; }

.popmart .card-image {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
}

.popmart .card-image::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

.popmart .card-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  pointer-events: none;
}

.popmart:hover .card-image::after { opacity: 0.35; }

/* Plan Your Visit */
.plan-section { padding-bottom: 85px; }

.plan-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}

.plan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 16px 0;
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: 290px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  flex: 0 0 20%;
  max-width: 20%;
}

.plan-card:hover { border-bottom: 6px solid #21549b; }
.plan-card:hover h3 { color: #21549b; }
.plan-arrow { display: none; }
.plan-card:hover .plan-arrow { display: block; }

.plan-icon {
  width: 70px; height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.plan-icon img { max-width: 100%; max-height: 100%; object-fit: contain; }

.plan-card h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 26px;
}

.plan-card p {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

/* FAQ Section */
.qa-section {
  background: linear-gradient(180deg, #2f5094 0%, #62cbe7 100%);
  height: 715px;
  position: relative;
  overflow: hidden;
}

.qa-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 55px;
}

.qa-top {
  position: relative;
  height: 260px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: flex-end;
  align-items: center;
  max-width: 808px;
  margin: 0 auto;
  overflow: hidden;
}

.qa-top h2 {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 86px;
  color: #fff;
  font-weight: bold;
}

.qa-top h2 a {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
}

.qa-top::before {
  content: "FAQ";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%; left: 50%;
  font-size: 380px;
  font-weight: bold;
  color: rgba(255,255,255,0.02);
  letter-spacing: 10px;
  pointer-events: none;
  user-select: none;
}

.qa-top .qa-subtitle {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

.qa-cards { display: flex; gap: 35px; }

.qa-card {
  flex: 1 1 calc(100% / 4 - 60px);
  height: 318px;
  background-color: #fff;
  border-radius: 20px;
  padding: 34px 16px 34px 15px;
}

.qa-card:last-of-type {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc((100% / 4 - 60px) * 2);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.qa-card.qa-card-ai {
  display: flex;
  flex-direction: column;
}

.qa-input-top {
  flex: 1;
  display: flex;
  gap: 22px;
  padding-left: 30px;
  padding-top: 44px;
}

.qa-input-avatar {
  height: 50px;
  display: flex;
  align-items: center;
}

.qa-input-avatar img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  background: linear-gradient(135deg, #e8f4fc 0%, #b8dff0 100%);
  border-radius: 50%;
  padding: 5px;
}

.qa-input-answer {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.qa-input-bubble {
  position: relative;
  height: 50px;
  width: fit-content;
  padding: 0 18px;
  background: #eee;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #0b0b0b;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.qa-input-bubble::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 20px;
  width: 0; height: 0;
  transform: rotate(33deg);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 27px solid #eee;
}

.qa-input-bottom {
  height: 112px;
  background-color: #21549b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 49px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.qa-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.qa-input-field {
  flex: 1;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  color: #0b0b0b;
  outline: none;
}

.qa-input-field::placeholder { color: #999; font-size: 16px; }

.qa-send-button {
  position: absolute;
  right: 29px;
  width: 24px; height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa-send-button img { width: 100%; height: 100%; object-fit: contain; }

.qa-question {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  display: flex;
  margin-bottom: 18px;
  padding-right: 36px;
}

.qa-q { color: #21549b; font-weight: bold; font-size: 30px; margin-right: 8px; }

.qa-answer {
  display: flex;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.qa-a { color: #66d3e9; font-weight: bold; margin-right: 8px; font-size: 30px; }

/* Footer */
.footer {
  background-color: #21549b;
  color: #fff;
  padding-top: 85px;
}

.footer .container { position: relative; }

.footer .to-top {
  position: absolute;
  top: 0; right: 0;
  transform: translate(100px, -50px);
  cursor: pointer;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 88px;
}

.footer-section { max-width: 475px; }

.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.footer-logo .logo-pc {
  height: 56px;
  width: 56px;
  object-fit: contain;
  background: linear-gradient(135deg, #e8f4fc 0%, #b8dff0 100%);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 4px 14px rgba(33, 84, 155, 0.18);
}

.footer-logo .brand-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
}

.footer-description {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin: 27px 0 42px;
}

.footer-section h4 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.footer-section h4 a { transition: color 0.3s ease; color: #fff; }
.footer-section h4 a:hover { color: #64cee8; }

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 25px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-links a:hover { color: #64cee8; }

.social-section { margin-bottom: 49px; }

.social-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 17px;
}

.social-links .social-link { width: 36px; height: 36px; }
.social-links .social-link img { width: 100%; height: 100%; object-fit: contain; }

.contact-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 42px;
}

.disclaimer-section a { color: #fff; transition: color 0.3s ease; }
.disclaimer-section a:hover { color: #64cee8; }

.footer-bottom {
  width: 100%;
  height: 113px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom-content {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.footer-bottom a { transition: color 0.3s ease; color: #fff; }
.footer-bottom a:hover { color: #64cee8; }

/* Mobile Overlays */
.mobile-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(33, 84, 155, 0.97);
  padding: 40px 0;
}

.mobile-search-overlay.active {
  display: flex;
  flex-direction: column;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 9999;
  background-color: rgba(33, 84, 155, 0.97);
}

.mobile-menu-overlay.active { display: block; }

/* Lock scroll */
.lock-scroll { overflow: hidden; height: 100%; }

/* Responsive - Tablet */
@media screen and (max-width: 1500px) {
  .footer .to-top { transform: translate(-10px, -50px); }
}

@media screen and (max-width: 1300px) {
  .carousel-slides { transform: translateX(0); }
  html, body { min-width: 100%; }
  .container { max-width: 95%; padding: 0 20px; }
  .experience-top-grid .experience-top-btn.prev,
  .destinations-top-grid .destinations-top-btn.prev { left: 0; }
  .experience-top-grid .experience-top-btn.next,
  .destinations-top-grid .destinations-top-btn.next { right: 0; }
}

/* Responsive - Mobile */
@media screen and (max-width: 767px) {
  html, body { min-width: 100%; overflow-x: hidden; }
  .container { width: auto; padding: 0 20px; }
  
  .mobile-nav {
    padding: 0 20px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .mobile-nav .logo { flex: 1; display: flex; gap: 10px; align-items: center; }
  .mobile-nav .logo a { display: flex; align-items: center; gap: 10px; }
  .mobile-nav .logo .logo-mobile {
    height: 40px;
    width: 40px;
    object-fit: contain;
    background: linear-gradient(135deg, #e8f4fc 0%, #b8dff0 100%);
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(33, 84, 155, 0.18);
  }
  .mobile-nav .logo .brand-name {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #21549b;
    text-transform: uppercase;
  }
  .mobile-nav .mobile-nav-icons { display: flex; gap: 16px; align-items: center; }
  .mobile-nav .mobile-nav-icons img { width: 24px; height: 24px; cursor: pointer; }
  
  .header { height: 500px; padding-bottom: 0; }
  .header .nav { display: none; }
  
  .hero { position: absolute; bottom: 40px; width: 100%; padding: 0 20px; }
  .hero-title { display: none; }
  .hero-carousel { display: none; }
  .mobile-hero-title { display: block; font-size: 22px; color: #fff; line-height: 1.3; }
  .mobile-carousel-indicators { display: flex; position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); gap: 8px; z-index: 5; }
  .mobile-carousel-indicators .indicator { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); }
  .mobile-carousel-indicators .indicator.active { background: #fff; }
  
  .section { padding: 40px 0; }
  .section-title { font-size: 22px; margin-bottom: 20px; }
  
  .experience-card-top { flex: 0 0 80%; min-width: 80%; height: 400px; }
  .experience-grid { flex-direction: column; }
  .experience-card { max-width: 100%; min-width: 100%; }
  
  .destination-card { flex: 0 0 100%; min-width: 100%; height: 300px; }
  .destinations-grid { flex-direction: column; }
  .destination-pair { max-width: 100%; }
  
  .mid-banner { min-height: 300px; }
  .mid-banner-slides { min-height: 300px; }
  .banner-content { margin-left: 10%; max-width: 80%; }
  .banner-title { font-size: 20px; }
  
  .popmart { height: 300px; }
  .popmart-grid { flex-direction: column; }
  
  .plan-card { flex: 0 0 50%; max-width: 50%; height: 200px; padding: 30px 10px 0; }
  .plan-icon { width: 50px; height: 50px; margin-bottom: 15px; }
  
  .qa-section { height: auto; padding: 40px 0; }
  .qa-top { height: auto; }
  .qa-top h2 { font-size: 48px; }
  .qa-cards { flex-direction: column; }
  .qa-card { height: auto; min-height: 200px; }
  
  .footer-content { flex-direction: column; gap: 40px; }
  .footer .to-top { display: none; }
  .footer-bottom-content { flex-direction: column; padding: 20px 0; height: auto; }
}
