.template-index {
  background: #e9eeeb !important;
  color: #071418;
}

.template-index.easy_popup-app-noscroll {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
}

.template-index .easy_popup-app-modal-window {
  display: none !important;
}

.template-index #MainContent {
  overflow: hidden;
}

.template-index #easystore-section-header sticky-header,
.template-index #easystore-section-header .header-wrapper,
.template-index #easystore-section-header .header {
  background: rgba(5, 18, 23, 0.9) !important;
}

.template-index #easystore-section-header .header-wrapper {
  border-bottom: 1px solid rgba(234, 244, 242, 0.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.template-index #easystore-section-header .header__menu-item,
.template-index #easystore-section-header .header__menu-item a,
.template-index #easystore-section-header .header__inline-menu .list-menu__item,
.template-index #easystore-section-header .header__icon,
.template-index #easystore-section-header .header__link-label {
  color: #eef6f4 !important;
  font-family: "PingFang TC", "Noto Sans TC", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
}

.template-index #easystore-section-header .header__icons svg,
.template-index #easystore-section-header .header__icon svg {
  color: #eef6f4 !important;
  stroke: currentColor !important;
}

.dt-home {
  --dt-ink: #071418;
  --dt-ink-soft: #11272d;
  --dt-pearl: #eaf4f2;
  --dt-paper: #e9eeeb;
  --dt-white: #f8fbfa;
  --dt-aqua: #74c8bc;
  --dt-coral: #e77a62;
  --dt-line: rgba(7, 20, 24, 0.16);
  background: var(--dt-paper);
  color: var(--dt-ink);
  font-family: "PingFang TC", "Noto Sans TC", sans-serif;
  line-height: 1.7;
}

.dt-home *,
.dt-home *::before,
.dt-home *::after {
  box-sizing: border-box;
}

.dt-home h1,
.dt-home h2,
.dt-home h3,
.dt-home p,
.dt-home blockquote {
  margin-top: 0;
}

