/*-- general element ------------------- */

.cont-wrap .ec-main {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
.ec-title-box,
.ec-pic-box {
  flex: 1;
  min-width: 300px;
}
.ec-title-box .p-w {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.ec-title-box .subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #3f3f42;
  line-height: 1.6em;
}

.ec-pic-box {
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.ec-pic-f img {
  max-width: 100%;
  width: 600px;
}
.cont-wrap .ec-title-box h1.sm-title {
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  line-height: calc(10px + 2ex);
  color: #1a8070;
  margin-bottom: 10px;
}

.cont-wrap .ec-title-box h2.sm-title {
  font-size: 36px;
  font-weight: bold;
  line-height: calc(10px + 2ex);
  color: #02977d;
  margin-bottom: 10px;
}
.cont-wrap .ec-title-box h2.sm-title .st-box {
  font-weight: bold;
  font-size: 48px;
}
.cont-wrap .ec-pic-box .ec-pic {
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-animation: spb_ani 0.7s ease-in-out both;
  animation: spb_ani 0.7s ease-in-out both;
}
.hero-content .ec-pic-box .ec-pic img {
  width: 100%;
  display: inline-block;
}
.cont-wrap .ec-pic-box {
  text-align: center;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-100 {
  padding: 100px 0;
}
.ec-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.ec-row::after {
  content: "";
  display: table;
  clear: both;
}

.ec-col-50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ec-col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.ec-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.align-self-center {
  align-self: center;
}
/*-- ecform page hero ------------------- */
.ec-main-hero {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: transparent url("../images/common/ec_main_bg.svg") center top
    no-repeat;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 740px;
}

.cont-wrap .hero-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  max-width: 1240px;
}

.cont-wrap .hero-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  max-width: 1240px;
}
/*-- ecform page 2 ------------------- */
.ec_point_card_body h2, .ec_card_body h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #4d4d4d;
  margin: 10px 0px;
  line-height: 1.5em;
}
.ec_point_card_body p, .ec_card_body p {
  font-size: 16px;
  color: #4d4d4d;
  margin: 10px 0px;
  line-height: 1.5em;
}
.ec_point_card_body, .ec_card_body {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(171, 190, 209, 0.2);
  padding: 20px 20px 10px 20px;
  margin: 10px 0;
  border-radius: 4px;
  border: 2px solid #fff;
  transition: border 0.3s ease-in-out;
}
.ec_point_card_body:hover, .ec_card_body:hover {
  border: 2px solid #52ca94;
  background: #f8fff9;
}


.ec_point_card_body_text, .ec_card_body_text {
  margin-top: 20px;
}
.ec_point_card_body img, .ec_card_body img,
.ec_point_card_body video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 影片容器樣式 */
.video-container {
  position: relative;
  display: inline-block;
}



/* Hover 影片預設顯示 */
.hover-video {
  position: relative;
  display: block;
}


.ec-row .ec-col-4.ec_point_card {
  align-content: stretch;
  display: flex;
}
/*-- ecform page 3 ------------------- */
.cont-wrap .ec-title-box h1.sm-title .st-box,
.cont-wrap .ec-title-box h2.sm-title .st-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cont-wrap .ec-title-box h1.sm-title .stb-marquee,
.cont-wrap .ec-title-box h2.sm-title .stb-marquee {
  margin-left: 16px;
  height: 56px;
  overflow: hidden;
  padding-top: 2px;
  text-align: left;
}
.cont-wrap .ec-title-box h1.sm-title .stb-marquee .sm-list,
.cont-wrap .ec-title-box h2.sm-title .stb-marquee .sm-list {
  width: 100%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-animation: stb-marquee 5s linear infinite;
  animation: stb-marquee 5s linear infinite;
}
.cont-wrap .ec-title-box h1.sm-title .stb-marquee .sm-list li + li,
.cont-wrap .ec-title-box h2.sm-title .stb-marquee .sm-list li + li {
  margin-top: 8px;
}
.cont-wrap .ec-title-box h2.sm-title .stb-marquee .sm-list .sl-y {
  color: #04aa6d;
  font-weight: bold;
}
.cont-wrap .ec-title-box h2.sm-title .stb-marquee .sm-list .sl-b {
  color: #64cca5;
}
/* index.html hero section 的特殊顏色 */
.ec-main-hero .ec-title-box h2.sm-title .stb-marquee .sm-list .sl-y {
  color: #ffd700;
  font-weight: bold;
}
.ec-main-hero .ec-title-box h2.sm-title .stb-marquee .sm-list .sl-b {
  color: #ffeb3b;
}

/* Forms page hero section 的特殊顏色 - 與首頁相同 */
.forms-hero .ec-title-box h2.sm-title .stb-marquee .sm-list .sl-y {
  color: #ffd700;
  font-weight: bold;
}
.forms-hero .ec-title-box h2.sm-title .stb-marquee .sm-list .sl-b {
  color: #ffeb3b;
}

/* hero section 描述文字樣式 */
.hero-description {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin: 20px 0;
}

/* ========================================
   Fade In Up 動畫效果
======================================== */

