/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Serif Display", serif;
  font-family: DM Serif Display, DM Serif Display;
  background-color: #0a0a0a;
  color: #ffffff;
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
}

.page-wrapper {
  min-height: 60vh;
  background-color: #000000;
  overflow: hidden;
  transform-origin: 0 0;
  transition: transform 0.3s ease;
  position: relative;
}

/* Section Container */
.section-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 40px;
}

/* Section Title */
.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  font-family: "DM Serif Display", serif;
}

.title-icon {
  margin: 0 20px;
  font-size: 40px;
}

/* Buttons */
.btn-primary {
  background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
  color: #ffffff;
  padding: 18px 60px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(83, 254, 205, 0.3);
  font-family: "DM Serif Display", serif;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(83, 254, 205, 0.5);
}

.btn-secondary {
  background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
  color: #ffffff;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "DM Serif Display", serif;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(83, 254, 205, 0.4);
}

.btn-outline {
  background: transparent;
  color: #53fecd;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #53fecd;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  font-family: "DM Serif Display", serif;
}

.btn-outline:hover {
  background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
  color: #ffffff;
  border-color: transparent;
}

/* ================================
   Banner Section
   ================================ */
.banner-section {
  width: 100%;
  height: 780px;
  position: relative;
  overflow: visible;
  background-color: #000000;
}

