@charset "UTF-8";

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }

  .desktop {
    display: block !important;
  }
}

@media (min-width: 360px) and (max-width: 576px) {
  .mobile-exclude {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}



.header__mainArea {
  width: calc(100vw - 20px);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1400px) {
  .header__mainArea {
    max-width: 1400px;
  }
}

@media (max-width: 460px) {
  .header__mainArea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__btnBox {
  margin: 20px 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btnBox a {
  display: inline-block;
  width: 70px;
  height: 32px;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0 8px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .header__btnBox a {
    margin: 0 4px;
  }
}

.header__btnBox-login {
  color: #fff !important;
  background: #ff6700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__btnBox-login:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 1px 5px 1px;
  box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 1px 5px 1px;
}

@media (max-width: 1030px) {
  .header__btnBox-login {
    margin-left: 15px !important;
  }
}

.header__btnBox-register {
  color: #7e7e7e !important;
  border: #cccccc solid 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__btnBox-register:hover {
  -webkit-box-shadow: rgba(136, 136, 136, 0.2666666667) 0px 1px 10px 0px;
  box-shadow: rgba(136, 136, 136, 0.2666666667) 0px 1px 10px 0px;
}

.header__btnBox-login .text-scrolled {
  color: #fff;
}

.header__btnBox-register .text-scrolled {
  color: #111111;
}

.kv {
  min-height: 400px;
  /* 預設固定高度，避免初始化時跳動 */
  margin-top: 100px;
}

@media (max-width: 992px) {
  .kv {
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .kv {
    margin-top: 80px;
    padding: 0 20px;
  }
}

.kv .container {
  position: relative;
  padding: 0;
}

.kv .container .pc {
  display: block;
}

.kv .container .m {
  display: none;
}

@media (min-width: 1440px) {
  .kv .container {
    max-width: 1400px;
  }
}

@media (max-width: 992px) {
  .kv .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kv .container .pc {
    display: none;
  }

  .kv .container .m {
    display: block;
  }
}

.kv .container .item {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.kv .container .owl-dots {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: -67px;
}

@media (max-width: 992px) {
  .kv .container .owl-dots {
    -webkit-transform: initial;
    transform: initial;
    position: initial;
    top: initial;
    right: initial;
  }
}

.kv .container .owl-dot span {
  background-color: #CCC;
  border: #CCC solid 1px;
}

.kv .container .owl-dot.active span,
.kv .container .owl-dot:hover span {
  background-color: transparent;
}

.kv .text-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 16.6666666667%;
  left: 6.9444444444%;
}

@media (max-width: 1440px) {
  .kv .text-wrap {
    top: 13.3333333333%;
  }
}

@media (max-width: 1400px) {
  .kv .text-wrap {
    width: 500px;
    top: 10.8333333333%;
    left: 6.25%;
  }
}

@media (max-width: 1200px) {
  .kv .text-wrap {
    width: 450px;
    top: 6.6666666667%;
    left: 5.9027777778%;
  }
}

@media (max-width: 1100px) {
  .kv .text-wrap {
    left: 5.2083333333%;
  }
}

@media (max-width: 992px) {
  .kv .text-wrap {
    position: absolute;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    /* gap: 25px; */
    width: 100%;
    top: 41.6666666667%;
    left: 0;
    padding: 0 7.1428571429% 0;
  }
}

@media (max-width: 576px) {
  .kv .text-wrap {
    top: 40.2777777778%;
  }
}

@media (max-width: 400px) {
  .kv .text-wrap {
    top: 35.6164383562%;
    gap: 0px;
  }
}

.kv .text-wrap h1 {
  font-family: "Noto Sans TC";
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .kv .text-wrap h1 {
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: 0px;
  }
}

@media (max-width: 1200px) {
  .kv .text-wrap h1 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .kv .text-wrap h1 {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 767px) {
  .kv .text-wrap h1 {
    font-size: 45px;
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  .kv .text-wrap h1 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .kv .text-wrap h1 {
    font-size: 35px;
  }
}

@media (max-width: 400px) {
  .kv .text-wrap h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 340px) {
  .kv .text-wrap h1 {
    font-size: 26px;
  }
}

@media (min-width: 1440px) {
  .kv .text-wrap h1 br {
    display: block;
  }
}

.kv .text-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  line-height: normal;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .kv .text-wrap p {
    font-size: 18px;
    max-width: 400px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .kv .text-wrap p {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .kv .text-wrap p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .kv .text-wrap p {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .kv .text-wrap p {
    margin-bottom: 30px;
  }
}

@media (max-width: 360px) {
  .kv .text-wrap p {
    margin-bottom: 15px;
  }
}

@media (max-width: 330px) {
  .kv .text-wrap p {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.kv .text-wrap p span {
  color: #ff6700;
}

.kv .text-wrap p.ps {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.kv .text-wrap .content__btnBox {
  width: 100%;
}

.kv .text-wrap .content__btnBox a {
  text-decoration: none;
  display: inline-block;
  width: 340px;
  height: 49px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
}

@media (max-width: 992px) {
  .kv .text-wrap .content__btnBox a {
    width: 100%;
    height: 49px;
    font-size: 20px;
    line-height: 45px;
  }
}

@media (max-width: 480px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 18px;
    line-height: 40px;
    height: 46px;
  }
}

@media (max-width: 370px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 16px;
    line-height: 36px;
    height: 40px;
  }
}

@media (max-width: 340px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 15px;
    line-height: 32px;
    height: 34px;
  }
}

.kv .text-wrap .content__btnBox-learnMore {
  color: #FFF;
  background: #ff6700;
  border-radius: 5px;
  border: #ff6700 solid 1px;
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
  box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.kv .text-wrap .content__btnBox-learnMore:hover {
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
  box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
}

.kv .text-wrap .content__btnBox-learnMore:focus {
  border: #ff6700 solid 1px;
}

.kv .img-wrap {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .kv .img-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.kv .img-wrap .icon {
  position: absolute;
}

.kv .img-wrap .animation {
  -webkit-animation: levitate 5s infinite;
  animation: levitate 5s infinite;
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }

  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }

  100% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }

  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }

  100% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}

.kv .img-wrap .icon-1 {
  width: 3.2638888889%;
  top: 62.3333333333%;
  left: 51.5277777778%;
}

@media (max-width: 992px) {
  .kv .img-wrap .icon-1 {
    width: 7.1428571429%;
    top: 15.5555555556%;
    left: 8.5714285714%;
  }
}

.kv .img-wrap .icon-2-dialog {
  width: 14.5833333333%;
  top: 72.5%;
  left: 52.9166666667%;
}

@media (max-width: 992px) {
  .kv .img-wrap .icon-2-dialog {
    width: 30.2857142857%;
    top: 20.4109589041%;
    left: 3.1428571429%;
  }
}

.kv .img-wrap .icon-3-dialog {
  width: 14.5833333333%;
  top: 79.5%;
  left: 54.6527777778%;
}

@media (max-width: 992px) {
  .kv .img-wrap .icon-3-dialog {
    width: 30.2857142857%;
    top: 23.8356164384%;
    left: 7.1428571429%;
  }
}

.kv .img-wrap .icon-4-line {
  width: 5.2777777778%;
  top: 15.3333333333%;
  left: 82.3611111111%;
}

@media (max-width: 992px) {
  .kv .img-wrap .icon-4-line {
    width: 11.1428571429%;
    top: 1.9178082192%;
    left: 62.2857142857%;
  }
}

.kv .img-wrap .icon-5-chart {
  width: 13.75%;
  top: 27.6666666667%;
  left: 84.5138888889%;
}

@media (max-width: 992px) {
  .kv .img-wrap .icon-5-chart {
    width: 28.5714285714%;
    top: 7.8082191781%;
    left: 68.5714285714%;
  }
}

.sec-reason {
  background-color: #F5F5F5;
  padding-top: 120px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .sec-reason {
    padding: 100px 0 100px 0;
  }
}

.sec-reason .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sec-reason .container h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

@media (max-width: 576px) {
  .sec-reason .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.sec-reason .container h2 br {
  display: none;
}

@media (max-width: 576px) {
  .sec-reason .container h2 br {
    display: block;
  }
}

.sec-reason .container h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec-reason .container h5 {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .sec-reason .container h5 {
    font-size: 16px;
    letter-spacing: 1.12px;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.sec-reason .item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}

@media (max-width: 767px) {
  .sec-reason .item-wrap {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .sec-reason .item-wrap {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

.sec-reason .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: calc(50% - 30px);
  height: 100%;
  max-width: 585px;
  max-height: 200px;
  padding: 40px 25px;
  border-radius: 30px;
  background-color: #FFFFFF;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111111;
}

@media (max-width: 1200px) {
  .sec-reason .item-wrap .item {
    gap: 15px;
    padding: 30px 15px;
  }
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item {
    width: 100%;
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .sec-reason .item-wrap .item {
    padding: 15px 25px;
  }
}

@media (max-width: 400px) {
  .sec-reason .item-wrap .item {
    padding: 12px 20px;
    max-height: 230px;
  }
}

@media (max-width: 340px) {
  .sec-reason .item-wrap .item {
    gap: 8px;
  }
}

.sec-reason .item-wrap .item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sec-reason .item-wrap .item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.sec-reason .item-wrap .item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.sec-reason .item-wrap .item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sec-reason .item-wrap .item:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sec-reason .item-wrap .item:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(6) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sec-reason .item-wrap .item img {
  width: 100px;
  height: 100px;
}

@media (max-width: 1200px) {
  .sec-reason .item-wrap .item img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 390px) {
  .sec-reason .item-wrap .item img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 340px) {
  .sec-reason .item-wrap .item img {
    width: 50px;
    height: 50px;
  }
}

.sec-reason .item-wrap .item .content {
  height: 120px;
}

@media (max-width: 400px) {
  .sec-reason .item-wrap .item .content {
    height: 100%;
    max-height: 150px;
  }
}

.sec-reason .item-wrap .item .content h3 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #111111;
  margin-bottom: 10px;
}

.sec-reason .item-wrap .item .content h3 span {
  color: #ff6700;
}

@media (max-width: 1200px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 14px;
  }
}

.sec-reason .item-wrap .item .content p {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #111111;
}

@media (max-width: 480px) {
  .sec-reason .item-wrap .item .content p {
    font-size: 14px;
  }
}

.sec-strengths {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec-strengths .container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  gap: 80px;
}

@media (min-width: 1440px) {
  .sec-strengths .container {
    max-width: 1200px;
  }
}

@media (max-width: 992px) {
  .sec-strengths .container {
    gap: 50px;
  }
}

.sec-strengths .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sec-strengths .container h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

@media (max-width: 576px) {
  .sec-strengths .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.sec-strengths .container h2 br {
  display: none;
}

@media (max-width: 576px) {
  .sec-strengths .container h2 br {
    display: block;
  }
}

.sec-strengths .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .sec-strengths .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .sec-strengths .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}

.sec-strengths .item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  padding: 0 80px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 1200px) {
  .sec-strengths .item .text-wrap {
    width: 50%;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .sec-strengths .item .text-wrap {
    width: 50%;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .sec-strengths .item .text-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 576px) {
  .sec-strengths .item .text-wrap {
    width: 80%;
    margin: 0;
  }
}

.sec-strengths .item .text-wrap h3 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 35px;
  line-height: 1.25;
  letter-spacing: 1.75px;
  color: #111111;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .sec-strengths .item .text-wrap h3 {
    text-align: center;
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .sec-strengths .item .text-wrap h3 {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.sec-strengths .item .text-wrap h3 br {
  display: block;
}

@media (max-width: 767px) {
  .sec-strengths .item .text-wrap h3 br {
    display: none;
  }
}

.sec-strengths .item .text-wrap h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.4px;
  text-align: justify;
  color: #111111;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .sec-strengths .item .text-wrap h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sec-strengths .item .text-wrap h5 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .sec-strengths .item .text-wrap h5 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.12px;
  }
}

.sec-strengths .item .text-wrap h5 span {
  color: #ff6700;
}

.sec-strengths .item .img-wrap {
  position: relative;
  max-width: 600px;
  max-height: 500px;
  aspect-ratio: 600/500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 50px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 1200px) {
  .sec-strengths .item .img-wrap {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .sec-strengths .item .img-wrap {
    width: 45%;
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .sec-strengths .item .img-wrap {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 680px) {
  .sec-strengths .item .img-wrap {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .sec-strengths .item .img-wrap {
    width: 80%;
  }
}

.sec-strengths .item .img-wrap .main-img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/500;
}

.sec-strengths .item .img-wrap .icon {
  position: absolute;
}

.sec-strengths .item .img-wrap .icon-1-1 {
  width: 17.5%;
  top: 29%;
  left: -5.8333333333%;
}

.sec-strengths .item .img-wrap .icon-1-2 {
  width: 15.5%;
  top: 6.4%;
  left: 14.1666666667%;
}

.sec-strengths .item .img-wrap .icon-1-3 {
  width: 19.8333333333%;
  top: 60%;
  left: 86.5%;
}

.sec-strengths .item .img-wrap .icon-2-1 {
  width: 19.8333333333%;
  top: 16%;
  left: -8.3333333333%;
}

.sec-strengths .item .img-wrap .icon-2-2 {
  width: 17.5%;
  top: 73%;
  left: 1.6666666667%;
}

.sec-strengths .item .img-wrap .icon-2-3 {
  width: 23.8333333333%;
  top: 52%;
  left: 83.8333333333%;
}

.sec-strengths .item .img-wrap .icon-3-1 {
  width: 19.8333333333%;
  top: 43.6%;
  left: -8.3333333333%;
}

.sec-strengths .item .img-wrap .icon-3-2 {
  width: 15.3333333333%;
  top: 6%;
  left: 63%;
}

.sec-strengths .item .img-wrap .icon-3-3 {
  width: 19.8333333333%;
  top: 25.4%;
  left: 86.6666666667%;
}

.sec-strengths .item:nth-child(3) .img-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 767px) {
  .sec-strengths .item:nth-child(3) .img-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.sec-strengths .item:nth-child(3) .text-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 767px) {
  .sec-strengths .item:nth-child(3) .text-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.sec-tariff {
  padding: 80px 0 50px 0;
}

@media (max-width: 767px) {
  .sec-tariff {
    padding: 50px 20px 0 20px;
  }
}

@media (max-width: 480px) {
  .sec-tariff {
    padding: 50px 7px 0 7px;
  }
}

@media (min-width: 1440px) {
  .sec-tariff .container {
    max-width: 1200px;
  }
}

.sec-tariff .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sec-tariff .container h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

@media (max-width: 576px) {
  .sec-tariff .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.sec-tariff .container .table {
  max-width: 950px;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
  box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
  margin-top: 50px;
}

.sec-tariff .container .table table {
  border-collapse: collapse;
  width: 100%;
}

.sec-tariff .container .table th,
.sec-tariff .container .table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  color: #111111;
}

.sec-tariff .container .table th span,
.sec-tariff .container .table td span {
  color: #ff6700;
}

@media (max-width: 440px) {

  .sec-tariff .container .table th span br,
  .sec-tariff .container .table td span br {
    display: none;
  }
}

.sec-tariff .container .table th br,
.sec-tariff .container .table td br {
  display: none;
}

@media (max-width: 992px) {

  .sec-tariff .container .table th br,
  .sec-tariff .container .table td br {
    display: initial;
  }
}

@media (max-width: 576px) {

  .sec-tariff .container .table th,
  .sec-tariff .container .table td {
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .sec-tariff .container .table th,
  .sec-tariff .container .table td {
    padding: 15px 10px;
  }
}

@media (max-width: 390px) {

  .sec-tariff .container .table th,
  .sec-tariff .container .table td {
    padding: 15px 5px;
  }
}

.sec-tariff .container .table th:last-child {
  border-right: none;
}

.sec-tariff .container .table th:nth-child(2) {
  color: #111111;
}

.sec-tariff .container .table th:nth-child(1) {
  width: 33.3333%;
  background-color: #EEEEEE;
  border-bottom: 1px solid #fff;
}

@media (max-width: 500px) {
  .sec-tariff .container .table th:nth-child(1) {
    width: 20%;
  }
}

.sec-tariff .container .table th:nth-child(2) {
  width: 66.6666%;
  border-bottom: 1px solid #EEE;
}

@media (max-width: 500px) {
  .sec-tariff .container .table th:nth-child(2) {
    width: 80%;
  }
}

.sec-tariff .container .table .title {
  background-color: #EEEEEE;
  border-bottom: 1px solid #fff;
}

.sec-tariff .container .table .text {
  border-bottom: 1px solid #EEEEEE;
}

.sec-tariff .container .table .borderLeft {
  border-left: 1px solid #EEEEEE;
}

.sec-tariff .container .table .fontWeight700 {
  font-weight: 700;
}

.sec-tariff .container .table .maxWidth {
  max-width: 223px;
}

@media (max-width: 480px) {
  .sec-tariff .container .table .maxWidth {
    max-width: 100px;
  }
}

.sec-tariff .container .table tr:last-child td {
  border-bottom: 1px solid #EEEEEE;
}

.sec-tariff .container .note {
  max-width: 950px;
  margin: 0 auto;
  line-height: normal;
  margin-top: 50px;
}

@media (max-width: 576px) {
  .sec-tariff .container .note {
    padding: 0 5%;
  }
}

.sec-tariff .container .note h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  color: #111111;
}

.sec-tariff .container .note p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 400;
  font-size: 12px;
  line-height: 165%;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  color: #111111;
}

.sec-tariff .container .note p::before {
  content: "‧";
  display: inline-block;
  color: #111111;
  font-size: 12px;
  margin-right: 5px;
}

.reserve {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 3;
  background-color: #F5F5F5;
  padding-top: 30px;
}

.reserve__container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(245, 245, 245) 25%, rgb(245, 245, 245) 75%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 576px) {
  .reserve__container {
    padding: 30px 10%;
  }
}

.reserve.nobg-color {
  background-color: #fff;
}

.reserve.pd-120 {
  padding-top: 0;
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .reserve.pd-120 {
    padding-bottom: 100px;
  }
}

.reserve__btn {
  margin-right: 30px;
  display: block;
  width: 186px;
  height: 49px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 45px;
  background: #ff6700;
  border-radius: 24.5px;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
  box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reserve__btn:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
  box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .reserve__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.reserve__call {
  letter-spacing: 3.5px;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  line-height: 1.5;
}

.reserve__call span {
  color: #ff6700;
}

@media (max-width: 768px) {
  .reserve__call {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .reserve__call {
    line-height: 30px;
  }
}

.reserve__call br {
  display: none;
}

@media (max-width: 576px) {
  .reserve__call br {
    display: block;
  }
}

.qa {
  background-image: url(../../assets/img/booking/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0 80px 0;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .qa {
    padding: 50px 0 50px 0;
    background-position: center bottom;
  }
}

.qa__header {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .qa__header {
    margin-bottom: 30px;
  }
}

.qa__header h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
}

@media (max-width: 767px) {
  .qa__header h2 {
    font-size: 30px;
  }

  .qa__header h2 br {
    display: none;
  }
}

.qa__size {
  width: 950px;
}

@media (max-width: 576px) {
  .qa__size {
    width: 100%;
  }
}

.qa__listGroup {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

@media (max-width: 576px) {
  .qa__listGroup {
    padding: 1em 30px;
    margin: 2em 5% 0 5%;
  }
}

.qa__list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
  list-style: none;
}

@media (max-width: 576px) {
  .qa__list {
    padding-left: 0;
  }
}

.qa__list li~li {
  border-top: 1px solid #ddd;
}

.qa__title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}

@media (max-width: 576px) {
  .qa__title {
    padding: 30px 0;
    font-size: 16px;
  }
}

.qa__title-icon {
  font-size: 20px;
  font-weight: bold;
  color: #ff6700;
  margin-right: 12px;
}

@media (max-width: 576px) {
  .qa__title-icon {
    padding-top: 3px;
  }
}

.qa__title h5 {
  padding-top: 2px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .qa__title h5 {
    padding-top: 0px;
    line-height: 24px;
  }
}

.qa__title.open .qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.qa__icon {
  position: relative;
  min-width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  margin-right: 24px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .qa__icon {
    margin-right: 0px;
  }
}

.qa__icon::after,
.qa__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa__answer {
  display: none;
  padding-right: 90px;
  padding-bottom: 35px;
}

@media (max-width: 576px) {
  .qa__answer {
    padding-right: 40px;
  }
}

.qa__answer-icon {
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans TC;
  padding-top: 3px;
  margin-right: 15px;
  color: #111111;
}

.qa__answer-content {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111111;
}

.qa__answer-content a {
  white-space: normal;
  display: inline;
  color: #ff6700;
  text-decoration: underline;
}

.qa__answer-content span {
  color: #ff6700;
}

.qa__answer-guideBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff6700;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5%;
  margin-top: 16px;
  cursor: pointer;
}

.qa__answer-guideBtn:hover {
  color: #ff6700;
}

.qa__answer-guideBtn::before {
  content: "";
  display: block;
  background: url(../../assets/img/intro_icon_right_arrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}


@media (max-width: 992px) {
  .footer__links {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .footer__links {
    margin-bottom: 45px;
  }
}



/* ============================================================
   myVoca AI 語音辨識能力平台 — 樣式表
   OP 開市網品牌色：主色 #FF6A39 / 深色 #E8542A / 暖底 #FFF1EB
   ============================================================ */

:root {
  --accent: #FF6A39;
  --accent-dark: #E8542A;
  --warm: #FFF1EB;
  --ink: #1F1F1F;
  --maxw: 1200px;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  width: 100%;
}

@keyframes opFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes opReveal {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- 共用容器 / 區段 ---- */
.section {
  padding: clamp(60px, 8vw, 100px) 0;
}

.section--white {
  background: #fff;
}

.section--warm {
  background: #fffaf7;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.container--narrow {
  max-width: 1100px;
}

.container--xnarrow {
  max-width: 820px;
}

.eyebrow {
  text-align: center;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.08em;
  font-size: 20px;
  margin: 0 0 12px;
}

.section-title {
  font-size: clamp(28px, 4vw, 45px);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0;
}

.section-lead {
  font-size: clamp(15px, 1.6vw, 20px);
  color: #5a5a5a;
  text-align: center;
  max-width: 800px;
  margin: 18px auto 0;
  line-height: 1.9;
}

.section-lead strong {
  color: var(--accent);
}

.accent {
  color: var(--accent);
}

/* ---- 情境圖佔位框 ---- */
/* 設計師可直接把 <img> 放進 .img-slot，或把整個 div 換成 <img class="img-slot ..."> */
.img-slot {
  background: var(--warm);
  /* border: 1.5px dashed #ffd9c9; */
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c69a86;
  font-size: 12.5px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
}

.img-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-slot--ratio-8-10 {
  width: 100%;
  aspect-ratio: 8 / 10;
}

.img-slot--ratio-16-10 {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.img-slot--ratio-16-9 {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.img-slot--ratio-4-3 {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
}

.img-slot--mb {
  margin-bottom: 18px;
}

.img-slot--mb-sm {
  margin-bottom: 16px;
}

.img-slot--band {
  width: 100%;
  height: 170px;
  margin-bottom: 18px;
}

.img-slot--mini {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 7px;
  font-size: 0;
}





/* 進場序列 */
.anim-up {
  animation: opFadeUp 0.6s ease-out both;
}

.d1 {
  animation-delay: 0.08s;
}

.d2 {
  animation-delay: 0.15s;
}

.d3 {
  animation-delay: 0.22s;
}

.d4 {
  animation-delay: 0.30s;
}

.btn-cta {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 34px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(255, 106, 57, 0.32);
}

.btn-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.btn-outline {
  background: #fff;
  color: #2a2a2a;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 30px;
  border-radius: 999px;
  border: 1.5px solid #e8ded7;
}

.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ============================================================
   核心引擎
   ============================================================ */
/* .engines__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  margin: 52px auto 0;
  max-width: 760px;
} */

.engines__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 52px auto 0;
  max-width: 1280px;
}

/* 平板 */
@media (max-width: 1024px) {
  .engines__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 手機 */
@media (max-width: 768px) {
  .engines__grid {
    grid-template-columns: 1fr;
  }
}

.engine-card {
  background: var(--warm);
  border: 1px solid #ffe2d4;
  border-radius: 22px;
  padding: 34px 24px;
}

.tag {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.engine-card h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 4px;
}

.engine-card__sub {
  font-size: 18px;
  color: #9a7d6e;
  font-weight: 700;
  margin: 10px 0 18px 0;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
}

.feature__check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  margin-top: 1px;
}

/* 核心數據帶 */
.stat-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.stat {
  flex: 1 1 200px;
  text-align: center;
  background: var(--accent);
  color: #fff;
  border-radius: 18px;
  padding: 26px;
}

.stat__num {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.stat__num .unit-lg {
  font-size: 26px;
}

.stat__num .unit {
  font-size: 22px;
  margin-left: 4px;
}

.stat__label {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  line-height: 26px;
}

/* ============================================================
   ASR 在地語言
   ============================================================ */
.asr__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  align-items: stretch;
  margin-top: 52px;
}

.asr__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.asr-item {
  background: #fff;
  border: 1px solid #ffe2d4;
  border-radius: 20px;
  padding: 26px 28px;
}

.asr-item__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.num-badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--warm);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}

.asr-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.asr-item p {
  font-size: 18px;
  line-height: 1.6;
  color: #5d5d5d;
  margin: 0;
  padding-left: 46px;
}

.asr__highlight {
  background: linear-gradient(160deg, #FF6A39, #E8542A);
  border-radius: 24px;
  padding: clamp(30px, 4vw, 44px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.asr__highlight-label {
  font-size: 20px;
  font-weight: 700;
  opacity: 0.9;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
}

.asr__highlight-big {
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 28px;
}

.asr__chips {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.asr-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 700;
}

/* ============================================================
   應用場景
   ============================================================ */
.scenarios__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}


.scenario-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 165, 92, 0.35);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 44px rgba(126, 65, 20, 0.11);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.scenario-card:hover {
  transform: translateY(-7px);
  border-color: rgba(245, 130, 32, 0.8);
  box-shadow: 0 22px 52px rgba(126, 65, 20, 0.17);
}


.scenario-card h3 {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  margin: 0 0 10px;
  color: #292929;
}


.scenario-card>p {
  font-size: 18px;
  line-height: 1.6;
  color: #5d5d5d;
  margin: 0 0 20px;
}

.scenario-card__note {
  font-size: 12.5px;
  line-height: 1.7;
  color: #9a8a80;
  margin: 0 0 18px;
  padding: 10px 14px;
  background: #fff;
  border: 1px dashed #ffd9c9;
  border-radius: 12px;
}

.scenario-card:hover .img-slot img {
  transform: scale(1.045);
}

.label-sm {
  font-size: 12px;
  font-weight: 800;
  color: #9a9089;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}

.scenario-card>p:not(.label-sm) {
  margin: 0;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.8;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


.chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid #ffcfad;
  border-radius: 999px;
  color: #b85100;
  background: #fff7f0;
  font-size: 13px;
  line-height: 1.35;
}

/* ============================================================
   模型訓練
   ============================================================ */
.training__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.train-card {
  background: #fff;
  border: 1px solid #ffe2d4;
  border-radius: 24px;
  padding: clamp(26px, 3vw, 36px);
}

.train-card h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 6px;
}

.train-card__desc {
  font-size: 18px;
  line-height: 1.75;
  color: #6a6a6a;
  margin: 0 0 22px;
}

.tag--dark {
  background: #2a2a2a;
}


.errata__head {
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #9a9089;
  padding: 0 4px 10px;
}

.errata__head span:first-child,
.errata__head span:last-child {
  flex: 1;
}

.errata__head .spacer {
  width: 24px;
}

.errata__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.errata-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.errata-row .before {
  flex: 1;
  background: #f5efeb;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 18px;
  color: #8a8079;
  text-decoration: line-through;
}

.errata-row .arrow {
  color: var(--accent);
  font-weight: 900;
}

.errata-row .after {
  flex: 1;
  background: var(--warm);
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-dark);
}

.train-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.train-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ffe2d4;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.train-tag b {
  color: var(--accent);
  font-weight: 900;
  font-size: 18px;
}

.train-tag--solid {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 900;
}

/* ============================================================
   Benchmark
   ============================================================ */
.bench__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.bench-card {
  background: #fff;
  border: 1px solid #ffe2d4;
  border-radius: 22px;
  padding: 8px;
  display: flex;
  flex-direction: column;
}

.bench-card .tag-soft {
  display: inline-block;
  align-self: flex-start;
  background: var(--warm);
  color: var(--accent-dark);
  font-size: 16px;
  font-weight: 700;
  padding: 4px 13px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.bench-card .tag-soft--solid {
  background: var(--accent);
  color: #fff;
}

.bench-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

.bench-card>p {
  font-size: 18px;
  line-height: 1.6;
  color: #5d5d5d;
  margin: 0 0 22px;
  flex: 1;
}

.bench-card ul{
    list-style:none;
    padding-left:30px;
    /* border-left:3px solid #ffd5ba; */
}

.bench-card ul li{
    position:relative;
    margin:18px 0;
    padding-left:18px;
    font-size:20px;
    line-height:1.6;
    color:#555;
}

.bench-card ul li::before{
    content:"";
    position:absolute;
    left:-6px;
    top:10px;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#FF6700;
    border:4px solid #fff;
    box-shadow:0 0 0 2px #FF6700;
}
.bench-card__stat {
  border-top: 1px solid #f3e9e3;
  padding-top: 16px;
}

.bench-card__stat span {
  font-size: 18px;
  color: #9a9089;
  line-height: 1.6;
}

.bench-card__stat div {
  font-size: 30px;
  font-weight: 900;
  color: var(--accent);
}

.bench-card__stat sup {
  font-size: 16px;
}

.footnote {
  text-align: center;
  font-size: 16px;
  color: #9a9089;
  margin: 26px 0 0;
  line-height: 1.7;
}

/* ============================================================
   適用對象
   ============================================================ */
.who__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.who-card {
  background: #fff;
  border: 1px solid #ffe2d4;
  border-radius: 22px;
  padding: 34px 30px;
}

.who-card--wide {
  background: var(--warm);
  border-color: #ffd9c9;
  grid-column: 1 / -1;
}

.who-num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--accent);
  margin-bottom: 10px;
}

.who-num span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.who-card h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 10px;
}

.who-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.who-card--wide p {
  margin: 0 0 18px;
  max-width: 720px;
}

.who-foot {
  text-align: center;
  font-size: 16px;
  color: #8a8079;
  margin: 28px 0 0;
}

.who-foot strong {
  color: var(--accent-dark);
}

/* ============================================================
   適用對象
   ============================================================ */

.target__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin: 0 auto;
  max-width: 1800px;
  margin-top: 52px;
}

.target__item {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 88px) / 5);
}

.target-card {
  background: #fff;
  /* border: 1px solid #ffe2d4; */
  border-radius: 22px;
  padding: 10px;
  text-align: center;
}

.target-card--wide {
  background: var(--warm);
  border-color: #ffd9c9;
  grid-column: 1 / -1;
}

.target-num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--accent);
  margin-bottom: 10px;
}

.target-num span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.target-card h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 10px;
}

.target-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.target-card--wide p {
  margin: 0 0 18px;
  max-width: 720px;
}

@media (max-width: 1200px) {
  .target__item {
    flex: 0 0 calc((100% - 44px) / 3);
  }
}

@media (max-width: 768px) {
  .target__item {
    flex: 0 0 calc((100% - 22px) / 2);
  }
}

@media (max-width: 576px) {
  .target__item {
    flex: 0 0 100%;
  }
}

/* ============================================================
   導入方式
   ============================================================ */
.flow {
  padding: 0 50px 80px 50px;
  background: #fff;

}

.flow__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #222;
}

.flow__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  max-width: 1400px;
  margin: 0 auto;
}

.flow__item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 88px) / 5);
  min-height: 150px;
  padding: 28px 18px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff8f2 0%, #ffffff 100%);
  border: 1px solid #ffd8b8;
  box-shadow: 0 8px 24px rgba(255, 120, 30, 0.12);
}