/* 基礎 fade in up 動畫 */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 延遲動畫類別 */
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-up-delay-1 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.fade-in-up-delay-2 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.fade-in-up-delay-3 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

.fade-in-up-delay-4 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

/* 滾動觸發的動畫 */
.fade-in-up-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   背景裝飾元素
======================================== */

@-webkit-keyframes stb-marquee {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  20% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  70% {
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  100% {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
}
@keyframes stb-marquee {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  20% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  70% {
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  100% {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
}
@-webkit-keyframes spb_ani {
  0% {
    opacity: 0;
    -ms-transform: translate(7%, 20%);
    -webkit-transform: translate(7%, 20%);
    transform: translate(7%, 20%);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes spb_ani {
  0% {
    opacity: 0;
    -ms-transform: translate(7%, 20%);
    -webkit-transform: translate(7%, 20%);
    transform: translate(7%, 20%);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
/*-- ecform page 4 ------------------- */
.ec_svc {
  padding: 20px;
  margin: 10px 0;
  flex: 1;
  min-width: 22%;
  max-width: 22%;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  min-width: 250px;
}
.ec_svc:hover img {
  border: 2px solid #bcdece;
}
.ec_svc:hover h2 {
  color: #39b67c;
}

.ec_svc img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: border 0.3s ease-in-out;
}

.ec_svc h2 {
  font-size: 18px;
  margin: 15px 0;
  color: #3f3f42;
  font-weight: bold;
}
.ec_svc p {
  font-size: 16px;
  color: #717171;
  line-height: 1.5em;
}
/*-- ecform page 6 ------------------- */
.ec_list_container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.ec_list_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 30px;
}
.ec_list_item .number {
  background-color: #e0f2e9;
  color: #2bb673;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  font-family: Rubik;
}
.ec_list_item .ec_list_content {
  flex: 1;
  text-align: left;
}
.ec_list_item .ec_list_content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #3f3f42;
  line-height: 1.5em;
}
.ec_list_item .ec_list_content p {
  margin: 0;
  font-size: 16px;
  color: #3f3f42;
  line-height: 1.5em;
}
/*-- ecform page 7 ------------------- */
.bn_dct_content {
  width: 100%;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: transparent url("../images/intro-forms/ec_bn_green_bg.svg") center
    top no-repeat;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: cover;
  border-radius: 15px;
  padding: 40px;
}
.cont-wrap .bn_dct_content .ec-title-box h2.sm-title {
  color: #fff;
  text-align: start;
}
.cont-wrap .bn_dct_content .ec-title-box .subtitle {
  color: #fff;
}

.bn_dct_pic img {
  max-width: 100%;
  width: 600px;
  position: relative;
  bottom: -40px;
}
/*-- ecform page 8 ------------------- */
.gw_bg {
  width: 100%;
  padding-top: 80px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: transparent url("../images/intro-forms/gw_bg.jpg") center top
    no-repeat;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: cover;
  height: 600px;
}
.cont-wrap.gw_bg .ec-title-box .ec-btn-box {
  width: 100%;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cont-wrap .ec-title-box .ec-btn-box {
  width: 100%;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cont-wrap .ec-btn-box .btn-w {
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  color: #19806f;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  line-height: 1.2;
  min-height: 50px;
  box-sizing: border-box;
}
.cont-wrap .ec-btn-box .btn-w:hover {
  color: #19806f;
  background-color: #e8f4f0;
}
.cont-wrap .ec-btn-box .btn-green {
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #19806f;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.cont-wrap .ec-btn-box .btn-green:hover {
  background-color: #30a18e;
}
.cont-wrap .ec-title-box .ec-btn-box .btn.on-touch {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.subtitle-green {
  font-style: normal;
  font-weight: bold;
  color: #02977d;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.section-painpoints {
  background: #fff url("../images/new-index/circle-right.svg") no-repeat right
    center;
  background-size: auto 100%;
}

.section-painpoints .ec-pic-f img {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
.feature-title {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #04aa6d;
  margin: 10px 0px;
}

.feature-desc {
  font-size: 16px;
  color: #4d4d4d;
  margin: 10px 0px;
  line-height: 1.5em;
}
.section-features {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #f1f8f2 100%
  );
}
.section-features::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 160px;
  background: url("../images/new-index/svg-deco-bottom-left.svg") no-repeat left
    bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.section-features::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 160px;
  background: url("../images/new-index/svg-deco-bottom-right.svg") no-repeat
    right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.plans .section-features::before,
.plans .section-features::after,.intro-quickpay .section-features::before,
.intro-quickpay .section-features::after,.intro-onepage .section-features::before,
.intro-onepage .section-features::after {
  content: none;
  display: none;
}
.section-features .ec-col-4 img {
  width: 240px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-features .ec-col-4 {
  text-align: center;
}

.section-shop-tools {
  background: #02977d;
}
.section-shop-tools .ec-title-box {
  z-index: 1;
}
.section-shop-tools .ec-row {
  max-width: 1000px;
  margin: 0 auto;
}
.shop-tool-card {
  flex: 0 0 calc(50% - 48px);
  max-width: calc(50% - 48px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(44, 137, 58, 0.08);
  width: 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px 24px 12px;
  transition: box-shadow 0.2s, border-color 0.2s;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.shop-tool-card:hover {
  border: 2px solid #52ca94;
}

.shop-tool-card:hover .ptc-img img {
  transform: scale(1.05);
}
.ptc-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 10px;
}

.ptc-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(44, 137, 58, 0.06);
  transition: transform 0.4s ease;
}
.ptc-tags {
  margin-bottom: 16px;
}
.ptc-tags span {
  display: inline-block;
  background: #f1f8f2;
  color: #04aa6d;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 20px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.ptc-tags span:last-child {
  margin-right: 0;
}
.ptc-title {
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 20px;
  text-align: center;
}
.ptc-desc {
  color: #4d4d4d;
  margin-bottom: 16px;
  text-align: center;
}
.ptc-link {
  color: #04aa6d;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: text-decoration 0.2s, transform 0.2s;
}

.ptc-link::after {
  content: "";
  width:14px;
  height: 16px;
  margin-left: 8px;
  background-image: url('../images/new-index/ic-arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}

.ptc-link:hover {
  text-decoration: none;
  color: #12c986;
}

.ptc-link:hover::after {
  transform: translateX(4px);
}
.section-shop-tools .btn-green {
  display: inline-block;
  min-width: 180px;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 8px;
  background: #fff;
  color: #04aa6d;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
  transition: background 0.2s, color 0.2s;
}
.section-shop-tools .btn-green:hover {
  background: #e6f7f0;
  color: #02975d;
}

.mb-60 {
  margin-bottom: 60px;
}

/* section-shop-tools 左側背景裝飾圖 */
.section-shop-tools {
  position: relative;
}
.shop-tools-bg-left {
  position: absolute;
  left: 0;
  top: 100px;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 400px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.shop-tools-bg-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 1200px;
  min-width: 350px;
  width: auto;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.ec-row {
  position: relative;
  z-index: 1;
}
.shop-tool-card {
  position: relative;
  z-index: 1;
}

/* section-plans */
.section-plans {
  position: relative;
  background: url("../images/common/plan-bg.svg") center center no-repeat;
  background-size: cover;
}

.section-shop-tools .ec-title-box,
.section-shop-tools .ec-row,
.section-shop-tools .ec-btn-box {
  position: relative;
  z-index: 1;
}

.section-shop-tools .ec-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.shop-tools-bg-left {
  position: absolute;
  left: 0;
  top: 100px;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 400px;
  pointer-events: none;
  user-select: none;
}

/*-- FAQ Section ------------------- */
.section-faq {
  background-color: #f1f8f2;
}

.section-faq .ec-title-box h1 {
  text-align: center;
  color: #02977d;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #02977d;
  transition: all 0.3s ease;
  outline: none;
  gap: 10px;
  -webkit-tap-highlight-color: transparent;
}

.faq-question:hover {
  background-color: #d0e7df;
}

.faq-question.active {
  background-color: #d0e7df;
}

/* 移除手機版點擊時的黑影效果 */
.faq-question.on-touch {
  background-color: #d0e7df !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.faq-question-text {
  flex: 1;
  margin-right: 16px;
}

.faq-arrow {
  width: 32px;
  height: 32px;
  background-color: #02977d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 1px 0 0;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.faq-question.active .faq-arrow {
  background-color: #02977d;
}

.faq-question.active .faq-arrow::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color: #fff;
}

.faq-answer.active {
  max-height: none;
  padding: 0px 24px;
}

.faq-answer-content {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0px;
}

.plans .ec-main-hero {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background:linear-gradient(#1b8e65de, #4fa972db), url(../images/plans/hero-bg.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 650px;
}

.plans .ec-main-hero .ec-row {
  justify-content: center;
  text-align: center;
}

.plans .ec-main-hero .ec-title-box {
  max-width: 800px;
}

.plans .ec-main-hero .ec-title-box h1.sm-title {
  color: #fff;
}

.plans .ec-main-hero .hero-description {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.plans .ec-main-hero .ec-btn-box {
  margin-top: 30px;
}

.section-functions {
  background: linear-gradient(to bottom, transparent 0%, #F1F8F2 100%);
}

.section-functions .ec-row, .intro-onepage .section-features .ec-row {
  align-items: center;
  margin-bottom: 80px;
}

.section-functions .ec-row:last-child, .intro-onepage .section-features .ec-row:last-child {
  margin-bottom: 0;
}

.section-functions .ec-title-box h2.sm-title {
  color: #02977d;
  margin-bottom: 30px;
}

.section-functions .ec-title-box .function-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-functions .ec-title-box .function-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.section-functions .ec-title-box .function-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #87d3b9;
  border-radius: 50%;
  margin-right: 16px;
  margin-top: 10px;
  flex-shrink: 0;
  align-self: flex-start;
}

.section-functions .ec-title-box .function-list li h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px 0;
  color: #333333;
  display: block;
}

.section-functions .ec-title-box .function-list li p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  display: block;
}

.section-functions .ec-title-box .function-list li .content-wrapper {
  flex: 1;
}

.section-functions .ec-pic-box {
  text-align: center;
}

.section-functions .ec-pic-box img, .section-features .ec-pic-box img {
  max-width: 100%;
  height: auto;
}

.intro-store .section-painpoints {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f1f8f2 100%);
}


.intro-store .section-features, .intro-onepage .section-card, .intro-quickpay .section-work-card {
  background: #02977D;
  position: relative;
}

.intro-store .section-features::before {
  content: none;
  display: none;
}

.intro-store .section-features::after, .intro-onepage .section-card::after, .intro-quickpay .section-work-card::after{
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 400px;
  height: 100%;
  background: url("../images/common/svg-bg-deco.svg") right center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.intro-store .section-features .ec-main {
  position: relative;
  z-index: 2;
}

.intro-store .section-features .function-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.intro-store .section-features .function-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.intro-store .section-features .function-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #87d3b9;
  border-radius: 50%;
  margin-right: 16px;
  margin-top: 10px;
  flex-shrink: 0;
  align-self: flex-start;
}

.intro-store .section-features .function-list li h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px 0;
  color: #333333;
  display: block;
}

.intro-store .section-features .function-list li p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  display: block;
}

.intro-store .section-features .function-list li .content-wrapper {
  flex: 1;
}

.intro-store .tab-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #DBEDE6;
  border-radius: 12px 12px 0 0;
  padding: 0;
  overflow: visible;
}

.intro-store .tab-btn {
  background: transparent;
  border: none;
  color: #333333;
  padding: 20px 32px;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 188px;
}

.intro-store .tab-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.intro-store .tab-btn.active {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #333333;
  position: relative;
  z-index: 10;
  margin-top: -6px;
}

.intro-store .tab-number {
  width: 24px;
  height: 24px;
  background: url("../images/intro-store/n-1.svg") center center no-repeat;
  background-size: 24px 24px;
  flex-shrink: 0;
  display: block;
}

.intro-store .tab-text {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.intro-store .tab-content {
  position: relative;
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 0 0 12px 12px;
}

.intro-store .tab-pane {
  display: none;
}

.intro-store .tab-pane.active {
  display: block;
}

.intro-store .tab-pane .sm-title { 
    color: #02977D !important; 
    margin-bottom: 20px; 
    font-size: 28px; 
}

.intro-store .section-features .tab-pane .ec-pic-box img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 400px;
}

.intro-store .section-features .tab-pane .ec-row {
  max-width: 1000px;
  margin: 0 auto;
}

.intro-store .section-features .tab-pane .sm-title {
  font-size: 28px;
}

.intro-store .section-features .ec-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.intro-store .section-features .ec-title-box[style*="text-align: center"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-store .section-testimonials,
.intro-quickpay .section-testimonials {
  background: #F1F8F2;
}

.intro-store .testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.intro-store .testimonial-rating {
  margin-bottom: 25px;
}

.intro-store .testimonial-rating .star {
  color: #FFD700;
  font-size: 24px;
  margin: 0 2px;
}

.intro-store .testimonial-text {
  flex: 1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.intro-store .testimonial-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  max-width: 600px;
}

.intro-store .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 25px;
  border-top: 1px solid #f0f0f0;
}

.intro-store .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #e8f4f0;
}
.intro-store .author-avatar img{
  width: 100%;
}

.intro-store .author-info {
  text-align: left;
}

.intro-store .author-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #02977D;
  margin: 0 0 4px 0;
}

.intro-store .author-info span {
  font-size: 14px;
  color: #666666;
  margin: 0;
}

/* Swiper 導航按鈕樣式 */
.intro-store .swiper-button-next,
.intro-store .swiper-button-prev {
  color: #02977D;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(2, 151, 125, 0.2);
  margin-top: -20px;
  transition: all 0.3s ease;
  top: 50%;
}

.intro-store .swiper-button-next:hover,
.intro-store .swiper-button-prev:hover {
  background: #02977D;
  color: #ffffff;
  transform: scale(1.1);
}

.intro-store .swiper-button-next:after,
.intro-store .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.intro-store .swiper-pagination {
  bottom: -50px !important;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.intro-store .swiper-pagination-bullet {
  background: #02977D;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.intro-store .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}


.intro-store .testimonials-swiper {
  margin-top: 60px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.intro-store .testimonials-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: visible;
  padding-bottom: 80px;
  padding-top: 40px;
}

.intro-store .testimonials-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
  align-items: stretch;
  min-height: 400px;
}

.intro-store .testimonials-swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  display: flex;
}

.intro-store .testimonial-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  justify-content: space-between;
}

.intro-store .testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.intro-store .testimonials-swiper .swiper-slide {
  transition: all 0.5s ease;
  transform: scale(0.85);
  filter: blur(2px);
  opacity: 0.6;
}

.intro-store .testimonials-swiper .swiper-slide-active {
  transform: scale(1.05);
  filter: blur(0px);
  opacity: 1;
  z-index: 2;
}

.intro-store .testimonials-swiper .swiper-slide-prev,
.intro-store .testimonials-swiper .swiper-slide-next {
  transform: scale(0.9);
  filter: blur(1px);
  opacity: 0.8;
  z-index: 1;
}

.intro-store .testimonials-swiper .swiper-slide-prev-prev,
.intro-store .testimonials-swiper .swiper-slide-next-next {
  transform: scale(0.8);
  filter: blur(3px);
  opacity: 0.4;
  z-index: 0;
}

/* 焦點效果增強 */
.intro-store .testimonials-swiper .swiper-slide-active .testimonial-item {
  box-shadow: 0 8px 24px rgba(2, 151, 125, 0.18);
  border: 1px solid rgba(2, 151, 125, 0.2);
  transition: all 0.5s ease;
}

.intro-store .testimonials-swiper .swiper-slide-prev .testimonial-item,
.intro-store .testimonials-swiper .swiper-slide-next .testimonial-item {
  box-shadow: 0 4px 12px rgba(2, 151, 125, 0.1);
  transition: all 0.5s ease;
}

.intro-store .testimonials-swiper .swiper-slide-prev-prev .testimonial-item,
.intro-store .testimonials-swiper .swiper-slide-next-next .testimonial-item {
  box-shadow: 0 2px 8px rgba(2, 151, 125, 0.06);
  transition: all 0.5s ease;
}

@keyframes focusPulse {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(2, 151, 125, 0.18);
    border-color: rgba(2, 151, 125, 0.2);
  }
  50% {
    box-shadow: 0 12px 32px rgba(2, 151, 125, 0.22);
    border-color: rgba(2, 151, 125, 0.25);
  }
}

.intro-store .testimonials-swiper.fade-in-up-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}

.intro-store .testimonials-swiper .swiper-container {
  overflow: visible;
  position: relative;
}

.intro-store .testimonials-swiper .swiper-container::before,
.intro-store .testimonials-swiper .swiper-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 5;
  pointer-events: none;
}

.intro-store .testimonials-swiper .swiper-container::before {
  left: 0;
  background:linear-gradient(to right, rgb(241 247 242) 0%, rgb(241 247 242) 50%, rgba(248, 255, 254, 0) 100%);
}

.intro-store .testimonials-swiper .swiper-container::after {
  right: 0;
  background: linear-gradient(to left, rgb(241 247 242) 0%, rgb(241 247 242) 50%, rgba(248, 255, 254, 0) 100%);
}

.intro-store .testimonials-swiper .swiper-button-next,
.intro-store .testimonials-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.intro-store .testimonials-swiper .swiper-button-next {
  right: 10px;
}

.intro-store .testimonials-swiper .swiper-button-prev {
  left: 10px;
}

.intro-store .testimonials-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
  align-items: stretch;
  min-height: 350px;
}