.banner-container {
  width: 100%;
  height: 780px;
  margin: 0 auto;
  position: relative;
  background-image: url("../images/header_bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-center-nav {
  height: 157px;
  width: 100%;
  max-width: 1593px;
  background-image: url("../images/header_menu_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 196px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.banner-center-nav .logo-image {
  height: 179px;
  width: auto;
  object-fit: cover;
}

.banner-center-nav .nav-btns-left,
.banner-center-nav .nav-btns-right {
  flex: 1 1 0;
  height: 38px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}

.banner-center-nav .nav-btns-right .nav-btn,
.banner-center-nav .nav-btns-left .nav-btn {
  font-family: DM Serif Display, DM Serif Display;
  font-size: 28px;
  background: linear-gradient(270deg, #8a6a38 0%, #dfc897 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  cursor: pointer;
}

.banner-center-nav .nav-btns-left .nav-btn.active {
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  position: relative;
}

.banner-center-nav .nav-btns-left .nav-btn.active::after {
  content: " ";
  width: 100%;
  height: 10px;
  background: url(../images/btn-active-line.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.banner-center-wrapper {
  width: 424px;
  height: 134px;
  background: url(../images/banner-center.png) no-repeat center center;
  background-size: 100% 100%;
  line-height: 160px;
  margin-top: 500px;
}

.banner-center-image {
  width: 424px;
  height: 134px;
  display: block;
}

.banner-join-text {
  font-size: 38px;
  text-align: center;
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  cursor: pointer;
}

.banner-below-wrapper {
  position: absolute;
  /* top: 528px; */
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  margin-top: 25px; /* Overlap with banner section */
}

.banner-below-bg {
  width: 860px;
  height: 160px;
  display: block;
}

.banner-below-text-container {
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-below-text {
  font-size: 14px;
  text-align: center;
  background: linear-gradient(90deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gap-bar {
  height: 55px;
  width: 100%;
}


/* Scroll Notification Bar */
.scroll-notification-bar {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(214, 205, 109, 0.2);
  margin-bottom: 20px;
  margin-top: 45px;
}

.scroll-notification-content {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  animation: scroll-notification 120s linear infinite;
  width: fit-content;
}

.scroll-notification-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: "DM Serif Display", serif;
  color: #f1dcc7;
  flex-shrink: 0;
}

.scroll-name {
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}

.scroll-text {
  color: #f1dcc7;
}

.scroll-time {
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}

.scroll-separator {
  color: rgba(214, 205, 109, 0.5);
  margin: 0 10px;
}

@keyframes scroll-notification {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.scroll-notification-bar:hover .scroll-notification-content {
  animation-play-state: paused;
}

/* ================================
   Content Sections Wrapper
   ================================ */
.content-sections-wrapper {
  width: 100%;
  min-height: 60vh;
  position: relative;
  background-image: url("../images/content-bg.jpg");
  background-size: 100% 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.queue-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 40px auto 0;
  max-width: 1260px;
}

.queue-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-family: DM Serif Display, DM Serif Display;
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.queue-item > img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.queue-label {
  background: #3a5a7a;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
}

.queue-icon {
  font-size: 18px;
}

/* Activity Center Section */
.activity-center {
  height: 504px;
  max-width: 1200px;
  margin: 10px auto 60px;
  padding: 0 20px;
  box-sizing: border-box;
  background: url("../images/activity-bg.png") no-repeat center center;
  background-size: cover;
}

.activity-title {
  text-align: center;
  font-size: 36px;
  height: 75px;
  line-height: 2;
  font-family: DM Serif Display, DM Serif Display;
  margin-bottom: 0;
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 2px;
}

.activity-tabs {
  height: 58px;
  display: flex;
  justify-content: space-between;
}

.tab-btn {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-family: DM Serif Display, DM Serif Display;
  font-size: 20px;
  transition: color 0.3s;
  position: relative;
  background: linear-gradient(270deg, #8a6a38 0%, #dfc897 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tab-btn.active {
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tab-btn.active::after {
  content: " ";
  width: 100%;
  height: 10px;
  background: url(../images/btn-active-line.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.tab-btn:hover {
  color: #c9a961;
}

.activity-content {
  height: 368px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  /* gap: 30px; */
}

.activity-content-left {
  width: 462px;
  padding: 0 26px;
  box-sizing: border-box;
}

.activity-list {
  height: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
  overflow-y: auto;
  /* WebKit (Chrome, Edge, Safari): transparent track and gradient thumb */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; /* Firefox: thinner scrollbar */
  scrollbar-color: #dfc897 transparent; /* Firefox fallback: thumb color and track color */
}

/* WebKit scrollbar styling */
.activity-list::-webkit-scrollbar {
  width: 10px;
  background: transparent; /* scrollbar background */
}
.activity-list::-webkit-scrollbar-track {
  background: transparent; /* track background */
}
.activity-list::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #8a6a38 0%, #dfc897 100%), #d9d9d9;
  border-radius: 8px;
}

.activity-item {
  width: 100%;
  font-size: 18px;
  color: #aaa;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(270deg, #8a6a38 0%, #dfc897 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.activity-item:hover {
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.activity-item .label {
  flex: 1 1 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-item .date {
  min-width: fit-content;
  color: #666;
  margin-right: 12px;
}

.activity-featured {
  height: 364px;
  position: relative;
}

.activity-featured::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/activity-rectangle.png) no-repeat center center;
  background-size: 100% 100%;
}

.featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* =============================== */

.activity-title-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 1200px;
  margin-top: 110px;
  margin-bottom: 17px;
}

.activity-title-image {
  width: 1200px;
  height: 74px;
  display: block;
}

.activity-title-text {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  text-align: center;
  background: linear-gradient(90deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

/* ================================
   Activity Center Section
   ================================ */
.activity-section {
  padding: 0 0 0;
}

.section-divider-wrapper {
  position: relative;
  margin: 45px auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.section-divider {
  display: block;
  width: 408px;
  height: 105px;
  background: url(../images/frame-296.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-divider-text {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  background: linear-gradient(90deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.video-section-wrapper {
  position: relative;
  padding-top: 75px;
}

.video-title-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.video-title-image {
  display: block;
  margin: 0 auto;
  width: 762px;
  height: 130px;
}

.video-title-text {
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  text-align: center;
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.activity-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}

.carousel-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.carousel-arrow:hover {
  transform: scale(1.1);
}

.carousel-arrow img {
  display: block;
  width: 55px;
  height: 55px;
}

.activity-cards-container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}

.activity-card-new {
  width: 274px;
  height: 441px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  background: url(../images/hot-products-card.png) no-repeat center center;
  background-size: cover;
}

.activity-card-new:hover {
  background: url(../images/hot-products-card-active.png) no-repeat center
    center;
  background-size: cover;
}

.card-badge-wrapper {
  width: 96px;
  height: 93px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 5;
  background: url(../images/card-badge.png) no-repeat center center;
  background-size: cover;
  padding: 12px 17px;
}

.card-badge-text {
  font-size: 16px;
  background: linear-gradient(90deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-num {
  width: 49px;
  background: url(../images/bracket.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
}

.card-num span {
  display: block;
  line-height: 22px;
  height: 22px;
  font-size: 32px;
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-title-main {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.card-title-main > img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  vertical-align: middle;
}

.card-title-main .price-label {
  font-size: 24px;
  background: linear-gradient(270deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-title-main .original-label {
  font-size: 16px;
  background: linear-gradient(270deg, #8a6a38 0%, #dfc897 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-content-wrapper {
  width: 223px;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-text-bg-wrapper {
  background: url(../images/activity_text_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.card-text-top {
  padding: 13px 0 24px 0;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  background: linear-gradient(90deg, #d6cd6d 0%, #fff9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-text-bottom {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(270deg, #8a6a38 0%, #dfc897 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: -12px;
}

.card-content-image {
  width: 162px;
  height: 162px;
  object-fit: cover;
  display: block;
  margin: auto;
  margin-bottom: 16px;
}

/* ================================
   Tutorial Video Section
   ================================ */
.video-section {
}

.video-carousel-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.video-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.video-arrow-left {
  left: 50%;
  margin-left: -460px;
}

.video-arrow-right {
  right: 50%;
  margin-right: -460px;
}

.video-arrow img {
  display: block;
  width: 50px;
  height: 50px;
}

.video-cards-container {
  display: flex;
  gap: 113px;
  position: relative;
  justify-content: center;
}

.video-card-new {
  position: relative;
}

.video-card-center {
  width: 805px;
  height: 505px;
  flex-shrink: 0;
  position: relative;
  background: url(../images/video-card-bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card-center iframe {
  display: none;
}

.video-card-bg {
  width: 724px;
  height: 408px;
  display: block;
  /* margin: 48px auto 40px; */
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 226px;
  height: 226px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-card-title {
  font-size: 24px;
  color: #f1dcc7;
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.video-card {
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  border: 2px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.video-card:hover {
  transform: translateY(-8px);
  border-color: #53fecd;
  box-shadow: 0 8px 30px rgba(83, 254, 205, 0.2);
}

.video-thumbnail {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-card:hover .video-thumbnail img {
  transform: scale(1.1);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.video-card:hover .play-button {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 30px rgba(83, 254, 205, 0.6);
}

.video-title {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-family: "DM Serif Display", serif;
}

/* ================================
   Floating Queue Window
   ================================ */
.floating-queue-window {
  width: 411px;
  min-height: 291px;
  height: auto;
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.queue-bg-image {
  width: 411px;
  height: 291px;
  display: none;
}

.queue-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 14px 0 20px 0;
  background: url(../images/float_window_bg2.png) no-repeat center top;
      background-size: 93% calc(100% - 50px);
          background-position-y: 50px;
              background-position: bottom;
}

.queue-main-title {
  width: 258px;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(270deg, #86764d 0%, #b6a67d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  position: relative;
      margin-top: 14px;
}

.queue-main-title::after {
  content: " ";
  background: url(../images/title-line.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.queue-tab-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
    background: url(../images/float_window_bg1.png) no-repeat center top;
  background-size: 100% 100%;
}

.pop-up-logo {
  width: 80px;
  height: 61px;
}

.queue-tab-btn {
  padding: 10px;
  font-family: DM Serif Display, DM Serif Display;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: transparent;
  color: #86764d;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.queue-tab-btn.active {
  background: linear-gradient(90deg, #86764d 0%, #b6a67d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.queue-tab-content {
  display: none;
}

.queue-tab-content.active {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding-bottom: 12px;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 0 60px;
}

.queue-status-info {
  width: 250px;
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  color: #86764d;
  margin-top: 10px;
}

.queue-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.queue-input-1 {
  top: 140px;
}

.queue-input-2 {
  top: 177px;
}

.queue-input {
  width: 214px;
  height: 30px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 10px;
  font-family: "DM Serif Display", serif;
  font-size: 13px;
  color: #86764d;
  background: url(../images/queue-input-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.queue-input::placeholder {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 13px;
  color: #757575;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.queue-buttons {
  display: flex;
  gap: 20px;
  margin-top: 12px;
}

.queue-action-btn {
  width: 147px;
  height: 35px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.queue-action-btn:hover .queue-btn-bg {
  transform: scale(1.05);
}

.queue-action-btn:hover .queue-btn-text {
  transform: translate(-50%, -50%) scale(1.05);
}

.queue-btn-bg {
  width: 147px;
  height: 35px;
  display: block;
  transition: transform 0.3s ease;
}

.queue-btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: DM Serif Display, DM Serif Display;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  /* background: linear-gradient(90deg, #86764d 0%, #b6a67d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  white-space: nowrap;
  transition: transform 0.3s ease;
  color: #1a1814;
}

.queue-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.queue-wait-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.queue-wait-text {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  color: #86764d;
  margin-bottom: 0px;
}

.queue-progress-wrapper {
  position: relative;
  width: 152px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.queue-progress-bg {
  width: 152px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.queue-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #8b0000 0%, #ff0000 100%);
  border-radius: 10px;
  transition: width 0.3s ease;
  z-index: 1;
}

.queue-progress-info {
  width: 100%;
  position: relative;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.queue-progress-left {
  font-family: DM Serif Display, DM Serif Display;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  text-transform: none;
  color: #86764d;
  white-space: nowrap;
}

.queue-progress-right {
  font-family: DM Serif Display, DM Serif Display;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #86764d;
  white-space: nowrap;
}

.queue-status-boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 4px;
}

.queue-status-box {
  width: 240px;
  min-height: 22px;
  background: #141310;
  border-radius: 1px;
  border: 0px solid #514a3d;
  display: grid;
  grid-template-columns: 70px 3px 1fr;
  align-items: center;
  padding: 4px 0;
  gap: 7px;
}

.status-box-label {
  font-family: DM Serif Display, DM Serif Display;
  font-weight: 400;
  font-size: 11px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  color: #86764d;
  white-space: nowrap;
}

.status-box-divider {
  width: 3px;
  min-height: 18px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(196, 163, 94, 0) 0%,
    #c4a35e 50%,
    rgba(196, 163, 94, 0) 100%
  );
  border-radius: 0px;
}

.status-box-value {
  font-family: DM Serif Display, DM Serif Display;
  font-weight: 400;
  font-size: 11px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  color: #9d8d64;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
}

/* ================================
   Section Footer
   ================================ */
.section-footer {
  text-align: center;
  margin-top: 40px;
}

/* ================================
   Responsive Design
   ================================ */

/* PC端等比例缩放 - 由JavaScript控制 */

/* 手机端布局 (≤ 480px) */
@media (max-width: 480px) {
  .scroll-notification-bar {
    margin-top: 0px;
  }
  
    
  .sm-none {
    display: none;
  }
  /* 取消PC端缩放效果 */
  .page-wrapper {
    width: 100% !important;
    transform: none !important;
  }

  body {
    overflow-x: hidden;
  }

  /* Banner区域调整 */
  .banner-section {
    height: 160px;
  }

  .banner-container {
    height: 160px;
  }

  .banner-center-wrapper {
    height: 42px;
    width: 133px;
    aspect-ratio: 424 / 134;
    line-height: 52px;
    margin-top: 110px;
  }

  .banner-center-image {
    width: 212px;
    height: 67px;
  }

  .banner-join-text {
    font-size: 13px;
  }

  /* banner-below-wrapper 改为相对定位，放在banner下方 */
  .banner-below-wrapper {
    bottom: -210px;
  }

  .banner-below-bg {
    width: 100vw;
    height: 212px;
    aspect-ratio: 596 / 160;
  }

  .banner-below-text-container {
    top: 54px;
    width: 380px;
    height: 29px;
  }

  .banner-below-text {
    font-size: 10px;
  }

  /* 查询窗口改为普通区块 */
  .floating-queue-window {
    min-height: 255px;
    position: unset;
    transform: none !important;
    width: calc(100% - 40px);
    margin: 20px;
    margin-top: 188px;
  }

  .queue-bg-image {
    width: 100%;
    height: auto;
  }

  .queue-content {
  }

  /* 查询窗口内部元素等比例缩放 */
  .queue-main-title {
    font-size: 16px;
    margin-top: 18px;
  }

  .queue-tab-buttons {}

  .queue-tab-btn {
    padding: 5px;
    font-size: 10px;
  }

  .queue-input-wrapper {
    width: 150px;
    height: auto;
  }

  .queue-input-1 {
    top: 101px;
  }

  .queue-input-2 {
    top: 135px;
  }

  .queue-input {
    font-size: 10px;
    padding: 0 8px;
  }

  .queue-input::placeholder {
    font-size: 10px;
  }

  .queue-buttons {
    top: 175px;
    gap: 15px;
  }

  .queue-action-btn {
    width: 100px;
    height: auto;
  }

  .queue-btn-bg {
    width: 100px;
    height: auto;
  }

  .queue-btn-text {
    font-size: 12px;
  }

  /* STATUS tab内容 */
  .queue-wait-info {
    top: 52px;
  }

  .queue-wait-text {
    font-size: 10px;
  }

  .queue-progress-wrapper {
    width: 120px;
    height: 16px;
  }

  .queue-progress-bg {
    width: 120px;
    height: 16px;
  }

  .queue-progress-info {
  }

  .queue-progress-left {
    left: -50px;
    font-size: 10px;
  }

  .queue-progress-right {
    right: -50px;
    font-size: 10px;
  }

  .queue-status-boxes {
    top: 141px;
    gap: 3px;
  }

  .queue-status-box {
    min-height: 15px;
  }

  .status-box-label {
    font-size: 8px;
  }

  .status-box-divider {
    left: 55px;
    width: 2px;
    height: 12px;
  }

  .status-box-value {
    left: 62px;
    font-size: 8px;
  }

  /* Content Sections Wrapper - 减少背景图高度 */
  .content-sections-wrapper {
    min-height: auto !important;
    background-size: cover;
    padding-bottom: 100px;
  }

  /* Activity Center 调整 */
  .activity-title-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-top: 0px;
  }

  .activity-title-image {
    width: 363px;
    max-width: 600px;
    height: 44px;
    margin: 0 auto;
    display: block;
  }

  .activity-title-text {
    font-size: 17px;
    top: 6px;
  }

  /* 活动卡片改为2×2网格 */
  .activity-carousel-wrapper {
    padding: 0 20px;
  }

  .carousel-arrow {
    display: none; /* 隐藏PC端的切换箭头 */
  }

  .activity-cards-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }

  .activity-card-new {
    width: 100%;
    height: auto;
    aspect-ratio: 387 / 624;
  }

  .card-content-image,
  .card-badge-image {
    width: 100%;
    height: auto;
  }

  .card-badge-image {
    width: 68px;
  }
  .card-content-image {
    width: 102px;
    margin-bottom: 8px;
  }

  .card-badge-wrapper {
    left: 2px;
    width: 60px;
    height: 58px;
    aspect-ratio: 96 / 93;
    padding: 6px 12px;
  }

  .card-content-wrapper {
    width: calc(100% - 60px);
    aspect-ratio: 223 / 288;
    bottom: 60px;
  }

  .card-title-main {
    bottom: 26px;
  }

  .card-title-main > img {
    width: 18px;
    height: 18px;
  }
  .card-title-main .price-label {
    font-size: 15px;
  }
  .card-title-main .original-label {
    font-size: 10px;
    margin-top: 4px;
  }

  .card-badge-text {
    font-size: 11px;
    top: 18px;
    left: 14px;
  }

  .card-badge-wrapper .card-num {
    width: 30px;
  }

  .card-badge-wrapper .card-num span {
    font-size: 20px;
    height: 14px;
    line-height: 14px;
  }

  .card-text-top {
    font-size: 10px;
    bottom: 18px;
  }

  .card-text-bottom {
    font-size: 11px;
    bottom: 0px;
  }

  /* Section Divider */

  .section-divider {
    width: 170px;
    height: 44px;
  }

  .section-divider-text {
    font-size: 14px;
  }

  /* Video Section 调整 */
  .video-section-wrapper {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 32px;
  }

  .video-title-wrapper {
  }

  .video-title-image {
    width: 82vw;
    max-width: 381px;
    height: auto;
  }

  .video-title-text {
    font-size: 12px;
    top: 28px;
  }

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

  .video-carousel-wrapper {
    padding: 0;
  }

  /* 视频卡片 - 只显示中间一个 */
  .video-cards-container {
    width: 100vw;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
  }

  .video-card-new .video-card-center {
    width: calc(100vw - 84px);
    height: auto;
    aspect-ratio: 805 / 505;
    flex-shrink: 0;
  }

  .video-card-bg {
    width: calc(100% - 30px);
    height: auto;
    aspect-ratio: 724 / 408;
  }

  .video-card-center iframe {
    width: calc(100% - 30px);
    height: auto;
    aspect-ratio: 724 / 408;
    object-fit: cover;
  }

  .video-play-button {
    width: 70px;
    height: 70px;
  }

  .video-card-title {
    font-size: 12px;
    margin-top: 5px;
  }

  /* 视频箭头调整为手机端样式 */
  .video-arrow {
    z-index: 20;
  }

  .video-arrow-left {
    left: 15px;
    margin-left: 0;
  }

  .video-arrow-right {
    right: 15px;
    margin-right: 0;
  }

  .video-arrow img {
    width: 30px;
    height: 30px;
  }

  .activity-center {
    height: 390px;

    background: url("../images/activity-bg-mobile.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 0 14px;
  }

  .activity-title {
    font-size: 12px;
    height: 28px;
    line-height: 33px;
  }

  .activity-content {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .activity-content-left {
    padding: 0;
    width: calc(100% - 30px);
    margin: auto;
  }

  .activity-tabs {
    height: 40px;
    font-size: 12px;
  }

  .tab-btn.active::after {
    height: 6px;
  }

  .activity-list {
    height: 130px;
    padding: 6px 0;
    gap: 8px;
  }

  .tab-btn {
    font-size: 12px;
  }

  .activity-item {
    font-size: 13px;
  }

  .activity-featured {
    width: 100%;
    height: 153px;
  }
}