/* .flow__item:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 700;
    color: #f58220;
} */

/* 桌機 */
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #f58220;
  font-weight: bold;
  width: 42px;
  height: 28px;
  background-image: url(../../assets/img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



/* 手機：1 個一列 */
@media (max-width: 576px) {

  .flow__item {
    position: relative;
    margin-bottom: 40px;
  }

  .flow__item:not(:last-child)::after {
    /* content: "↓"; */
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -30px;
    transform: translateX(-50%);

    display: block;
    width: 42px;
    height: 28px;
    background-image: url(../../assets/img/icon_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .flow__item:last-child {
    margin-bottom: 0;
  }
}

.flow__item:not(:last-child)::after {
  animation: flowArrow 1.2s infinite;
}



@keyframes arrowRight {

  0%,
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: .6;
  }

  50% {
    transform: translateY(-50%) translateX(8px);
    opacity: 1;
  }
}

.flow__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff0e3;
  font-size: 28px;
}

.flow__text {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

/* 平板：3 個一列 */
@media (max-width: 1200px) {
  .flow__item {
    flex: 0 0 calc((100% - 44px) / 3);
  }

  .flow__item::after {
    display: none;
  }
}

/* 小平板：2 個一列 */
@media (max-width: 768px) {
  .flow__item {
    flex: 0 0 calc((100% - 22px) / 2);
  }
}

/* 手機：1 個一列 */
@media (max-width: 576px) {
  .flow {
    padding: 40px 16px;
  }

  .flow__title {
    font-size: 26px;
  }

  .flow__item {
    flex: 0 0 100%;
  }
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  background: var(--accent);
}

.cta__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 38px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 36px;
  text-align: center;
}

.cta__copy {
  flex: 1 1 320px;
  min-width: 280px;
  text-align: left;
}

.cta__copy h2 {
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  margin: 0 0 6px;
}

.cta__copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15.5px;
  margin: 0;
}

