/* DEMO_V2_CSS_VERSION: v1 */
body {
  margin: 0;
  background: #e9ece4;
  font-family: Arial, "Noto Sans TC", sans-serif;
}

.preview-m1s6 {
  min-height: 100vh;
  background: #e9ece4;
  text-align: center;
}

.preview-copy {
  position: relative;
  z-index: 3;
  padding: 54px 5vw 10px;
  background: transparent;
}

.preview-title {
  margin: 0;
  color: #5f6f5a;
  font-size: clamp(2.15rem, 9.4vw, 2.55rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.12;
  white-space: nowrap;
}

.preview-subtitle {
  margin: 6px 0 12px;
  color: #777;
  font-size: 1rem;
}

.preview-target {
  color: #ee7200;
  font-size: 0.85rem;
}

.preview-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60vw;
  min-width: 0;
  min-height: 58px;
  margin: 32px 0 12px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #f58220;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.38);
  color: white;
  font-size: 1.55rem;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}
.preview-cta:hover{
  color:#fff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .preview-cta:hover,
  .preview-cta:focus-visible {
    filter: brightness(1.1);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
  }
}

.preview-cta:active {
  filter: brightness(0.96);
  transform: translateY(2px) scale(0.985);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transition-duration: 100ms;
}

.preview-note {
  margin: 0;
  font-size: 0.7rem;
}
