@charset "UTF-8";
.hero {
  background: linear-gradient(to top, #DEEEFF, rgba(255, 255, 255, 0));
}
.hero .container {
  padding-top: 48px;
}

.two-column {
  align-items: stretch;
  gap: 24px;
}
.two-column > div {
  flex: 1;
}

@media (max-width: 768px) {
  .three-column-image li {
    text-align: left;
  }
  .three-column-image li p {
    font-weight: bold;
    width: 100%;
  }
  .three-column-image li span {
    font-size: 14px;
  }
}

.section-lightblue-decor .img-wrap {
  max-width: 405px;
  margin: 0 auto;
}

.section-modes .two-column {
  margin-bottom: 48px;
}
.section-modes .mode-box li, .section-modes .mode-box .target-frame {
  padding: 16px;
  text-align: left;
  background-color: #F2F4F8;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.9);
}
.section-modes .mode-box ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.section-modes .mode-box ul li b {
  display: inline-block;
  margin-right: 8px;
}
.section-modes .mode-box ul .default-tag {
  position: relative;
}
.section-modes .mode-box ul .default-tag::before {
  content: "";
  display: block;
  position: absolute;
  content: "Default";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  background: #439EFF;
  border-radius: 0 5px 0 10px;
  padding: 4px 12px;
}
.section-modes .mode-box .target-frame > div {
  margin-bottom: 8px;
  padding: 12px 16px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.section-modes .mode-box .target-frame > div p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.section-modes .mode-box .target-frame > div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-modes .mode-box .target-frame > div div b {
  font-size: 40px;
}
.section-modes .mode-box .target-frame > div div span {
  font-size: 20px;
}
.section-modes .mode-box .target-frame > div div i {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 18px;
  margin-left: 16px;
}
.section-modes .mode-box .target-frame > div div i:before, .section-modes .mode-box .target-frame > div div i:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.section-modes .mode-box .target-frame > div div i:before {
  top: 0;
  border-bottom: 7px solid #4b5563; /* 調整顏色與高度 */
}
.section-modes .mode-box .target-frame > div div i:after {
  bottom: 0;
  border-top: 7px solid #4b5563; /* 調整顏色與高度 */
}
.section-modes .badge {
  display: inline-flex;
  padding: 8px 16px;
  font-size: 14px;
  color: #007BFF;
  background-color: #DEEEFF;
  border-radius: 5px;
  margin-bottom: 40px;
}
.section-modes .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 8px;
}
.section-modes .text {
  margin-bottom: 40px;
}
.section-modes .three-column li {
  padding: 32px 24px;
}
.section-modes .three-column li b {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.section-modes .two-column span, .section-modes .three-column span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .section-modes .two-column {
    flex-direction: column;
  }
  .section-modes .mode-box ul li b {
    display: block;
    font-size: 14px;
  }
  .section-modes .two-column span, .section-modes .three-column span {
    font-size: 13px;
    display: inline-flex;
  }
  .section-modes .three-column {
    flex-direction: column;
  }
  .section-modes .three-column li {
    width: 100%;
    padding: 16px;
  }
  .section-modes .three-column li b {
    font-size: 18px;
  }
  .section-modes .three-column li p {
    font-size: 14px;
  }
  .section-modes .badge {
    margin-bottom: 24px;
  }
  .section-modes .title {
    font-size: 18px;
  }
  .section-modes .text {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

.section-dark {
  background-image: none;
}
.section-dark .two-column {
  align-items: center;
}
.section-dark .img-wrap {
  max-width: 600px;
  font-size: 0;
}
.section-dark .img-wrap img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .section-dark .two-column {
    flex-direction: column;
  }
  .section-dark .two-column .title-box {
    text-align: center;
  }
}

.section-comparison .chart-board {
  padding: 32px;
  background: linear-gradient(45deg, #164671 0%, #101E48 100%);
  border-radius: 10px;
  margin-bottom: 48px;
}
.section-comparison .chart-board > div {
  max-width: 880px;
  margin: 0 auto;
}
.section-comparison .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px !important;
}
.section-comparison .chart-header b {
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.section-comparison .chart-header b span {
  font-size: 14px;
  font-weight: normal;
}
.section-comparison .chart-header ul {
  display: flex;
  gap: 8px;
}
.section-comparison .chart-header ul li {
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 12px;
}
.section-comparison .chart-header ul li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #12C09F;
}
.section-comparison .chart-header ul li:last-child i {
  background-color: #FF4735;
}
.section-comparison .chart-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 13px;
}
.section-comparison .two-column > div ul {
  text-align: left;
  margin: 24px auto 48px;
}
.section-comparison .two-column > div li {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 18px;
}
.section-comparison .two-column > div i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-comparison .two-column h3 {
  font-size: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEEEFF;
}
.section-comparison .two-column h3 b {
  display: inline-block;
  margin-right: 8px;
}
.section-comparison .two-column .box-before b {
  color: #FF4735;
}
.section-comparison .two-column .box-before ul i {
  background-image: url(/wp-content/themes/courtyard/images/icon/outline-close-red.svg);
}
.section-comparison .two-column .box-after b {
  color: #12C09F;
}
.section-comparison .two-column .box-after ul i {
  background-image: url(/wp-content/themes/courtyard/images/icon/outline-checkmark-green.svg);
}
@media (max-width: 768px) {
  .section-comparison .two-column {
    flex-direction: column;
  }
  .section-comparison .two-column h3 {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .section-comparison .two-column > div ul {
    margin-bottom: 0;
  }
  .section-comparison .two-column > div li {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .bottom-cta .btn-groups {
    flex-direction: column;
  }
  .bottom-cta .btn-groups .bq-btn {
    width: 100%;
  }
  .bottom-cta .btn-groups a:not(:last-child) {
    margin: 0 0 16px 0;
  }
}/*# sourceMappingURL=feature.css.map */