.intro-store .testimonials-swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  display: flex;
  width: auto;
  align-items: stretch;
}

.intro-store .swiper-pagination-bullet {
  background: #02977D;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.intro-store .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* 觸控優化 */
.intro-store .testimonials-swiper .swiper-container {
  touch-action: pan-y pinch-zoom;
}

/* 無障礙支援 */
.intro-store .swiper-button-next:focus,
.intro-store .swiper-button-prev:focus {
  outline: 2px solid #02977D;
  outline-offset: 2px;
}

.intro-store .swiper-pagination-bullet:focus {
  outline: 2px solid #02977e1c;
  outline-offset: 1px;
}


.intro-store .industry-image-carousel {
  margin-top: 60px;
  position: relative;
}

.intro-store .carousel-container {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.intro-store .carousel-container::before,
.intro-store .carousel-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 3;
  pointer-events: none;
}

.intro-store .carousel-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}

.intro-store .carousel-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}

.intro-store .carousel-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.intro-store .industry-image-carousel:hover .carousel-track {
  animation-play-state: paused;
}

.intro-store .image-item {
  flex-shrink: 0;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative;
  cursor: default;
  width: 240px;
  height:auto;
}

.intro-store .image-item:hover {
  transform: scale(1.05);
}

.intro-store .image-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.3s ease;
}

