@charset "UTF-8";

/* 2026 H2 Figma desktop slicing overrides. Keep shared header/footer behavior in web_style.css. */
section.main-content {
  background-color: #fff0ec;
}

section.main-content .dbs_campaign-title,
section.main-content .dbs_prize-copy,
section.main-content .dbs_s2-txt p,
section.main-content .dbs_s3-q,
section.main-content .dbs_title,
section.main-content .dbs_title span,
section.main-content .drawer-header h1,
section.main-content h1,
section.main-content h2,
section.main-content h3,
section.main-content h4,
section.main-content h5,
section.main-content h6 {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.dbs_s1 {
  background: #fff0ec;
}

.dbs_feature-card,
.dbs_s1 .dbs_bg,
.dbs_s2-bg,
.dbs_s3-bg {
  background: #fff;
  box-shadow: 4.015px 4.459px 42px 0 rgba(200, 187, 188, 0.2);
}

.dbs_campaign-title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

.dbs_campaign-title > img {
  flex: 0 0 auto;
  margin-right: 24px;
  width: 100px;
}

.dbs_dart-icon {
  background: radial-gradient(circle at center, #111 0 7%, transparent 8%), conic-gradient(#111 0 12.5%, #fff 0 25%, #111 0 37.5%, #fff 0 50%, #111 0 62.5%, #fff 0 75%, #111 0 87.5%, #fff 0);
  border: 12px solid #d80012;
  border-radius: 50%;
  box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #d80012;
  flex: 0 0 auto;
  height: 82px;
  margin-right: 24px;
  position: relative;
  width: 82px;
}

.dbs_dart-icon::before {
  background: #333;
  border-radius: 4px;
  bottom: -27px;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

.dbs_dart-icon::after {
  border-bottom: 10px solid #333;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  bottom: -33px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.dbs_campaign-title h3 {
  color: #000;
  font-size: 35px;
  line-height: 1.25;
  margin: 0 0 6px;
  text-align: left;
}

.dbs_campaign-title h3 span {
  color: #d80012;
  font-size: 40px;
}

.dbs_campaign-title p {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  text-align: left;
}

.dbs_s1-d {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.dbs_s1 .dbs_pd1 > p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 48px;
}

.dbs_s1-cont {
  align-items: center;
  gap: 0;
  margin-bottom: 34px;
  padding: 0 2%;
}

.dbs_s1-item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 119px;
  padding: 0 4%;
  position: relative;
  width: auto;
}

.dbs_s1-item + .dbs_s1-item::before {
  background: #1d1d1d;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.dbs_s1-item img {
  display: block;
  flex: 0 0 auto;
  margin: 0 18px 0 0;
  max-height: 82px;
  max-width: 112px;
  width: auto;
}

.dbs_s1-item:nth-child(2) img {
  max-height: 74px;
  max-width: 134px;
}

.dbs_s1-item:nth-child(3) img {
  max-height: 78px;
  max-width: 78px;
}

.dbs_s1-item img.dbs_s1-prize-img,
.dbs_s1-item:nth-child(2) img.dbs_s1-prize-img,
.dbs_s1-item:nth-child(3) img.dbs_s1-prize-img {
  height: 120px;
  margin: 0;
  max-height: none;
  max-width: none;
  width: auto;
}

.dbs_prize-copy {
  text-align: left;
}

.dbs_prize-copy h4 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
}

.dbs_prize-copy strong {
  color: #d80012;
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.dbs_s1-item:nth-child(2) .dbs_prize-copy strong {
  color: #f5a400;
}

.dbs_s1-item:nth-child(3) .dbs_prize-copy strong {
  color: #00a984;
}

.dbs_prize-copy span {
  color: #000;
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
}

.dbs_s1-ps {
  margin: 0 auto 58px;
  max-width: 920px;
}

.dbs_s1-ps h5 {
  font-size: 21px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.dbs_s1-ps h5 img {
  max-width: 18px;
}

.dbs_s1-ps > span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.dbs_s1 .dbs_pd1 {
  padding-bottom: 26px;
}

.dbs-btn a img {
  max-width: 301px;
}

.dbs_s1_1 {
  background: #fff0ec;
  padding: 52px 0;
}

.dbs_feature-card {
  border-radius: 16px;
  padding: 49px 5.5% 56px;
}

.dbs_s1_1 .dbs_title {
  margin-bottom: 28px;
}

.dbs_product-subtitle {
  margin: -5px 0 34px;
}

.dbs_subtitle {
  color: #666;
  font-size: 31px;
  line-height: 1.4;
  margin: -22px 0 45px;
  text-align: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
}

.dbs_s1_1-item {
  padding: 0 .9%;
}

.dbs_s2 .dbs_title {
  margin-bottom: 28px;
}

.dbs_s2-txt p {
  font-size: 24px;
}

.dbs_s2-txt span {
  font-size: 16px;
}

.dbs_s2-item img {
  max-width: 171px;
}

.dbs_s2-txt .dbs_s2-icon img {
  max-width: 100%;
}

.dbs_s3-q {
  background-color: #9da6ad;
  border-color: #8e979e;
  color: #fff;
}

.dbs_s3-item {
  border: 1px solid #ccc;
  box-shadow: none;
}

.dbs_s3-a p {
  font-weight: 700;
}

.dbs_title span:before {
  top: 10px;
}

.FooterBar-cont {
  background: #ff7a7a;
}

/* -------------------------------------------------- */


@media screen and (min-width: 768px) {
  .dbs_s3-bg .dbs_title + .dbs_s3-item .dbs_s3-a p {
    transform: translateY(17px);
  }
}

footer .new_ft_ul li {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .dbs_campaign-title {
    margin-bottom: 18px;
  }

  .dbs_campaign-title > img {
    margin-right: 10px;
    width: 54px;
  }

  .dbs_dart-icon {
    border-width: 7px;
    box-shadow: 0 0 0 4px #fff inset, 0 0 0 1px #d80012;
    height: 48px;
    margin-right: 12px;
    width: 48px;
  }

  .dbs_dart-icon::before {
    bottom: -18px;
    height: 16px;
    width: 10px;
  }

  .dbs_dart-icon::after {
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 15px;
    bottom: -23px;
  }

  .dbs_campaign-title h3 {
    font-size: 18px;
  }

  .dbs_campaign-title h3 span {
    font-size: 22px;
  }

  .dbs_campaign-title p {
    font-size: 18px;
  }

  .dbs_s1-d {
    font-size: 16px;
  }

  .dbs_s1 .dbs_pd1 > p {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .dbs_s1-cont {
    display: block;
    padding: 0;
    margin-bottom:10px;
  }

  .dbs_s1-item {
    justify-content: center;
    margin: 0 auto;
    min-height: 0;
    padding: 20px 0;
    width: 82%;
  }

  .dbs_s1-item + .dbs_s1-item::before {
    display: none;
  }

  .dbs_s1-item + .dbs_s1-item {
    border-top: 1px solid #b8b8b8;
  }

  .dbs_s1-item img,
  .dbs_s1-item:nth-child(2) img,
  .dbs_s1-item:nth-child(3) img {
    margin-right: 12px;
    max-height: 54px;
    max-width: 76px;
  }

  .dbs_s1-item img.dbs_s1-prize-img,
  .dbs_s1-item:nth-child(2) img.dbs_s1-prize-img,
  .dbs_s1-item:nth-child(3) img.dbs_s1-prize-img {
    margin: 0 auto;
    max-height: none;
    max-width: 100%;
    width: 100%;
  }

  .dbs_s1_1 .dbs_title {
    margin-bottom: 18px;
  }

  .dbs_s2 .dbs_title {
    margin-bottom: 18px;
  }

  .dbs_s1-ps {
    margin-bottom: 38px;
  }

  .dbs_s1-ps h5 {
    font-size: 14px;
  }

  .dbs_feature-card {
    padding: 25px 5.5%;
  }

  .dbs_prize-copy h4 {
    font-size: 20px;
  }

  .dbs_prize-copy strong {
    font-size: 28px;
  }

  .dbs_prize-copy span {
    font-size: 16px;
  }

  .dbs-btn a img {
    /* max-width: 327px; */
    max-width: 280px;
  }

  .dbs_subtitle {
    font-size: 19px;
    margin: -10px 0 25px;
  }

  .dbs_s2-item img {
    max-width: 205px;
  }

  .dbs_title span:before {
    top: 3px;
  }

  .dbs_s2-txt .dbs_s2-icon {
    top: 2px;
    width: 32px;
    margin-left: 0;
  }

  .dbs_s2-txt p {
    margin-left: 5px;
  }

  .dbs_s2-txt span {
    margin-left: 5px;
  }

  .dbs-btn {
    margin-top: 20px;
  }

  /*區塊間距調整*/

  .dbs_s1 {
    padding: 40px 0 0;
  }

  .dbs_s1_1 {
    padding: 40px 0 0;
  }

  .dbs_s3 {
    padding: 0 0 88px;
  }

  .dbs_s1-item img.dbs_s1-prize-img,
  .dbs_s1-item:nth-child(2) img.dbs_s1-prize-img,
  .dbs_s1-item:nth-child(3) img.dbs_s1-prize-img {
    margin: 0 auto;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: 100%;
  }

  .page-container .dbs-btn{
    margin-top: 40px;
  }
}
