:root {
  --wc-text: #4a4a4a;
  --wc-deep: #202936;
  --wc-peach: #fdb6a4;
  --wc-peach-soft: #fff0ed;
  --wc-blue: #83e1fd;
  --wc-blue-dark: #54bbd9;
  --wc-blue-soft: #e6f9ff;
  --wc-muted: #9ba1a4;
  --wc-white: #ffffff;
}

* {
  box-sizing: border-box;
}

body.wc-live-page,
.wc-live-scope {
  margin: 0;
  color: var(--wc-text);
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--wc-white);
}

.wc-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sku_wrapper,
.product_meta .sku_wrapper,
.woocommerce .sku_wrapper {
  display: none !important;
}

.wc-marquee {
  height: 36px;
  overflow: hidden;
  background: var(--wc-peach);
  color: var(--wc-white);
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
}

.wc-marquee span {
  display: inline-block;
  min-width: 100%;
  animation: wc-marquee 26s linear infinite;
}

@keyframes wc-marquee {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.wc-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  box-shadow: none;
  transition: box-shadow 0.35s ease, transform 0.35s ease, background 0.35s ease;
}

.wc-site-header.header-hidden {
  transform: translateY(-100%);
  pointer-events: none;
}

.wc-site-header.header-solid {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(32, 41, 54, 0.09);
  backdrop-filter: blur(12px);
}

.wc-site-header.header-solid .wc-marquee {
  display: none;
}

.wc-nav {
  min-height: 74px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.wc-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.wc-logo img {
  display: block;
  width: 145px;
  height: auto;
}

.wc-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.1vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  color: var(--wc-deep);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.wc-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 2px;
  background: var(--wc-blue-dark);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.wc-menu a:hover::after,
.wc-menu a.is-active::after {
  transform: scaleX(1);
}

.wc-book {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--wc-blue);
  color: var(--wc-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wc-book:hover {
  background: var(--wc-blue-dark);
  transform: translateY(-1px);
}

.wc-mobile-toggle {
  display: none;
  justify-self: end;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: var(--wc-deep);
  background: var(--wc-white);
  box-shadow: 0 0 0 1px rgba(32, 41, 54, 0.08);
  cursor: pointer;
}

.wc-mobile-panel {
  display: none;
  padding: 0 20px 18px;
  background: var(--wc-blue-soft);
}

.wc-mobile-panel.open {
  display: block;
}

.wc-mobile-panel a {
  display: block;
  padding: 13px 0;
  color: var(--wc-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(32, 41, 54, 0.08);
}

.wc-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(230, 249, 255, 0.9), rgba(255, 240, 237, 0.78));
}

.wc-hero-video-only {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

.wc-video-bg,
.wc-video-bg iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wc-video-bg iframe {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  border: 0;
  pointer-events: none;
  opacity: 0.32;
}

.wc-video-bg video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wc-hero-video-only .wc-video-bg iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.wc-hero-video-only .wc-video-bg {
  position: absolute;
  inset: 0;
}

.wc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(230, 249, 255, 0.75), rgba(255, 255, 255, 0.3));
}