.btn-cta-light {
  background: #fff;
  color: var(--accent-dark);
  font-weight: 900;
  font-size: 18px;
  padding: 15px 44px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  flex-shrink: 0;
}

.btn-cta-light:hover {
  transform: translateY(-2px);
}





/* ============================================================
   捲動進場（JS 加上 .is-in 時才顯示）
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
}

.reveal.is-in {
  animation: opReveal 0.7s ease-out both;
}

/* ============================================================
   RWD
   ============================================================ */
@media (max-width: 1023px) {
  .nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

@media (max-width: 560px) {
  .hero__points {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   輪播
   ============================================================ */

.section__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section__head {
  text-align: center;
  margin-bottom: 34px;
}

.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  margin-bottom: 14px;
  border: 1px solid #ffd3b4;
  border-radius: 999px;
  color: #ef6c00;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
}

.section__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.section__desc {
  max-width: 720px;
  margin: 14px auto 0;
  color: #6d6d6d;
  font-size: 17px;
  line-height: 1.8;
}

.scenariosSwiper {
  position: relative;
  padding: 20px 58px 64px;
}

.scenariosSwiper .swiper-wrapper {
  align-items: stretch;
}

.scenariosSwiper .swiper-slide {
  height: auto;
  display: flex;
}



.label-sm {
  margin: 0px 0 10px;
  color: #ef6c00;
  font-size: 14px;
  font-weight: 800;
}



.scenariosSwiper .swiper-button-prev,
.scenariosSwiper .swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 1px solid #ffd2b0;
  border-radius: 50%;
  color: #f58220;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(130, 74, 30, 0.14);
  transition: 0.25s ease;
}

.scenariosSwiper .swiper-button-prev:hover,
.scenariosSwiper .swiper-button-next:hover {
  color: #fff;
  background: #f58220;
  border-color: #f58220;
  transform: scale(1.06);
}

.scenariosSwiper .swiper-button-prev::after,
.scenariosSwiper .swiper-button-next::after {
  font-size: 17px;
  font-weight: 900;
}

.scenariosSwiper .swiper-pagination {
  bottom: 12px;
}

.scenariosSwiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #d9c8bc;
  opacity: 1;
  transition: 0.25s ease;
}

.scenariosSwiper .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: #f58220;
}

.hint {
  margin-top: 12px;
  text-align: center;
  color: #999;
  font-size: 13px;
}

@media (max-width: 767px) {
  .section {
    padding: 58px 14px;
  }

  .section__desc {
    font-size: 15px;
  }

  .scenariosSwiper {
    padding: 14px 12px 58px;
  }

  .scenariosSwiper .swiper-button-prev,
  .scenariosSwiper .swiper-button-next {
    display: none;
  }

  .scenario-card {
    border-radius: 20px;
    padding: 15px;
  }

  .scenario-card h3 {
    font-size: 20px;
  }
}