@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700;900&family=Noto+Sans+TC:wght@400;600;700;900&display=swap");

body {
  background: var(--bg);
  font-family: "Noto Sans", "Noto Sans TC", "Segoe UI", sans-serif;
}

html[lang="zh-Hant"] body {
  font-family: "Noto Sans TC", "Noto Sans", "Microsoft JhengHei UI", sans-serif;
}

h1,
h2,
h3 {
  font-weight: 900;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  line-break: strict;
}

.hero h1 {
  line-height: 1.16;
  letter-spacing: .01em;
}

.hero-grid > *,
.feature > *,
.app-body > *,
.trust-item {
  min-width: 0;
}

/* 2026-07-20：既有使用前／使用後區塊補上效率工具的量化成果。 */
.compare .step-line {
  align-items: flex-start;
}

.compare-proof {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(86, 242, 143, .32);
  border-radius: 14px;
  background: #0e1712;
}

.compare-proof > strong {
  color: var(--green);
  font-size: clamp(54px, 6vw, 78px);
  line-height: 1;
  letter-spacing: -.05em;
}

.compare-proof span {
  display: block;
  color: #f1f6f3;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.4;
}

.compare-proof small {
  display: block;
  margin-top: 5px;
  color: #87938c;
  font-size: 12px;
}

@media (max-width: 640px) {
  .compare-proof {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }
}

.brand {
  gap: 10px;
}

.brand-logo {
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 0 22px rgba(86, 242, 143, .22);
}

.brand-name {
  font-weight: 900;
  white-space: nowrap;
}

.button.primary {
  color: #06140b;
  border-color: #56f28f;
  background: #56f28f;
  box-shadow: 0 0 24px rgba(86, 242, 143, .2);
}

.button.primary:hover {
  background: #70f5a1;
}

.brand-mark,
.product-stage,
.product-stage::before,
.compare-card.after,
.demo-panel,
.price-card.pro,
.final-cta {
  background-image: none;
}

.product-stage,
.demo-panel {
  background-color: #11161c;
}

.compare-card.after,
.price-card.pro,
.final-cta {
  background-color: #121a18;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid #465248;
  border-radius: 9px;
  background: #11161b;
}

.language-switch button {
  min-width: 48px;
  height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  color: #aeb8b2;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button.active {
  color: #06140b;
  background: #56f28f;
}

.currency-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid #465248;
  border-radius: 9px;
  background: #11161b;
}

.currency-switch button {
  min-width: 48px;
  height: 34px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  color: #aeb8b2;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.currency-switch button.active {
  color: #06140b;
  background: var(--green);
}

.promo-prefix {
  display: block;
  margin-bottom: 1px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
}

.promo-price {
  font-weight: 900;
}

.nav-actions .button.primary[data-i18n="nav.promo"] {
  min-width: 150px;
  flex-direction: column;
  gap: 1px;
  line-height: 1.05;
}

.workflow-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
}

.workflow-card > span {
  display: block;
}

.workflow-demo {
  position: relative;
  min-height: 170px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid #303943;
  border-radius: 9px;
  background: #0d1116;
}

.workflow-demo img {
  width: 100%;
  height: 170px;
  display: block;
  object-fit: cover;
}

.workflow-demo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(86, 242, 143, .12);
  border-radius: inherit;
  pointer-events: none;
}

.transfer-stage {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 330px;
}

.platform-card,
.asset-package,
.media-pool-window,
.future-demo {
  border: 1px solid #303943;
  border-radius: 12px;
  background: #0e1318;
}

.platform-card {
  padding: 24px;
}

.platform-card strong,
.asset-package strong {
  display: block;
  margin-bottom: 12px;
}

.platform-status {
  margin-top: 18px;
  padding: 9px 11px;
  border: 1px solid rgba(86, 242, 143, .35);
  border-radius: 7px;
  color: var(--green);
  font-size: 12px;
}

.asset-package {
  position: relative;
  padding: 28px 14px;
  text-align: center;
  color: var(--green);
}

.asset-package::before {
  content: "ZIP";
  display: grid;
  width: 58px;
  height: 68px;
  margin: 0 auto 12px;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.asset-package small {
  display: block;
  color: var(--muted);
}

.media-pool-window {
  min-height: 350px;
  padding: 18px;
}

.media-pool-toolbar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #303943;
  color: #aeb8b2;
  font-size: 12px;
}

.media-pool-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.media-template {
  overflow: hidden;
  border: 1px solid #36404b;
  border-radius: 8px;
  background: #181e25;
}

.media-template img {
  width: 100%;
  height: 105px;
  display: block;
  object-fit: cover;
}

.media-template span {
  display: block;
  padding: 9px 10px;
  color: #c3cbc6;
  font-size: 12px;
}

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.old-price-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: #879089;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.old-price {
  color: #879089;
  font-size: 17px;
  font-weight: 400;
}

.sale-price-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 48px;
  font-weight: 900;
}

.sale-price-label {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.future-section {
  padding-top: 20px;
}

.future-card {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 54px;
  padding: 42px;
  border: 1px solid rgba(86, 242, 143, .42);
  border-radius: 18px;
  background: #101816;
}

.future-demo {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 22px;
}

.future-choice {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 13px;
  align-items: center;
  padding: 10px;
  border: 1px solid #343e48;
  border-radius: 8px;
  background: #171d23;
}

.future-choice img {
  width: 76px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}

.future-choice strong {
  display: block;
  font-size: 13px;
}

.future-choice span {
  color: var(--muted);
  font-size: 11px;
}

.future-arrow {
  color: var(--green);
  text-align: center;
  font-size: 22px;
}

.future-offer {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--green);
  color: #d9e0dc;
  background: #17211d;
}

