.elementor-45056 .elementor-element.elementor-element-14d9e6d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45056 .elementor-element.elementor-element-c2813e6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45056 .elementor-element.elementor-element-0afad35 > .elementor-widget-container{background-color:#0E0E0E;margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}.elementor-45056 .elementor-element.elementor-element-568027f{width:100%;max-width:100%;}.elementor-45056 .elementor-element.elementor-element-568027f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-45056 .elementor-element.elementor-element-12f7868 > .elementor-widget-container{background-color:#0E0E0E;margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}.elementor-45056 .elementor-element.elementor-element-41731a8{--display:flex;}.elementor-45056 .elementor-element.elementor-element-41731a8:not(.elementor-motion-effects-element-type-background), .elementor-45056 .elementor-element.elementor-element-41731a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E0E;}.elementor-45056 .elementor-element.elementor-element-e530c58{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45056 .elementor-element.elementor-element-d844141 > .elementor-widget-container{background-color:#0E0E0E;margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}.elementor-45056 .elementor-element.elementor-element-5728607 > .elementor-widget-container{background-color:#0E0E0E;margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-0afad35 */.mod-title-1 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #F2CF77, #f5e3b4, #F2CF77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #0e0e0e;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-568027f *//* 背景色 */
#mod-countdown-1-section {
    background: #0e0e0e;
    padding: 40px 0;
    text-align: center;
}

/* 倒计时盒子 */
.mod-countdown-1-black-friday-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: rgba(255,255,255,0.05);
    padding: 20px 40px;
    border-radius: 12px;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255,255,255,0.1);
}

/* 数字样式 */
.mod-countdown-1-black-friday-timer .num {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
}

/* 标签样式 */
.mod-countdown-1-black-friday-timer .label {
    margin-top: 5px;
    font-size: 14px;
    color: #c0c0c0;
    letter-spacing: 1px;
}

/* 冒号样式 */
.mod-countdown-1-black-friday-timer .colon {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    margin-top: 10px;
}