.intro-store .image-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  opacity: 1;
  pointer-events: none;
  border-radius: 10px;
}

.intro-store .image-item::before {
  content: attr(data-text);
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}


.intro-quickpay .section-steps .ec-col-4 img, .intro-onepage .section-advantage .ec-col-4 img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.intro-quickpay .section-steps .ec-col-4, .intro-onepage .section-advantage .ec-col-4 {
  text-align: center;
}


.intro-quickpay .section-steps .step-icon, .intro-onepage .section-advantage .step-icon {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

.intro-quickpay .section-steps .step-icon img, .intro-onepage .section-advantage .step-icon img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}


.intro-quickpay.section-steps .video-container, .intro-onepage .section-advantage .video-container {
  margin-bottom: 20px;
}

.intro-quickpay .section-steps .video-container video, .intro-onepage .section-advantage .video-container video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.intro-quickpay .work-cards-swiper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.intro-quickpay .work-cards-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.intro-quickpay .work-cards-swiper .swiper-container {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.intro-quickpay .work-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  height: 220px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intro-quickpay .work-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.intro-quickpay .work-card-image {
  flex-shrink: 0;
  margin-top: -40px;
}

.intro-quickpay .work-card-image img {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.intro-quickpay .work-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-quickpay .work-card-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.3;
  margin-top: 12px;
}

.intro-quickpay .work-card-content p {
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

.intro-quickpay .work-cards-swiper .swiper-button-next,
.intro-quickpay .work-cards-swiper .swiper-button-prev {
  color: #02977D;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  top: 50%;
}
  
.intro-quickpay .work-cards-swiper .swiper-button-next:hover,
.intro-quickpay .work-cards-swiper .swiper-button-prev:hover {
  background: #02977D;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(2, 151, 125, 0.3);
}

.intro-quickpay .work-cards-swiper .swiper-button-next::after,
.intro-quickpay .work-cards-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

.intro-quickpay .work-cards-swiper .swiper-pagination {
  display: none;
}

.intro-quickpay .function-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.intro-quickpay .function-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.intro-quickpay .section-functions .ec-title-box .function-list li:before,
.intro-quickpay .ec-title-box .function-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/intro-quickpay/check.svg") center center no-repeat;
  background-size: contain;
  margin-right: 16px;
  margin-top: 4px;
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 0;
  padding: 4px;
}

.intro-quickpay .function-list li .content-wrapper {
  flex: 1;
}


.intro-quickpay .section-testimonials {
  background: #F1F8F2;
}

.intro-quickpay .testimonials-swiper {
  margin-top: 40px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  z-index: 1;
}

.intro-quickpay .testimonials-swiper .swiper-container {
  width: 100% !important;
  height: auto;
  overflow: hidden !important;
  padding-bottom: 80px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  max-width: 100% !important;
}

.intro-quickpay .testimonials-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
  align-items: stretch;
  min-height: 330px;
  width: 100%;
  pointer-events: auto;
  flex-wrap: nowrap;
  position: relative;
}

