﻿.qzs-button--primary {
  background: linear-gradient(135deg, #073783 0%, #0e4f9d 100%);
  box-shadow: 0 10px 22px rgba(7, 55, 131, 0.2);
}

.qzs-button--primary:hover {
  background: linear-gradient(135deg, #073783 0%, #1a67c7 100%);
  box-shadow: 0 10px 22px rgba(26, 103, 199, 0.3);
  transform: translateY(-2px);
}
.qzs-button--primary:hover i {
  color: var(--pk-gold-2);
  transform: translateX(4px);
}

.scroll-hint {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgba(87, 111, 141, 0.66);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-decoration: none;
  transform: translateX(-50%);
}

.scroll-hint span {
  position: relative;
  width: 22px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(87, 111, 141, 0.3);
  border-radius: 999px;
}

.scroll-hint span::after {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 999px;
  background: #ffbc38;
  content: "";
  transform: translateX(-50%);
  animation: scroll-hint-dot 2s ease-in-out infinite;
}

.scroll-hint[href]:hover {
  color: #00989e;
}

.scroll-hint[href]:focus-visible {
  outline: 3px solid rgba(255, 188, 56, 0.78);
  outline-offset: 4px;
}

@keyframes scroll-hint-dot {
  0% {
    opacity: 0;
    transform: translate(-50%, -2px);
  }
  30% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
}
@media (max-width: 991.98px) {
  .scroll-hint {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .scroll-hint {
    bottom: 1rem;
    display: flex;
    color: rgba(87, 111, 141, 0.78);
    font-size: 0.9rem;
    letter-spacing: 0.12em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-hint span::after {
    animation: none;
  }
}
.qzs-button--primary:hover {
  background: linear-gradient(135deg, #073783 0%, #00989e 100%);
  box-shadow: 0 10px 22px rgba(0, 152, 158, 0.3);
}

.qzs-page {
  --qzs-ink: #122b50;
  --qzs-ink-strong: #092d68;
  --qzs-muted: #576f8d;
  --qzs-blue: #00989e;
  --qzs-navy: #073783;
  --qzs-gold: #ffbc38;
  --qzs-surface: #fff;
  --qzs-line: rgb(226.92, 236.28, 247.8);
  position: relative;
  overflow: clip;
  color: var(--qzs-ink);
  background: #f7faff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.qzs-page *,
.qzs-page *::before,
.qzs-page *::after {
  box-sizing: border-box;
}

.qzs-page a {
  text-decoration: none;
}

.qzs-page img {
  display: block;
  max-width: 100%;
}

.qzs-page a:focus-visible {
  outline: 3px solid rgba(255, 188, 56, 0.9);
  outline-offset: 4px;
}

.qzs-hero,
.qzs-section,
.qzs-note {
  scroll-margin-top: 6rem;
}

.qzs-hero {
  isolation: isolate;
  position: relative;
  min-height: min(860px, 88vh);
  padding: clamp(7rem, 12vw, 10.5rem) 0 clamp(5rem, 9vw, 8rem);
  background: radial-gradient(circle at 13% 22%, rgba(255, 188, 56, 0.1), transparent 17rem), linear-gradient(135deg, #fff 0%, rgb(242.25, 249.85, 250.15) 100%);
}

.qzs-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.qzs-hero__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

.qzs-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.qzs-hero .container {
  z-index: 2;
}

.qzs-hero__content {
  max-width: 35rem;
  margin-top: 10vh;
}

.qzs-eyebrow,
.qzs-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.25rem;
  color: #00989e;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.qzs-eyebrow__mark {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(0, 152, 158, 0.16);
  border-radius: 16px;
  color: #ffbc38;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(7, 55, 131, 0.08);
  font-size: 1rem;
}

.qzs-hero__title {
  max-width: 31rem;
  margin: 0;
  color: #092d68;
  font-size: clamp(2.65rem, 5.7vw, 5.25rem);
  font-weight: 800;
}
.qzs-hero__title strong {
  font-weight: 800;
}

.qzs-hero__title strong,
.qzs-section-title span {
  color: #00989e;
}

.qzs-hero__lead {
  max-width: 31rem;
  margin: 1.75rem 0 0;
  color: #576f8d;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 2;
}

.qzs-hero__actions {
  margin-top: 2rem;
}

.qzs-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.qzs-button i {
  transition: transform 0.24s ease;
}

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

.qzs-button:hover i {
  transform: translate(2px, -2px);
}

.qzs-button--primary {
  color: #fff;
}

.qzs-button--primary:hover {
  color: #fff;
}

.qzs-button--ghost {
  border-color: rgba(7, 55, 131, 0.18);
  color: #073783;
  background: rgba(255, 255, 255, 0.7);
}

.qzs-button--ghost:hover {
  border-color: rgba(7, 55, 131, 0.38);
  color: #073783;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 55, 131, 0.05);
}

.qzs-hero__quick-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.75rem 1.25rem;
  margin: 2.25rem 0 0;
  padding: 0;
  color: #576f8d;
  font-size: 0.95rem;
  font-weight: 700;
  list-style: none;
}

.qzs-hero__quick-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.qzs-hero__quick-list i {
  color: #ffbc38;
  font-size: 1.05rem;
}

.qzs-section {
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.qzs-section--tint {
  background: rgb(244.8, 250.88, 251.12);
}

.qzs-section-heading {
  max-width: 44rem;
}

.qzs-section-title {
  margin: 0;
  color: #092d68;
  font-size: clamp(2rem, 4.25vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.qzs-section-copy {
  max-width: 43rem;
  margin: 1.5rem 0 0;
  color: #576f8d;
  font-size: 1rem;
  line-height: 1.95;
}

.qzs-section-kicker {
  margin-bottom: 1rem;
  color: #ffbc38;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.qzs-section-kicker::before {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.qzs-intro {
  position: relative;
  background: #fff;
}

.qzs-intro::before {
  position: absolute;
  top: 10%;
  right: -8rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(0, 152, 158, 0.06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.qzs-image-card,
.qzs-workflow__visual {
  position: relative;
}

.qzs-image-card__frame,
.qzs-workflow__visual-frame {
  overflow: hidden;
  border: 1px solid rgba(7, 55, 131, 0.08);
  border-radius: 42px;
  background: rgb(244.8, 250.88, 251.12);
  box-shadow: 0 24px 64px rgba(7, 55, 131, 0.1);
}

.qzs-image-card__frame img {
  width: 100%;
  height: auto;
}

.qzs-image-card__badge,
.qzs-workflow__caption {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(7, 55, 131, 0.08);
  border-radius: 16px;
  color: #092d68;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 40px rgba(7, 55, 131, 0.05);
}

.qzs-image-card__badge {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}

.qzs-image-card__badge-icon,
.qzs-workflow__caption-icon {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #00989e;
  font-size: 1.1rem;
}

.qzs-image-card__badge strong,
.qzs-workflow__caption strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.45;
}

.qzs-image-card__badge small,
.qzs-workflow__caption small {
  display: block;
  margin-top: 0.15rem;
  color: #576f8d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.qzs-signal-list {
  display: grid;
  gap: 1.25rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.qzs-signal-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.qzs-signal-list__icon {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #00989e;
  background: rgb(242.25, 249.85, 250.15);
  font-size: 1rem;
}

.qzs-signal-list strong {
  display: block;
  color: #092d68;
  font-size: 1rem;
  line-height: 1.5;
}

.qzs-signal-list small {
  display: block;
  margin-top: 0.2rem;
  color: #576f8d;
  font-size: 0.9rem;
  line-height: 1.65;
}

.qzs-feature-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 1.75rem;
  border: 1px solid rgba(7, 55, 131, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 55, 131, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.qzs-feature-card::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(0, 152, 158, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.qzs-feature-card:hover {
  border-color: rgba(0, 152, 158, 0.18);
  box-shadow: 0 24px 64px rgba(7, 55, 131, 0.1);
  transform: translateY(-5px);
}

.qzs-feature-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}

.qzs-feature-card__number {
  color: rgba(7, 55, 131, 0.38);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.qzs-feature-card__icon {
  display: inline-grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border-radius: 1.15rem;
  color: #fff;
  background: #00989e;
  box-shadow: 0 10px 22px rgba(0, 152, 158, 0.18);
  font-size: 1.25rem;
}

.qzs-feature-card--navy .qzs-feature-card__icon {
  background: #073783;
}

.qzs-feature-card--gold .qzs-feature-card__icon {
  color: #092d68;
  background: #f0c35b;
  box-shadow: 0 10px 22px rgba(255, 188, 56, 0.2);
}

.qzs-feature-card--blue-soft .qzs-feature-card__icon {
  background: rgb(91.8, 189.08, 192.92);
  box-shadow: 0 10px 22px rgba(0, 152, 158, 0.18);
}

.qzs-feature-card h3 {
  margin: 0 0 0.75rem;
  color: #092d68;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.45;
}

.qzs-feature-card p {
  margin: 0;
  color: #576f8d;
  font-size: 0.95rem;
  line-height: 1.85;
}

.qzs-feature-card__line {
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  margin-top: 1.5rem;
  border-radius: 999px;
  background: #00989e;
}

.qzs-feature-card--navy .qzs-feature-card__line {
  background: #073783;
}

.qzs-feature-card--gold .qzs-feature-card__line {
  background: #ffbc38;
}

.qzs-feature-card--blue-soft .qzs-feature-card__line {
  background: rgb(91.8, 189.08, 192.92);
}

.qzs-workflow {
  background: #fff;
}

.qzs-workflow__visual-frame {
  border-radius: 42px;
}

.qzs-workflow__visual-frame img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}

.qzs-workflow__caption {
  position: absolute;
  right: 1.25rem;
  bottom: -1.25rem;
  max-width: calc(100% - 2.5rem);
}

.qzs-workflow__caption-icon {
  color: #092d68;
  background: #f0c35b;
}

.qzs-steps {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.qzs-step {
  position: relative;
  display: grid;
  grid-template-columns: 2rem 2.75rem minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  min-height: 4.5rem;
}

.qzs-step:not(:last-child)::before {
  position: absolute;
  top: 2.55rem;
  bottom: 0;
  left: 0.5rem;
  width: 1px;
  background: rgb(226.92, 236.28, 247.8);
  content: "";
}

.qzs-step__number {
  position: relative;
  z-index: 1;
  color: #00989e;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 2.75rem;
}

.qzs-step__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(0, 152, 158, 0.14);
  border-radius: 50%;
  color: #00989e;
  background: #fff;
  box-shadow: 0 6px 16px rgba(7, 55, 131, 0.08);
}

.qzs-step strong {
  display: block;
  padding-top: 0.25rem;
  color: #092d68;
  font-size: 1rem;
  line-height: 1.5;
}

.qzs-step small {
  display: block;
  margin-top: 0.15rem;
  color: #576f8d;
  font-size: 0.9rem;
  line-height: 1.65;
}

.qzs-service {
  padding-top: 0;
  background: #fff;
}

.qzs-service__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 42px;
  color: #fff;
  background: linear-gradient(135deg, #073783 0%, #0e4f9d 100%);
  box-shadow: 0 24px 62px rgba(7, 55, 131, 0.18);
}

.qzs-service__panel::before,
.qzs-service__panel::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.qzs-service__panel::before {
  top: -8rem;
  right: -4rem;
  width: 20rem;
  height: 20rem;
}

.qzs-service__panel::after {
  right: 6rem;
  bottom: -12rem;
  width: 24rem;
  height: 24rem;
  border-color: rgba(255, 188, 56, 0.2);
}

.qzs-section-kicker--light {
  color: #f0c35b;
}

.qzs-service__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.18;
}

.qzs-service__copy {
  max-width: 45rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.95;
}

.qzs-service__summary {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
}

.qzs-service__summary > div {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, auto) 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.qzs-service__summary > div:last-child {
  border-bottom: 0;
}

.qzs-service__summary-icon {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  color: #092d68;
  background: #f0c35b;
}

.qzs-service__summary strong {
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}

.qzs-service__summary small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  text-align: right;
}

.qzs-final-cta {
  padding-top: clamp(4rem, 8vw, 8rem);
  background: #fff;
}

.qzs-final-cta__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(0, 152, 158, 0.1);
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(0, 152, 158, 0.08) 0%, rgba(255, 255, 255, 0.94) 54%, rgba(255, 188, 56, 0.1) 100%);
}

.qzs-final-cta__content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}

.qzs-final-cta__content .qzs-button {
  margin-top: 2rem;
}

.qzs-final-cta__mark {
  position: absolute;
  right: clamp(1.5rem, 7vw, 7rem);
  bottom: -2rem;
  color: rgba(0, 152, 158, 0.11);
  font-size: clamp(8rem, 19vw, 16rem);
  line-height: 1;
  transform: rotate(12deg);
}

.qzs-note {
  padding: 0 0 2.5rem;
  color: #576f8d;
  background: #fff;
}

.qzs-note__content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(226.92, 236.28, 247.8);
}

.qzs-note__content > i {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  color: #00989e;
}

.qzs-note p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
}

.qzs-note strong {
  color: #092d68;
}

@media (max-width: 991.98px) {
  .qzs-hero {
    min-height: 0;
    padding-top: 7.5rem;
  }
  .qzs-hero::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 44%, rgba(255, 255, 255, 0.35) 100%);
  }
  .qzs-hero__title {
    max-width: 28rem;
  }
  .qzs-hero__visual img {
    object-position: 62% center;
  }
}
@media (max-width: 767.98px) {
  .qzs-hero {
    overflow: hidden;
    min-height: 0;
    padding: 7.5rem 0 2.5rem;
    background: linear-gradient(180deg, #fff 0%, rgb(242.25, 249.85, 250.15) 100%);
  }
  .qzs-hero::after {
    position: absolute;
    inset: 0;
    display: block;
    height: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.78) 10rem, rgba(255, 255, 255, 0.12) 19rem, rgba(242.25, 249.85, 250.15, 0.92) 28rem, rgb(242.25, 249.85, 250.15) 100%);
  }
  .qzs-hero__visual {
    position: absolute;
    inset: 0;
    height: auto;
    margin: 0;
  }
  .qzs-hero__visual img {
    position: absolute;
    top: 7.5rem;
    right: -1rem;
    width: max(48rem, 125vw);
    max-width: none;
    height: auto;
    opacity: 0.9;
  }
  .qzs-hero__content {
    margin-top: 0;
  }
  .qzs-hero__lead {
    margin-top: clamp(12rem, 30vw, 14rem);
  }
  .qzs-image-card__badge,
  .qzs-workflow__caption {
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
  .qzs-service__summary {
    max-width: 34rem;
  }
  .qzs-final-cta__mark {
    right: -1rem;
    bottom: -1rem;
    font-size: 9rem;
  }
}
@media (max-width: 575.98px) {
  .qzs-hero__title {
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 1.05;
  }
  .qzs-hero__title .display-6 {
    margin-top: 0.5rem !important;
    font-size: clamp(1.45rem, 6.5vw, 1.75rem);
    line-height: 1.35;
  }
  .qzs-hero__lead {
    margin-top: 12.5rem;
    font-size: 0.95rem;
    line-height: 1.75;
  }
  .qzs-hero__actions {
    flex-wrap: nowrap !important;
    gap: 0.75rem !important;
    margin-top: 1.25rem;
  }
  .qzs-hero__quick-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    font-size: 0.9rem;
  }
  .qzs-hero__quick-list li {
    min-width: 0;
  }
  .qzs-button {
    width: auto;
    min-width: 0;
    min-height: 3rem;
    flex: 1 1 0;
    gap: 0.4rem;
    padding: 0.65rem 0.5rem;
    font-size: 0.9rem;
  }
  .qzs-hero .scroll-hint {
    display: none;
  }
  .qzs-image-card__badge,
  .qzs-workflow__caption {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: 0.75rem 0 0;
  }
  .qzs-image-card__frame,
  .qzs-workflow__visual-frame,
  .qzs-service__panel,
  .qzs-final-cta__panel {
    border-radius: 24px;
  }
  .qzs-step {
    grid-template-columns: 1.75rem 2.5rem minmax(0, 1fr);
    gap: 0.65rem;
  }
  .qzs-step__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .qzs-step:not(:last-child)::before {
    left: 0.875rem;
  }
  .qzs-service__summary > div {
    grid-template-columns: 2.5rem auto minmax(0, 1fr);
    gap: 0.6rem;
  }
  .qzs-service__summary small {
    text-align: left;
  }
  .qzs-note__content {
    gap: 0.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .qzs-button,
  .qzs-button i,
  .qzs-feature-card {
    transition: none;
  }
}