/* 适配手机 */
@media (max-width: 600px) {
    .mod-countdown-1-black-friday-timer {
        flex-wrap: wrap;
        padding: 20px;
        gap: 10px;
    }
    .mod-countdown-1-black-friday-timer .colon {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01d6b84 */.mod-product-1-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .mod-product-1-cards-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            padding: 10px;
        }

        /* ★ 卡片纵向布局，底部固定模块需要 flex */
        .mod-product-1-product-card {
            background-color: #121212;
            border-radius: 12px;
            padding: 15px;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            transition: transform 0.3s ease, box-shadow 0.3s ease;

            display: flex;
            flex-direction: column;
            /* 纵向布局 */
        }

        .mod-product-1-product-image {
            width: 100%;
            aspect-ratio: 5/4;
            background-color: #e0e0e0;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 12px;
            overflow: hidden;
        }

        .mod-product-1-product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            transition: transform 0.5s ease;
        }

        .mod-product-1-product-info {
            color: #fff;
            padding: 10px 0;
            display: flex;
            flex-direction: column;
            /* 保证底部模块可固定 */
            flex-grow: 1;
        }

        .mod-product-1-product-title {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            margin-top: 0px;
            color: #fff;
        }

        .mod-product-1-product-subtitle {
            font-size: 14px;
            color: #aaa;
            margin-top: -15px;
            text-align: center;
        }

        .mod-product-1-product-features {
            list-style-type: none;
            padding: 0;
            margin-bottom: 20px;
        }

        .mod-product-1-product-features li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            position: relative;
        }

        .mod-product-1-product-features li::before {
            margin-right: 8px;
            content: "";
            width: 5px;
            height: 5px;
            margin-top: 1px;
            border-radius: 50%;
            background: #ff6600;
        }

        /* ★ 底部模块固定 */
        .mod-product-1-bottom-wrap {
            margin-top: auto;
            /* 占满剩余空间，推到底部 */
            display: flex;
            flex-direction: column;
            gap: 10px;
            /* 底部模块间距 */
        }

        .price-section {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .mod-product-1-price-box {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

        /* 左侧价格主卡片 */
        .mod-product-1-price-box-left-box {
            display: flex;
            flex-direction: column;
            width: 170px;
            background: #000000;
            border-radius: 10px;
            overflow: hidden;
            padding-bottom: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0);
            justify-content: center;
            align-items: center;
        }

        .mod-product-1-price-box-left-box .tag {
            width: 100%;
            background: linear-gradient(0deg, #000000 40%, #e9e9e9 220%);
            color: #f2cf77;
            font-size: 10px;
            font-weight: bold;
            padding: 8px 0px;
            text-align: center;
        }

        .mod-product-1-price-box-left-box .now {
            color: #ffffff;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            margin-top: 10px;
        }

        .mod-product-1-price-box-left-box .price {
            color: #f2cf77;
            font-size: 28px;
            font-weight: 900;
            text-align: center;
            margin-top: 4px;
        }

        .mod-product-1-price-box-left-box .save {
            width: 100%;
            margin-top: 10px;
            background: linear-gradient(90deg, #d8b45b 0%, #f3df9b 50%, #d8b45b 100%);
            color: #000;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            padding: 5px 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        /* 右侧透明原价卡片 */
        .mod-product-1-price-box-right-box {
            width: 95px;
            height: 95px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 0 10px 10px 0;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-left: none;
        }

        .mod-product-1-price-box-right-box .original-label {
            color: #cccccc;
            font-size: 10px;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

        .mod-product-1-price-box-right-box .original-price {
            color: #999;
            font-size: 16px;
            text-decoration: line-through;
            font-weight: bold;
        }

        .mod-product-1-price-learn-more {
            display: block;
            /* width: 100%; */
            background: linear-gradient(to bottom, #F3DF9A 0%, #DAB860 100%);
            color: #000;
            border: none;
            padding: 12px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            transition: background-color 0.3s;
            box-shadow: 0 10px 25px rgba(225, 102, 0, .4);
        }

        .mod-product-1-price-learn-more:hover {
            background-color: #ff3300;
            color: #000 ;
            text-decoration: none;
            box-shadow: 0 10px 25px #DDBD67;
        }

        /* 响应式设计 */
        @media (max-width: 1280px) {
            .mod-product-1-cards-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 1024px) {
            .mod-product-1-cards-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .mod-product-1-cards-container {
                display: flex;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                padding-bottom: 20px;
                gap: 15px;
            }

            .mod-product-1-product-card {
                min-width: 85%;
                scroll-snap-align: start;
            }

            .mod-product-1-cards-container::-webkit-scrollbar {
                height: 8px;
            }

            .mod-product-1-cards-container::-webkit-scrollbar-track {
                background: #2a2a2a;
                border-radius: 10px;
            }

            .mod-product-1-cards-container::-webkit-scrollbar-thumb {
                background: #ff6600;
                border-radius: 10px;
            }
        }

        @media (max-width: 480px) {
            .mod-product-1-product-card {
                min-width: 80%;
                padding: 17px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b12182d */.mod-pack-1 {
  padding: 40px 16px;
  background: #0e0e0e;   /* 整块黑底 */
  text-align: center;
}

/* ===== Tabs ===== */
.mod-pack-1-tabs {
  display: inline-flex;
  padding: 4px;
  background: #181818;
  border-radius: 999px;
  margin-bottom: 32px;
}

.mod-pack-1-tab-btn {
  border: none;
  background: transparent;
  color: #f2f2f2;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 32px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mod-pack-1-tab-btn.active {
  background: #ffffff;
  color: #000;
}

/* ===== Panels ===== */
.mod-pack-1-panel {
  display: none;
}

.mod-pack-1-panel.active {
  display: block;
}

/* 卡片网格 */
.mod-pack-1-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

/* 卡片 */
.mod-pack-1-card {
  width: 290px;
  background: #161616;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  padding-bottom: 24px;
}

/* 图片区域 */
.mod-pack-1-img-wrap {
  background: #161616;
  padding: 18px 18px 0 18px;
}

.mod-pack-1-img-wrap img {
  width: 100%;
  display: block;
  border-radius: 12px 12px 12px 12px;
}

/* 文案 */
.mod-pack-1-title {
  margin: 14px 18px 6px 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.mod-pack-1-desc {
  margin: 0 18px 14px 18px;
  color: #d3d3d3;
  font-size: 13px;
  line-height: 1.5;
}

/* 价格 */
.mod-pack-1-price {
  margin: 0 18px 16px 18px;
  color: #ffcf7a;
  font-size: 18px;
  font-weight: 800;
}

/* 按钮 */
.mod-pack-1-btn {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 999px;
  background: #f3c97d;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mod-pack-1-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

/* 卡片底部按钮居中 */
.mod-pack-1-card {
  width: 290px;
  background: #161616;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  padding-bottom: 24px;

  /* ⭐ 关键：使内容上下对齐 */
  display: flex;
  flex-direction: column;
}

/* 文案、价格区域撑开剩余高度 */
.mod-pack-1-desc {
  margin: 0 18px 14px 18px;
  color: #d3d3d3;
  font-size: 13px;
  line-height: 1.5;

  /* ⭐ 关键：让描述自然占满高度 */
  flex-grow: 1;
}

/* 价格 */
.mod-pack-1-price {
  margin: 0 18px 16px 18px;
  color: #ffcf7a;
  font-size: 18px;
  font-weight: 800;
}

/* 按钮（卡片底部固定位置） */
.mod-pack-1-btn {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 999px;
  background: #f3c97d;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px; /* 让按钮底部更美观 */
}

/* ===== 手机适配 ===== */
@media (max-width: 768px) {
  .mod-pack-1-card {
    width: 90%;
    max-width: 360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a1d72d *//* 外层背景 */
.mod-faq-1-wrapper {
  background: #0e0e0e;
  padding: 40px 16px;
}

/* 卡片容器 */
.mod-faq-1-item {
  background: #1b1b1b;
  border-radius: 10px;
  margin: 10px auto;
  max-width: 960px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

/* 标题按钮 */
.mod-faq-1-header {
  width: 100%;
  padding: 18px 60px 18px 24px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

/* 标题文字 */
.mod-faq-1-title {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

/* 图标外框 */
.mod-faq-1-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #666;
  flex-shrink: 0;
}

/* + 号横竖线 */
.mod-faq-1-icon::before,
.mod-faq-1-icon::after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mod-faq-1-icon::before {
  width: 60%;
  height: 2px;
}

.mod-faq-1-icon::after {
  width: 2px;
  height: 60%;
}

/* 展开时变成减号（只留横线） */
.mod-faq-1-item.active .mod-faq-1-icon::after {
  opacity: 0;
}

/* 内容区 */
.mod-faq-1-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px 0 24px;
  transition: max-height 0.3s ease;
}

/* 展开时加下边距 */
.mod-faq-1-item.active .mod-faq-1-body {
  padding-bottom: 18px;
}

/* 内容文字 */
.mod-faq-1-body p {
  margin: 0;
  color: #d0d0d0;
  font-size: 14px;
  line-height: 1.6;
}

/* ========= 移动端适配 ========= */
@media (max-width: 768px) {
  .mod-faq-1-wrapper {
    padding: 24px 10px;
  }

  .mod-faq-1-item {
    max-width: 100%;
    margin: 8px 0;
    border-radius: 8px;
  }

  .mod-faq-1-header {
    padding: 14px 48px 14px 16px;
  }

  .mod-faq-1-title {
    font-size: 14px;
    line-height: 1.4;
  }

  .mod-faq-1-icon {
    width: 22px;
    height: 22px;
  }

  .mod-faq-1-body {
    padding: 0 16px 0 16px;
  }

  .mod-faq-1-item.active .mod-faq-1-body {
    padding-bottom: 14px;
  }

  .mod-faq-1-body p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* 更窄屏（小手机）再微调一下 */
@media (max-width: 480px) {
  .mod-faq-1-header {
    padding-right: 44px;
  }

  .mod-faq-1-title {
    font-size: 13px;
  }
}/* End custom CSS */