.intro-quickpay .testimonials-swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  display: flex;
  width: 100%;
  max-width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.intro-quickpay .testimonials-swiper .swiper-slide-active .testimonial-item {
  border: 1px solid rgba(2, 151, 125, 0.2);
  transition: all 0.5s ease;
}

.intro-quickpay .testimonial-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(2, 151, 125, 0.1);
  text-align: left;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 280px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  justify-content: flex-start;
  gap: 0;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.intro-quickpay .testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 40px;
  background: #ffffff;
}

.intro-quickpay .testimonial-rating {
  margin-bottom: 15px;
}

.intro-quickpay .testimonial-rating .star {
  color: #FFD700;
  font-size: 24px;
  margin: 0 2px;
}

.intro-quickpay .testimonial-text {
  flex: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
}

.intro-quickpay .testimonial-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #026454;
  margin: 0;
  max-width: 500px;
  font-weight: bold;
}

.intro-quickpay .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-top: 25px;
  border-top: 1px solid #f0f0f0;
}

.intro-quickpay .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #e8f4f0;
}

.intro-quickpay .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-quickpay .author-info {
  text-align: left;
}

.intro-quickpay .author-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #026454;
  margin: 0 0 10px 0;
}

.intro-quickpay .author-info span {
  font-size: 14px;
  color: #0264546b;
  margin: 0;
}