.dt-home h1,
.dt-home h2,
.dt-home blockquote {
  color: inherit !important;
  font-family: "Songti TC", "Noto Serif TC", "PMingLiU", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.dt-home h3 {
  color: inherit !important;
}

.dt-home a {
  color: inherit;
  text-decoration: none;
}

.dt-home a:focus-visible,
.dt-home summary:focus-visible {
  outline: 3px solid var(--dt-coral);
  outline-offset: 5px;
}

.dt-shell {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.dt-kicker {
  margin-bottom: 20px;
  color: var(--dt-aqua);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
}

.dt-kicker--dark {
  color: #38685f;
}

.dt-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.dt-button:hover {
  transform: translateY(-2px);
}

.dt-home .dt-button--light {
  background: var(--dt-pearl);
  color: var(--dt-ink);
}

.dt-home .dt-button--light:hover {
  background: #ffffff;
}

.dt-home .dt-button--ghost {
  border-color: rgba(234, 244, 242, 0.62);
  color: var(--dt-white);
}

.dt-home .dt-button--ghost:hover {
  border-color: var(--dt-white);
  background: rgba(248, 251, 250, 0.08);
}

.dt-home .dt-button--aqua {
  background: var(--dt-aqua);
  color: var(--dt-ink);
}

.dt-home .dt-button--aqua:hover {
  background: #93d8cf;
}

.dt-home .dt-button--ink {
  background: var(--dt-ink);
  color: var(--dt-white);
}

.dt-home .dt-button--outline-ink {
  border-color: rgba(7, 20, 24, 0.54);
  color: var(--dt-ink);
}

.dt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dt-hero {
  position: relative;
  min-height: max(670px, calc(100svh - var(--dt-fixed-header-height, 64px)));
  display: flex;
  align-items: center;
  background: #06151c;
  color: var(--dt-white);
  isolation: isolate;
}

.dt-hero__image,
.dt-final > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dt-hero__image {
  object-position: center center;
}

.dt-hero__veil,
.dt-final__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(3, 15, 20, 0.2);
}

.dt-hero__content {
  padding-block: 108px 90px;
}

.dt-hero h1 {
  max-width: 790px;
  margin-bottom: 26px;
  color: var(--dt-white);
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: 1.07;
}

.dt-hero__lead {
  max-width: 560px;
  margin-bottom: 34px;
  color: rgba(248, 251, 250, 0.86);
  font-size: clamp(17px, 1.45vw, 22px);
  letter-spacing: 0.05em;
}

.dt-hero__note {
  margin: 20px 0 0;
  color: rgba(248, 251, 250, 0.66);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.dt-scroll-cue {
  position: absolute;
  right: 32px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(248, 251, 250, 0.72) !important;
  font-size: 11px;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.dt-scroll-cue i {
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(248, 251, 250, 0.48);
}

.dt-trust {
  background: var(--dt-ink);
  color: var(--dt-white);
}

.dt-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dt-trust__grid > div {
  display: flex;
  min-height: 98px;
  align-items: center;
  gap: 17px;
  border-right: 1px solid rgba(234, 244, 242, 0.14);
}

.dt-trust__grid > div:not(:first-child) {
  padding-left: 34px;
}

.dt-trust__grid > div:last-child {
  border-right: 0;
}

.dt-trust__number {
  color: var(--dt-aqua);
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
}

.dt-trust strong {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.dt-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.8fr);
  gap: 80px;
  padding-block: 150px 120px;
}

.dt-intro__label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 12px;
  color: #40665f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.dt-intro__label i {
  display: block;
  width: 70px;
  height: 1px;
  margin-top: 10px;
  background: #64857f;
}

.dt-intro__copy {
  max-width: 840px;
}

.dt-intro h2,
.dt-section-head h2,
.dt-craft h2,
.dt-fit h2,
.dt-final h2 {
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.12;
}

.dt-intro h2 {
  margin-bottom: 36px;
}

.dt-intro__copy > p:last-child {
  max-width: 710px;
  margin-left: auto;
  color: #394e52;
  font-size: 17px;
  letter-spacing: 0.035em;
}

.dt-series {
  padding-bottom: 150px;
}

.dt-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 52px;
}

.dt-section-head h2 {
  margin-bottom: 0;
}

.dt-home .dt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--dt-ink) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.dt-text-link span {
  transition: transform 180ms ease;
}

.dt-text-link:hover span {
  transform: translate(3px, -3px);
}

.dt-series__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dt-series-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #0d2026;
  color: var(--dt-white) !important;
  isolation: isolate;
}

.dt-series-card--lifted {
  transform: translateY(46px);
}

.dt-series-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.3, 1);
}

.dt-series-card:hover > img {
  transform: scale(1.035);
}

.dt-series-card__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(2, 13, 17, 0.28);
  box-shadow: inset 0 -230px 120px -100px rgba(2, 12, 16, 0.94);
}