.wc-slider {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.wc-slide {
  display: none;
  max-width: 760px;
  padding: 72px 0;
}

.wc-slide.active {
  display: block;
}

.wc-slide h1 {
  margin: 0 0 20px;
  color: var(--wc-deep);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.wc-slide p {
  margin: 0 0 32px;
  color: var(--wc-text);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
}

.wc-hero .wc-book {
  justify-self: start;
}

.wc-slider-controls {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.wc-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.wc-dot.active {
  background: var(--wc-blue-dark);
}

.wc-section {
  padding: 82px 0;
}

.wc-gradient-section {
  background: linear-gradient(135deg, var(--wc-blue-soft), var(--wc-peach-soft));
}

.wc-section-title {
  margin: 0;
  color: var(--wc-deep);
  text-align: center;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.2;
  font-weight: 700;
}

.wc-divider {
  width: 92px;
  height: 3px;
  margin: 20px auto 42px;
  background: var(--wc-blue);
}

.wc-solution-grid,
.wc-product-grid,
.wc-news-grid {
  display: grid;
  gap: 24px;
}

.wc-solution-grid {
  grid-template-columns: repeat(4, 1fr);
}

.wc-product-grid {
  grid-template-columns: repeat(4, 1fr);
}

.wc-news-grid {
  grid-template-columns: repeat(3, 1fr);
}

.wc-card {
  overflow: hidden;
  border: 2px solid #f9fafb;
  border-radius: 35px;
  background: var(--wc-white);
  text-align: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(175, 175, 175, 0.47);
}

.wc-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.wc-card-body {
  padding: 20px 20px 24px;
}

.wc-card h3,
.wc-card h4 {
  margin: 0 0 12px;
  color: var(--wc-deep);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.wc-solution-grid .wc-card h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.wc-system-name,
.wc-system-title {
  display: block;
  width: 100%;
}

.wc-system-name {
  margin-bottom: 2px;
  background: linear-gradient(135deg, var(--wc-blue-dark), #22a9cf 55%, var(--wc-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Nunito", "Noto Sans TC", sans-serif;
  font-size: 1.16em;
  font-weight: 900;
  letter-spacing: 0;
}

.wc-system-title {
  color: var(--wc-deep);
}

.wc-card p {
  margin: 0 0 18px;
  color: var(--wc-text);
  font-size: 15px;
  line-height: 1.7;
}

.wc-small-button,
.wc-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 20px;
  background: var(--wc-blue);
  color: var(--wc-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.wc-small-button i,
.wc-product-link i {
  flex: 0 0 auto;
}

.wc-button-text {
  white-space: nowrap;
}

.wc-custom-solution {
  grid-column: 1 / -1;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(230, 249, 255, 0.92));
}

.wc-custom-solution .wc-card-body {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(260px, 1.65fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px 34px;
  text-align: left;
}

.wc-custom-solution h3,
.wc-custom-solution p {
  margin: 0;
}

.wc-custom-solution h3 {
  align-items: flex-start;
}

.wc-custom-solution .wc-small-button {
  justify-self: end;
}

.wc-product-category {
  display: block;
  margin: -8px 0 10px;
  color: var(--wc-blue-dark);
  font-size: 14px;
}

.wc-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 54px;
}

.wc-kicker {
  display: inline-block;
  margin: 0 0 16px;
  color: var(--wc-peach);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.wc-story h2 {
  margin: 0 0 12px;
  color: var(--wc-deep);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.18;
}

.wc-story h3 {
  margin: 0 0 22px;
  color: var(--wc-blue-dark);
  font-size: clamp(24px, 3vw, 38px);
}

.wc-story p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.9;
}

.wc-story-video {
  overflow: hidden;
  border-radius: 35px;
  background: #111;
  aspect-ratio: 16 / 9;
  box-shadow: 0 16px 34px rgba(32, 41, 54, 0.14);
}

.wc-story-video iframe,
.wc-story-video video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.wc-story-video video {
  object-fit: cover;
}

.wc-news-card img {
  aspect-ratio: 16 / 9;
}

.wc-news-card h4 {
  font-size: 18px;
}

.wc-footer {
  background: var(--wc-blue-soft);
  color: var(--wc-text);
}

.wc-footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.7fr;
  gap: 42px;
  padding: 64px 0 42px;
}

.wc-footer-logo {
  display: block;
  width: 190px;
  height: auto;
  margin-bottom: 18px;
}

.wc-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wc-footer-top > div:nth-child(2),
.wc-footer-top > div:nth-child(3) {
  padding-top: 72px;
}

.wc-footer p {
  width: min(100%, 360px);
  margin: 0 0 12px;
  line-height: 1.8;
  text-align: left;
}

.wc-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-footer li {
  margin-bottom: 12px;
}

.wc-footer a {
  color: var(--wc-deep);
  text-decoration: none;
}

.wc-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--wc-blue);
  color: var(--wc-white) !important;
  font-weight: 700;
}

.wc-footer-bottom {
  padding: 20px 0 30px;
  text-align: center;
  color: var(--wc-muted);
  border-top: 1px solid rgba(32, 41, 54, 0.08);
  font-size: 14px;
}

.wc-designer {
  margin-top: 6px;
  color: var(--wc-muted);
}

.wc-floating-book {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--wc-blue-dark);
  text-decoration: none;
  background: transparent !important;
  box-shadow: none !important;
  animation: wc-float 3s ease-in-out infinite;
}

.wc-floating-label {
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 10px;
  background: var(--wc-white);
  color: var(--wc-blue-dark);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(32, 41, 54, 0.12);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wc-floating-book:hover .wc-floating-label {
  opacity: 1;
  transform: translateY(0);
}

.wc-floating-icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: var(--wc-floating-image, linear-gradient(135deg, var(--wc-blue), var(--wc-peach)));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.wc-floating-book:hover .wc-floating-icon {
  background-image: var(--wc-floating-image-hover, var(--wc-floating-image, linear-gradient(135deg, var(--wc-blue), var(--wc-peach))));
}

.wc-floating-book:hover .wc-floating-icon {
  transform: scale(1.08);
}

.wc-back-top {
  position: fixed;
  right: 112px;
  bottom: 40px;
  z-index: 55;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(32, 41, 54, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--wc-text);
  box-shadow: 0 8px 18px rgba(32, 41, 54, 0.1);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wc-back-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@keyframes wc-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

.wc-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.wc-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.wc-reveal-delay-1 {
  transition-delay: 0.08s;
}

.wc-reveal-delay-2 {
  transition-delay: 0.16s;
}

.wc-reveal-delay-3 {
  transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .wc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 760px) {
  .wc-nav {
    grid-template-columns: minmax(120px, 1fr) auto auto;
    gap: 10px;
  }

  .wc-floating-book {
    right: 20px;
    bottom: 22px;
  }

  .wc-back-top {
    right: 92px;
    bottom: 30px;
  }

  .wc-menu,
  .wc-nav > nav {
    display: none;
  }

  .wc-nav > .wc-book {
    display: inline-flex;
    grid-column: 2;
    min-width: auto;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .wc-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 3;
    justify-self: end;
  }

  .wc-solution-grid,
  .wc-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-story,
  .wc-footer-top,
  .wc-news-grid {
    grid-template-columns: 1fr;
  }

  .wc-custom-solution .wc-card-body {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .wc-custom-solution h3 {
    align-items: center;
  }

  .wc-custom-solution .wc-small-button {
    justify-self: center;
  }

  .wc-footer-top > div:nth-child(2),
  .wc-footer-top > div:nth-child(3) {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .wc-container {
    width: min(100% - 28px, 1180px);
  }

  .wc-nav {
    min-height: 64px;
  }

  .wc-logo img {
    width: 128px;
  }

  .wc-slider {
    min-height: 520px;
  }

  .wc-solution-grid,
  .wc-product-grid {
    grid-template-columns: 1fr;
  }
}