.no-break {
  white-space: nowrap;
}

.clean-app-demo {
  padding: 16px;
}

.clean-app-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #3a434d;
  color: #c8d0cb;
  font-size: 12px;
}

.clean-app-bar span {
  color: var(--green);
}

.clean-app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.clean-app-card {
  overflow: hidden;
  border: 1px solid #414b57;
  border-radius: 7px;
  background: #171c22;
}

.clean-app-card img {
  width: 100%;
  height: 105px;
  object-fit: cover;
}

.clean-app-card span {
  display: block;
  padding: 8px;
  color: #c2cac5;
  font-size: 11px;
}

.old-price-wrap,
.old-price {
  color: #a5ada7;
}

@media (max-width: 1080px) {
  nav {
    gap: 14px;
  }

  .navlinks {
    gap: 14px;
  }

  .brand-name {
    font-size: 14px;
  }
}

@media (max-width: 940px) {
  .future-card {
    grid-template-columns: 1fr;
  }

  .transfer-stage {
    grid-template-columns: 1fr;
  }

  .asset-package {
    width: 170px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  nav {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand-name {
    display: inline !important;
  }

  .nav-actions {
    width: 100%;
  }

  .language-switch {
    margin-left: auto;
  }

  .nav-actions .button.primary {
    flex: 1;
  }

  .nav-actions .button.primary[data-i18n="nav.promo"] {
    min-width: 0;
  }

  .workflow-card {
    min-height: 315px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .product-stage,
  .window,
  .app-body,
  .tool,
  .resolve {
    max-width: 100%;
    min-width: 0;
  }

  .app-body {
    grid-template-columns: minmax(110px, 42%) minmax(0, 1fr);
  }

  .future-card {
    padding: 28px 20px;
  }
}

@media (max-width: 480px) {
  .brand-name {
    display: inline !important;
    max-width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .language-switch button {
    min-width: 42px;
  }

  h1 {
    font-size: 39px;
  }
}

/* 2026-07-18：所有功能示範統一為單一 16:9 媒體範圍，供 1600×900 GIF／影片直接替換。 */
.demo-panel {
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.demo-top {
  display: block;
  margin-bottom: 12px;
  color: #c6cec9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.media-slot,
.workflow-demo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #303943;
  border-radius: 12px;
  background: #0d1116;
}

.media-slot img,
.workflow-demo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.workflow-demo {
  margin-top: auto;
}

.workflow-demo::after {
  content: none;
}

.hero-media-slot {
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.wide-media-slot {
  max-width: 100%;
}

.future-media-slot {
  align-self: auto;
}

.future-media-wrap {
  min-width: 0;
  align-self: center;
}

.future-media-slot img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.future-concept-note {
  margin: 14px 4px 0;
  color: #c1cbc5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 640px) {
  .price-card .mini-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07-18：替單一 16:9 素材加回一致的 macOS／瀏覽器視窗外框；素材本身仍是完整 1600×900。 */
.media-slot,
.workflow-demo {
  box-sizing: border-box;
  aspect-ratio: auto;
  padding-top: 38px;
  border: 1px solid #343c47;
  border-radius: 14px;
  background: #171b21;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .24);
}

.media-slot::before,
.workflow-demo::before {
  content: "Better Asset Pool × DaVinci Resolve";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 37px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 14px 0 68px;
  border-bottom: 1px solid #353d48;
  background: #171b21;
  color: #aeb7b2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}

.media-slot::after,
.workflow-demo::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f57;
  box-shadow: 15px 0 #febc2e, 30px 0 #28c840;
}

.media-slot img,
.media-slot video,
.workflow-demo img,
.workflow-demo video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-media-slot {
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

@media (max-width: 480px) {
  .media-slot::before,
  .workflow-demo::before {
    padding-left: 64px;
    font-size: 9px;
  }
}

/* 2026-07-20：強化 Hero 下方四個核心賣點的資訊層級與辨識度。 */
.trust-strip {
  --glow-x: 50%;
  --glow-y: 50%;
  --glow-opacity: .38;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px 0 34px;
  background: #0b0f13;
}

.trust-strip::before,
.trust-strip::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 260px;
  border-radius: 50%;
  filter: blur(64px);
  pointer-events: none;
}

.trust-strip::before {
  top: var(--glow-y);
  left: var(--glow-x);
  width: 520px;
  height: 300px;
  opacity: var(--glow-opacity);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(86, 242, 143, .72) 0%, rgba(86, 242, 143, .25) 34%, rgba(86, 242, 143, 0) 72%);
  transition: opacity .28s ease;
}

.trust-strip::after {
  display: none;
}

.trust-grid {
  position: relative;
  z-index: 1;
  gap: 14px;
}

.trust-grid .trust-item {
  min-height: 188px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(18, 25, 31, .58);
  -webkit-backdrop-filter: blur(18px) saturate(132%);
  backdrop-filter: blur(18px) saturate(132%);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 18px 40px rgba(0, 0, 0, .22);
}

.trust-item .trust-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  background: rgba(5, 15, 12, .46);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--green);
  font-family: "Noto Sans", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.trust-grid .trust-item strong {
  margin-bottom: 9px;
  color: #f1f5f2;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.35;
  letter-spacing: -.01em;
}

.trust-item .trust-copy {
  color: #a6b0aa;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 940px) {
  .trust-grid .trust-item {
    min-height: 176px;
  }
}

@media (max-width: 640px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid .trust-item {
    min-height: 0;
  }
}
