/* =========================================================
   ETB NEW YEAR HERO BANNER — FINAL FULL CSS VERSION
   ========================================================= */

/* -----------------------------
   Root container
----------------------------- */
.ETB-NY-hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  font-family: inherit;
}

/* -----------------------------
   Image area
----------------------------- */
.ETB-NY-hero .ETB-NY-hero-media {
  position: relative;
  width: 100%;
  line-height: 0;
}

.ETB-NY-hero .ETB-NY-hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Mobile default — no overlay */
.ETB-NY-hero .ETB-NY-hero-overlay {
  display: none;
}

/* -----------------------------
   Content block (mobile default)
   For mobile: placed BELOW the image (not overlay)
----------------------------- */
.ETB-NY-hero .ETB-NY-hero-content {
  position: static;
  max-width: none;
  margin: 10px 6% 18px;
  padding: 12px 14px 14px;
  text-align: center;

  background: #111;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);

  color: #fff;
}

/* Eyebrow small label */
.ETB-NY-hero .ETB-NY-eyebrow {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 6px;

  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  border-radius: 999px;
  background: rgba(255, 212, 71, 0.16);
  color: #ffd447;
}

/* Subtitle / description */
.subpages .ETB-NY-hero .ETB-NY-subtitle {
  font-size: 18px ;   
  line-height: 1.6 ;
  margin: 10px 0 22px ;
  color: #f5f5f5 ;
  max-width: 460px;
}

/* -----------------------------
   Countdown style
----------------------------- */
.ETB-NY-hero .ETB-NY-countdown {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;

  padding: 8px 10px;

  border-radius: 999px;
  background: rgba(9, 9, 9. 0.9);
  border: 1px solid rgba(255, 212, 71, 0.7);

  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.5);
}

/* Individual countdown box */
.ETB-NY-hero .ETB-NY-countdown-item {
  min-width: 46px;
  text-align: center;
}

.ETB-NY-hero .ETB-NY-count-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffd447;
}

.ETB-NY-hero .ETB-NY-count-label {
  display: block;
  margin-top: 2px;

  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0;
}

/* =========================================================
   DESKTOP VERSION — 1025px+
   卡片移到右侧，背景在右侧加暗角
   ========================================================= */
@media (min-width: 1025px) {

  .ETB-NY-hero .ETB-NY-hero-overlay {
 display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: linear-gradient(
      to right,
      rgba(255,255,255,0.28) 0%,     /* 左：亮一点，让球体更透亮 */
      rgba(255,255,255,0.10) 20%,    /* 渐淡 */
      rgba(0,0,0,0.00) 55%,          /* 中间：正常完全不变 */
      rgba(0,0,0,0.10) 78%,          /* 右微暗，用来提升倒计时可读性 */
      rgba(0,0,0,0.20) 100%          /* 最右微微压深一点 */
    );
  }

  /* 文案 + 倒计时卡片：靠右悬浮 */
  .ETB-NY-hero .ETB-NY-hero-content {
    position: absolute;
    right: 5%;              /* 🔁 从 left 改为 right */
    left: auto;
    bottom: 12%;

    max-width: 640px;
    padding: 26px 32px 30px;
    margin: 0;

    text-align: left;

    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.65);

    color: #fff;
  }

  .ETB-NY-hero .ETB-NY-eyebrow {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .subpages .ETB-NY-hero .ETB-NY-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0 20px;
    line-height: 1.45;
  }

  .ETB-NY-hero .ETB-NY-countdown {
    padding: 14px 22px;
    gap: 14px;
  }

  .ETB-NY-hero .ETB-NY-countdown-item {
    min-width: 70px;
  }

  .ETB-NY-hero .ETB-NY-count-value {
    font-size: 26px;
    font-weight: 700;
  }

  .ETB-NY-hero .ETB-NY-count-label {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}

/* ===== TRAY & CANOPY FESTIVE PACKAGES (LIGHT + MOBILE SLIDER) ===== */

.ny-packages {
  --ny-bg: #f5f7fc;
  --ny-card-bg: #ffffff;
  --ny-card-border: rgba(15, 23, 42, 0.06);
  --ny-gold: #f4c973;
  --ny-gold-soft: #f8e1a2;
  --ny-red: #ff463c;
  --ny-red-dark: #e02d32;
  --ny-text-main: #111827;
  --ny-text-soft: #4b5563;
  --ny-text-muted: #9ca3af;

  padding: 64px 4vw 80px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.95), transparent 60%),
    radial-gradient(circle at 100% 0%, rgba(200, 222, 255, 0.9), transparent 65%),
    radial-gradient(circle at 0% 100%, rgba(253, 230, 200, 0.7), transparent 55%),
    var(--ny-bg);
  color: var(--ny-text-main);
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.ny-packages-inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* ------- Header：整体居中 ------- */