.dt-series-card__index {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(248, 251, 250, 0.72);
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.dt-series-card__copy {
  position: absolute;
  right: 28px;
  bottom: 30px;
  left: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dt-series-card__copy small {
  margin-bottom: 8px;
  color: var(--dt-aqua);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.dt-series-card__copy strong {
  margin-bottom: 10px;
  font-family: "Songti TC", "Noto Serif TC", "PMingLiU", serif;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.dt-series-card__copy > span {
  max-width: 320px;
  margin-bottom: 19px;
  color: rgba(248, 251, 250, 0.76);
  font-size: 13px;
}

.dt-series-card__copy em {
  display: inline-flex;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(248, 251, 250, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dt-series-card__copy b {
  font-weight: 400;
}

.dt-image-note {
  margin: 70px 0 0;
  color: #647579;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-align: right;
}

.dt-craft {
  padding-block: 140px;
  background: var(--dt-ink);
  color: var(--dt-white);
}

.dt-craft__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 110px;
}

.dt-craft h2 {
  margin-bottom: 32px;
  color: var(--dt-white);
}

.dt-craft__statement > p:not(.dt-kicker) {
  max-width: 500px;
  margin-bottom: 34px;
  color: rgba(248, 251, 250, 0.68);
  font-size: 16px;
}

.dt-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dt-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid rgba(234, 244, 242, 0.17);
}

.dt-steps li:last-child {
  border-bottom: 1px solid rgba(234, 244, 242, 0.17);
}

.dt-steps > li > span {
  padding-top: 2px;
  color: var(--dt-aqua);
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.dt-steps h3 {
  margin: 0 0 8px;
  color: var(--dt-white);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.dt-steps p {
  margin-bottom: 0;
  color: rgba(248, 251, 250, 0.58);
  font-size: 13px;
}

.dt-origin {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: 110px;
  padding-block: 150px;
}

.dt-origin__visual {
  height: min(760px, 70vw);
  overflow: hidden;
  background: #0c1a20;
}

.dt-origin__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dt-origin blockquote {
  margin-bottom: 32px;
  color: var(--dt-ink);
  font-size: clamp(42px, 4.5vw, 67px);
  line-height: 1.22;
}

.dt-origin__copy > p:not(.dt-kicker) {
  max-width: 550px;
  margin-bottom: 34px;
  color: #45585c;
  font-size: 16px;
}

.dt-fit {
  padding-block: 82px;
  background: var(--dt-aqua);
}

.dt-fit__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.dt-fit .dt-kicker {
  margin-bottom: 12px;
  color: #214943;
}

.dt-fit h2 {
  margin-bottom: 12px;
  color: var(--dt-ink);
}

.dt-fit p:not(.dt-kicker) {
  margin-bottom: 0;
  color: #244a45;
}

.dt-faq {
  padding-block: 140px;
}

.dt-section-head--faq {
  align-items: flex-end;
}

.dt-faq__list {
  border-top: 1px solid var(--dt-line);
}

.dt-faq details {
  border-bottom: 1px solid var(--dt-line);
}

.dt-faq summary {
  position: relative;
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-right: 12px;
  cursor: pointer;
  font-family: "Songti TC", "Noto Serif TC", "PMingLiU", serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 600;
  letter-spacing: 0.01em;
  list-style: none;
}

.dt-faq summary::-webkit-details-marker {
  display: none;
}

.dt-faq summary span {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.dt-faq summary span::before,
.dt-faq summary span::after {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 18px;
  height: 1px;
  content: "";
  background: currentColor;
  transition: transform 180ms ease;
}

.dt-faq summary span::after {
  transform: rotate(90deg);
}

.dt-faq details[open] summary span::after {
  transform: rotate(0);
}

.dt-faq details p {
  max-width: 780px;
  margin: -4px 0 28px;
  color: #4e6266;
  font-size: 15px;
}

.dt-final {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background: #05141b;
  color: var(--dt-white);
  isolation: isolate;
}

.dt-final > img {
  object-position: center 58%;
  transform: scaleX(-1);
}

.dt-final__veil {
  background: rgba(3, 14, 19, 0.46);
}

.dt-final__content {
  padding-block: 110px;
  text-align: right;
}

.dt-final .dt-kicker {
  color: var(--dt-aqua);
}

.dt-final h2 {
  margin-bottom: 34px;
  color: var(--dt-white);
}

.dt-final .dt-actions {
  justify-content: flex-end;
}

.template-index .footer {
  background: #051217 !important;
  color: rgba(234, 244, 242, 0.72) !important;
}

.template-index .footer .footer__content-top {
  padding-top: 72px;
  padding-bottom: 58px;
}

.template-index .footer .footer-block__heading {
  color: #f0f6f5 !important;
  font-family: "Songti TC", "Noto Serif TC", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.template-index .footer .link--text,
.template-index .footer .list-menu__item--link,
.template-index .footer .footer-block__details-content .list-menu__item--link {
  color: rgba(234, 244, 242, 0.68) !important;
}

.template-index .footer .grid__item:last-child .footer-block__details-content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 989px) {
  .dt-shell {
    width: min(100% - 36px, 760px);
  }

  .dt-hero {
    min-height: 760px;
  }

  .dt-hero__image {
    object-position: 63% center;
  }

  .dt-hero__veil {
    background: rgba(3, 15, 20, 0.43);
  }

  .dt-hero h1 {
    max-width: 650px;
  }

  .dt-intro,
  .dt-craft__grid,
  .dt-origin {
    grid-template-columns: 1fr;
  }

  .dt-intro {
    gap: 42px;
    padding-block: 110px 90px;
  }

  .dt-intro__copy > p:last-child {
    margin-left: 0;
  }

  .dt-series__grid {
    grid-template-columns: 1fr 1fr;
  }

  .dt-series-card:last-child {
    grid-column: 1 / -1;
    min-height: 520px;
  }

  .dt-series-card--lifted {
    transform: none;
  }

  .dt-craft__grid {
    gap: 72px;
  }

  .dt-origin {
    gap: 62px;
  }

  .dt-origin__visual {
    height: 650px;
  }

  .dt-fit__grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }
}

@media screen and (max-width: 749px) {
  .dt-shell {
    width: calc(100% - 32px);
  }

  .dt-kicker {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .dt-button {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 12px;
  }

  .dt-hero {
    min-height: 690px;
    align-items: flex-end;
  }

  .dt-hero__image {
    object-position: 70% center;
  }

  .dt-hero__veil {
    background: rgba(3, 15, 20, 0.52);
  }

  .dt-hero__content {
    padding-block: 82px 88px;
  }

  .dt-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(40px, 13vw, 58px);
  }

  .dt-hero__break {
    display: none;
  }

  .dt-hero__lead {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .dt-hero .dt-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dt-scroll-cue {
    display: none;
  }

  .dt-trust__grid {
    grid-template-columns: 1fr;
    padding-block: 8px;
  }

  .dt-trust__grid > div,
  .dt-trust__grid > div:not(:first-child) {
    min-height: 62px;
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 244, 242, 0.12);
  }

  .dt-trust__grid > div:last-child {
    border-bottom: 0;
  }

  .dt-intro {
    gap: 24px;
    padding-block: 86px 72px;
  }

  .dt-intro__label {
    display: none;
  }

  .dt-intro h2,
  .dt-section-head h2,
  .dt-craft h2,
  .dt-fit h2,
  .dt-final h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .dt-intro h2 {
    margin-bottom: 24px;
  }

  .dt-intro__copy > p:last-child {
    font-size: 15px;
  }

  .dt-series {
    padding-bottom: 86px;
  }

  .dt-section-head,
  .dt-section-head--faq {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
  }

  .dt-series__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dt-series-card,
  .dt-series-card:last-child {
    grid-column: auto;
    min-height: 550px;
  }

  .dt-image-note {
    margin-top: 22px;
    text-align: left;
  }

  .dt-craft {
    padding-block: 86px;
  }

  .dt-craft__grid {
    gap: 58px;
  }

  .dt-steps li {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .dt-origin {
    gap: 42px;
    padding-block: 86px;
  }

  .dt-origin__visual {
    height: 520px;
  }

  .dt-origin blockquote {
    font-size: clamp(36px, 10.5vw, 50px);
  }

  .dt-fit {
    padding-block: 68px;
  }

  .dt-fit .dt-actions {
    width: 100%;
    flex-direction: column;
  }

  .dt-faq {
    padding-block: 86px;
  }

  .dt-faq summary {
    min-height: 76px;
    font-size: 20px;
  }

  .dt-final {
    min-height: 560px;
  }

  .dt-final > img {
    object-position: 65% center;
  }

  .dt-final__content {
    padding-block: 84px;
    text-align: left;
  }

  .dt-final .dt-actions {
    justify-content: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-home *,
  .dt-home *::before,
  .dt-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