.intro-quickpay .testimonial-image {
  flex-shrink: 0;
  width: 500px;
  height: 100%;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.intro-quickpay .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.intro-quickpay .swiper-button-next,
.intro-quickpay .swiper-button-prev {
  color: #02977D;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(2, 151, 125, 0.2);
  margin-top: -20px;
  transition: all 0.3s ease;
  top: 50%;
  position: absolute ;
  z-index: 999 ;
  cursor: pointer ;
  pointer-events: auto ;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.intro-quickpay .swiper-button-next:after,
.intro-quickpay .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.intro-quickpay .swiper-button-next:hover,
.intro-quickpay .swiper-button-prev:hover {
  background: #02977D;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(2, 151, 125, 0.3);
}

.intro-quickpay .testimonials-swiper .swiper-pagination {
  display: none;
}

.intro-quickpay .swiper-pagination-bullet {
  background: #02977D;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.intro-quickpay .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* ========================================
   媒體查詢 (Media Queries)
   正確順序：max-width 從大到小，min-width 從小到大
======================================== */


/* 中大螢幕 (1300px 以下) */
@media (max-width: 1300px) {
  .bn_dct_content {
    min-height: 400px;
  }
}

/* 平板橫向 (991px 以下) */
@media (max-width: 991px) {

  .cont-wrap .ec-main,
  .cont-wrap .hero-content {
    max-width: 900px;
    padding-left: 15px;
    padding-right: 15px;
  }


  .shop-tool-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 15px 30px 15px;
  }

  .intro-store .tab-nav {
    gap: 10px;
    padding: 10px;
  }
  
  .intro-store .tab-btn {
    padding: 12px 20px;
    min-width: 160px;
    border-radius: 12px;
    justify-content: flex-start;
  }
  .intro-store .tab-btn.active{
    margin-top: 0px;
  }
  .intro-store .section-features::after, .intro-onepage .section-card::after, .intro-quickpay .section-work-card::after{
    display: none;
  }
}

/* 平板直向及手機 (767px 以下) */
@media (max-width: 767px) {

  .p-sm-60 {
    padding: 60px 0px;
  }

  .mb-60 {
    margin-bottom: 32px;
  }

  .cont-wrap .ec-main {
    min-height: 0;
    padding: 20px;
  }

  .ec-main {
    flex-direction: column;
  }

  .ec-title-box,
  .ec-pic-box {
    min-width: 100%;
    padding: 10px 0;
  }

  .ec-title-box {
    padding: 20px 0px;
    text-align: center;
    order: 1;
  }

  .ec-pic-box {
    padding-left: 0;
  }

  .cont-wrap .ec-pic-box {
    width: 100%;
    position: static;
  }

  .cont-wrap .ec-pic-box .ec-pic {
    width: 100%;
    position: relative;
    z-index: 5;
  }

  .forms-hero .ec-pic-box .ec-pic img {
    width: 90%;
  }

  .cont-wrap .ec-title-box h1.sm-title {
    width: auto;
    font-size: 36px;
  }

  .cont-wrap .ec-title-box h2.sm-title {
    width: auto;
    font-size: 28px;
  }

  .cont-wrap .ec-title-box h2.sm-title .st-box {
    width: auto;
    font-size: 36px;
  }

  .cont-wrap .ec-title-box h1.sm-title .st-box,
  .cont-wrap .ec-title-box h2.sm-title .st-box {
    justify-content: center;
  }

  .plans .section-functions .cont-wrap .ec-title-box h2.sm-title {
    text-align: left;
  }

  .cont-wrap .ec-title-box h1.sm-title .stb-marquee,
  .cont-wrap .ec-title-box h2.sm-title .stb-marquee {
    height: 44px;
  }

  .hero-description {
    font-size: 18px;
  }

  .subtitle-green {
    font-size: 20px;
  }

  .cont-wrap .ec-title-box .ec-btn-box {
    max-width: 240px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .cont-wrap .ec-title-box .ec-btn-box .btn,
  .cont-wrap .ec-title-box .ec-btn-box .btn-green,
  .cont-wrap .ec-title-box .ec-btn-box .btn-w {
    width: 100%;
    font-size: 20px;
  }
  .cont-wrap .ec-btn-box .btn-w{
    max-width: 240px;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
  }
  .section-shop-tools .ec-btn-box{
    margin-top: 30px;
  }

  .ec-main-hero {
    min-height: 115vh;
    background: transparent url("../images/common/ec_main_mb_bg.svg")
      center top/cover no-repeat;
  }

  .bn_dct_content {
    padding: 30px 30px 0px;
  }

  .bn_dct_content .ec-pic-box {
    padding: 0px;
    margin-top: 40px;
  }

  .bn_dct_pic img {
    bottom: 0px;
  }

  .ec_point_card_body h2 {
    font-size: 18px;
  }

  .ec_list_item .ec_list_content h3 {
    font-size: 20px;
  }

  .ec_svc {
    max-width: 100%;
  }

  .section-faq .ec-title-box h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 18px;
    -webkit-tap-highlight-color: transparent;
  }

  .faq-answer.active {
    max-height: none;
    padding: 0px 20px;
  }

  .faq-arrow {
    width: 28px;
    height: 28px;
  }

  .faq-arrow::after {
    width: 5px;
    height: 5px;
  }

  .plans .ec-main-hero {
    min-height: 480px;
  }
  
  .plans .ec-main-hero .ec-title-box h1.sm-title {
    font-size: 36px;
  }
  
  .plans .ec-main-hero .hero-description {
    font-size: 16px;
  }



  .plans .section-features .ec-col-4 img {
    width: 180px;
  }

  .section-features::before, 
  .section-features::after {
    height: 100px;
  }

  
  .section-functions .ec-row, .intro-onepage .section-features .ec-row {
    flex-direction: column;
    margin-bottom: 60px;
  }
  
  .section-functions .ec-title-box .function-list li {
    text-align: left;
    justify-content: flex-start;
  }

  .ec-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  
  .intro-store .tab-number {
    font-size: 16px;
  }
  
  .intro-store .tab-text {
    font-size: 14px;
  }
  
  .intro-store .section-features .ec-row {
    flex-direction: column;
  }
  
  .intro-store .section-features .ec-pic-box {
    order: -1;
  }
  
  .intro-store .section-features .ec-title-box {
    text-align: start;
  }
  
  .intro-store .tab-content {
    padding: 30px 15px;
  }

  .intro-store .testimonials-swiper {
    margin-top: 10px;
    max-width: 100%;
    padding: 0px;
    overflow: hidden;
  }
  
  .intro-store .testimonial-item {
    padding: 25px 20px;
    min-height: 320px;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
  }
  
  .intro-store .testimonial-text p {
    font-size: 16px;
  }
  
  .intro-store .author-avatar {
    width: 45px;
    height: 45px;
  }
  
  .intro-store .author-info h4 {
    font-size: 15px;
  }
  
  .intro-store .swiper-button-next,
  .intro-store .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  
  .intro-store .swiper-button-next:after,
  .intro-store .swiper-button-prev:after {
    font-size: 16px;
  }
  

  .intro-store .swiper-button-next,
  .intro-store .swiper-button-prev {
    display: none;
  }

  
  .intro-store .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  
  .intro-store .testimonials-swiper .swiper-container {
    overflow: hidden;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .intro-store .testimonials-swiper .swiper-container::before,
  .intro-store .testimonials-swiper .swiper-container::after {
    display: none;
  }
  
  .intro-store .testimonials-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    padding: 0 5px;
  }

  .intro-store .industry-image-carousel {
    margin-top: 20px;
  }
  
  .intro-store .carousel-container {
    padding: 30px 0;
  }
  
  .intro-store .image-item {
    margin: 0 10px;
  }
  
  .intro-store .image-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  
  .intro-store .image-item::before {
    font-size: 14px;
    bottom: 12px;
  }
  
  .intro-store .carousel-container::before,
  .intro-store .carousel-container::after {
    width: 60px;
  }
  
  .intro-quickpay .work-card-content h3 {
    font-size: 18px;
  }

  
  .intro-quickpay .work-cards-swiper .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0;
    padding: 0 10px;
  }
  
  .intro-quickpay .work-card {
    height: auto;
    margin: 0 auto;
  }
  
  .intro-quickpay .testimonial-item {
    flex-direction: column;
    padding: 0;
    gap: 0;
    text-align: center;
    align-items: stretch;
    overflow: hidden;
    min-height: 450px;
  }
  
  .intro-quickpay .testimonial-content {
    order: 2;
    flex: 1;
    padding: 20px;
    background: #ffffff;
  }
  
  .intro-quickpay .testimonial-image {
    order: 1;
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 12px 12px 0 0;
  }
  
  .intro-quickpay .testimonial-text {
    justify-content: center;
    min-height: auto;
    margin-bottom: 20px;
  }
  
  .intro-quickpay .testimonial-text p {
    text-align: center;
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
  }
  
  .intro-quickpay .testimonial-author {
    justify-content: center;
    margin-top: auto;
  }
  
  .intro-quickpay .author-info {
    text-align: center;
  }
  
  /* 手機版確保文字內容完整顯示 */
  .intro-quickpay .testimonial-content {
    order: 2;
    flex: 1;
    padding: 20px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
  }
  
  .intro-quickpay .testimonials-swiper {
    margin-top: 20px;
    padding: 0 10px;
  }
  
  .intro-quickpay .testimonials-swiper .swiper-container {
    padding-bottom: 60px;
    padding-top: 20px;
    overflow: hidden;
  }
  
  
  .intro-quickpay .testimonials-swiper .swiper-slide {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100% ;
    flex-shrink: 0;
  }
  

  .intro-quickpay .testimonials-swiper .swiper-slide {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  
  .intro-quickpay .work-cards-swiper .swiper-button-next,
  .intro-quickpay .work-cards-swiper .swiper-button-prev,
  .intro-quickpay .testimonials-swiper .swiper-button-next,
  .intro-quickpay .testimonials-swiper .swiper-button-prev{
    display: flex ;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    position: absolute ;
    z-index: 999 ;
    cursor: pointer ;
    pointer-events: auto ;
    top: 47%;
  }
  
  .intro-quickpay .swiper-button-next:after,
  .intro-quickpay .swiper-button-prev:after {
    font-size: 14px;
  }
  .intro-quickpay .swiper-button-next, .intro-quickpay .swiper-container-rtl .swiper-button-prev{
    left:auto;
    right: 20px;
  }
  .intro-quickpay .swiper-button-prev, .intro-quickpay .swiper-container-rtl .swiper-button-next{
    right:auto;
    left: 20px;
  }
  


}

/* ========================================
   min-width 查詢 (從小到大)
======================================== */

/* 平板直向 (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .ec-col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ec-col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bn_dct_pic img {
    max-width: fit-content;
  }
  
  .intro-store .testimonials-swiper {
    max-width: 800px;
  }
  
  .intro-store .testimonial-text p {
    font-size: 16px;
  }
  
  .intro-store .swiper-button-next,
  .intro-store .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
  }
  
  .intro-store .swiper-button-next:after,
  .intro-store .swiper-button-prev:after {
    font-size: 17px;
  }
  
  .intro-store .swiper-pagination {
    bottom: 15px !important;
  }
  
  .intro-store .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
  }
  

}

/* 桌面版 (1024px+) */
@media (min-width: 1024px) {
  .ec-col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .ec-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .intro-store .testimonials-swiper .swiper-button-next,
  .intro-store .testimonials-swiper .swiper-button-prev {
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  
  .intro-store .testimonials-swiper .swiper-button-next:after,
  .intro-store .testimonials-swiper .swiper-button-prev:after {
    font-size: 16px;
  }
  
  .intro-store .testimonials-swiper .swiper-container {
    overflow: hidden;
  }
}

/* 大螢幕 (1600px+) */
@media (min-width: 1600px) {
  .ec-main-hero {
    min-height: 900px;
  }
 
  .ec-main-hero .ec-pic-box .ec-pic img{
    width: 100%;
  }
}

/* 超大螢幕 (2000px+) */
@media (min-width: 2000px) {
  .ec-main-hero {
    min-height: 1025px;
  }
}