.ny-packages-head {
  text-align: center;
  margin-bottom: 36px;
}

.ny-packages-heading {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ny-packages-sub {
  margin: 0 0 20px;
  font-size: 0.98rem;
  color: var(--ny-text-soft);
}

/* 顶部 CTA 按钮 */

.ny-packages-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ny-red), var(--ny-red-dark));
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(148, 27, 35, 0.35);
}

.ny-packages-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(148, 27, 35, 0.5);
}

.ny-packages-cta-icon {
  font-size: 2rem;
  margin-bottom:3px;
}

/* ================== PC / 平板：网格布局 ================== */

.ny-packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* 卡片基础样式（浅色） */

.ny-card {
  background: linear-gradient(145deg, #ffffff, #f3f6ff);
  border-radius: 24px;
  padding: 15px 15px 20px;
  border: 1px solid var(--ny-card-border);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  color: var(--ny-text-main);
}

/* 图片区域 */

.ny-card-media {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 6px;
  background: linear-gradient(to bottom, #f2f6ff, #c3d4f4);
}

.ny-card-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* 文本内容 */

.ny-card-body {
  padding: 6px 4px 0;
}

.ny-card-title {
  margin: 0 0 4px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subpage .ny-card-sub {
  margin: 0 0 10px;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #a4a4a4;
}

.ny-card-features {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 0.9rem;
  color: var(--ny-text-soft);
  line-height: 1.6;
}

.ny-card-features li {
  position: relative;
  padding-left: 14px;
}

.ny-card-features li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  left: 0;
  top: 0.73em;
  background: radial-gradient(circle, var(--ny-red) 0, #ffb199 90%);
}

/* 定价区：固定在卡片底部 */

.ny-card-pricing {
  margin-top: auto;  /* 让这一块一直贴着底部，对齐所有折扣卡片 */
  padding-top: 16px;
}

/* 折扣卡片（深色小牌） */

.ny-deal-card {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(to bottom, #0f172a, #020617);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.7);
}

.ny-deal-header {
  background: linear-gradient(135deg, var(--ny-gold), var(--ny-gold-soft));
  color: #1a1208;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 12px;
}

.ny-deal-body {
  padding: 10px 14px 8px;
  font-size: 0.86rem;
  color: #e5e7eb;
}

.ny-deal-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 2px 0;
}

.ny-deal-label {
  color: #9ca3af;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ny-deal-old {
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 1.6rem;
}

.ny-deal-now {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
}

.ny-deal-save {
  text-align: center;
  padding: 7px 12px 8px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(to right, #111827, #020617);
  color: var(--ny-gold-soft);
}

/* 卡片底部按钮 */

.ny-card-btn {
  display: block;
  margin-top: 12px;
  width: 100%;
  text-align: center;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  background: linear-gradient(135deg, var(--ny-red), var(--ny-red-dark));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(148, 27, 35, 0.45);
}

/* 锁住所有状态下的文字颜色 */
.ny-card-btn,
.ny-card-btn:hover,
.ny-card-btn:active,
.ny-card-btn:focus {
  color: #fff;
}

.ny-packages-cta,
.ny-packages-cta:hover,
.ny-packages-cta:active,
.ny-packages-cta:focus {
  color: #fff;
}



.ny-card-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(148, 27, 35, 0.6);
}

/* ================== 响应式 ================== */

@media (max-width: 1024px) {
  .ny-packages {
    padding: 56px 4vw 70px;
  }
}

/* ------- 手机：变成横向滑动的 slider ------- */

@media (max-width: 768px) {
  .ny-packages {
    padding: 48px 16px 60px;
  }

  /* Header 在手机上保持居中就行 */
  .ny-packages-head {
    text-align: center;
  }

  /* 让 grid 变成一行横向滚动 */
  .ny-packages-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 18px;
    padding-bottom: 6px;
  }

  .ny-packages-grid::-webkit-scrollbar {
    display: none; /* 隐藏滚动条，保留滑动 */
  }

  /* 每张卡占一屏多一点，左右滑 */
  .ny-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
    border-radius: 22px;
  }
}


/* imgptc */

.ny-card-media {
  position: relative; 
}

.ny-card-media::after {
  content: "";
  position: absolute;
  inset: 0;          
  z-index: 5;
  background: transparent;
  pointer-events: auto;  
}


/* FAQ Module */
.PROMO-FAQ-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto;
  max-width:1280px;
}

.PROMO-FAQ-container {
  margin: 0 auto;
}

.PROMO-FAQ-h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #555555;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: none; 
}

.PROMO-FAQ-faq {
  list-style: none;
  padding: 0;
  margin: 0;
}

.PROMO-FAQ-faq li {
  background-color: #f7f7f7; 
  margin-bottom: 10px;      
  border: none;             
  transition: background-color 0.3s ease;
}

.PROMO-FAQ-faq li:last-child {
  margin-bottom: 0;
}

.PROMO-FAQ-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 25px;
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  text-transform: uppercase; 
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}

.PROMO-FAQ-question:hover {
  background-color: #f0f0f0; 
}

.PROMO-FAQ-question::after {
  content: '+';
  font-size: 28px;
  font-weight: 300;
  color: #555;
  transition: transform 0.3s ease-in-out;
}

.PROMO-FAQ-faq li.active .PROMO-FAQ-question::after {
  transform: rotate(45deg);
}

.PROMO-FAQ-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  background-color: transparent;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.PROMO-FAQ-faq li.active .PROMO-FAQ-answer {
  max-height: 500px;
  padding: 0 25px 20px 25px;
}

.PROMO-FAQ-faq li:before {
  display: none;
  background: none !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}


/* Explore Module */
.PROMO-Explore-product-bg {
  background-color: #fff;
}

.PROMO-Explore-product {
  padding: 0 100px;
  background-color: rgb(247, 247, 247);
}

.PROMO-Explore-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8vh 100px 4vh 100px;
}

.PROMO-Explore-title{
  font-size: 26px;
  font-weight: 800;
  color: #1f1f1f;
  line-height: 1.2;
  text-align: left;
}

.PROMO-Explore-viewAll{
  position: relative;
  width: 100%;
  height: 50px;
}

.PROMO-Explore-view-all-button {
  position: absolute;
  right: 100px;
  bottom: 60px;
  font-size: 1em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 2px;
}

.PROMO-Explore-switch {
  margin-left: 100px;
  position: relative;
  display: flex;
  width: 320px;
  background-color: white;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

.PROMO-Explore-switch-option {
  flex: 1;
  padding: 12px 15px;
  text-align: center;
  color: black;
  z-index: 1;
  transition: color 0.3s ease-in-out;
  user-select: none;
}

.PROMO-Explore-switch-option.active {
  color: white;
}

.PROMO-Explore-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #333333;
  border-radius: 50px;
  z-index: 0;
  transition: transform 0.3s ease-in-out;
}

.PROMO-Explore-product-list-container {
  padding: 2vh 100px;
  display: flex;
  gap: 30px; 
  flex-wrap: wrap;
  justify-content: left;
}

.PROMO-Explore-product-card {
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  width: 30%; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#PROMO-Explore-canopy-products .PROMO-Explore-product-card {
    width: 23%; 
}

.PROMO-Explore-product-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
  align-self: center;
}

.PROMO-Explore-product-name {
  font-size: 1.25em;
  font-weight: bold;
  color: #333333;
  margin-top: 0;
  margin-bottom: 8px;
}

.PROMO-Explore-product-description {
  font-size: 12.5px;
  color: #555555;
  margin-bottom: 12px;
}

.PROMO-Explore-product-price {
  font-size: 1.1em;
  font-weight: bold;
  color: #d10000;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .PROMO-Explore-product-header{
    padding: 6vh 0px 2vh 0px;
  }
  .PROMO-Explore-title{
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
  }
  .PROMO-Explore-viewAll{
    top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .PROMO-Explore-view-all-button {
    position: static;
  }
  .PROMO-Explore-product-list-container{
    padding: 0;
  }
  .PROMO-Explore-product-name{
    margin: 5px auto;
    font-size: 14.5px;
  }
  .PROMO-Explore-product-description{
    margin: 5px auto;
    font-size: 12.5px; 
  }
  .PROMO-Explore-product-price{
    margin: 5px auto;
    font-size: 13px;
    color: #D10000;
  }
  .PROMO-Explore-product-card{
    padding: 0px;
    margin: 0px;
  }
  .PROMO-Explore-product{
    padding: 0;
  }
  .PROMO-Explore-switch {
    margin: 0 auto;
    width: 50%;
  }
  .PROMO-Explore-product-list-container {
    flex-direction: column;
    align-items: center;
  }

  .PROMO-Explore-product-card, #PROMO-Explore-canopy-products .PROMO-Explore-product-card {
    width: 90%; 
    max-width: 400px;
    margin-bottom: 20px;
  }
}