@charset "UTF-8";
:root {
  --bp-mobile: 768px;
  --bp-desktop: 1024px;
  --bp-wide: 1440px;
  --color-page-bg: #fcfbff;
  --color-surface: #ffffff;
  --color-surface-soft: #eef0ff;
  --color-surface-accent: #fff3e8;
  --color-ink: #2c2731;
  --color-muted: #6d6878;
  --color-line: #ddd8eb;
  --color-line-soft: rgba(221, 216, 235, 0.72);
  --color-line-strong: rgba(221, 216, 235, 0.9);
  --color-primary: #ff7a00;
  --color-primary-soft: #ffe1c4;
  --gray-800: #2c2731;
  --gray-900: #2c2731;
  --color-white: #ffffff;
  --color-orange1: #fff3e8;
  --color-orange5: #ff7a00;
  --color-lavender: #dfe1f5;
  --color-bullet: rgba(109, 104, 120, 0.22);
  --color-header-bg: rgba(225, 227, 243, 0.84);
  --shadow-soft: 0 18px 48px rgba(89, 75, 129, 0.08);
  --max-header-width: 1440px;
  --max-content-width: 1200px;
  --page-gutter: 48px;
  --mobile-gutter: 24px;
}

/* Base */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  color: var(--color-ink);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  overflow: clip;
}

.header-wrap,
.content-wrap {
  width: min(100% - var(--page-gutter), var(--max-content-width));
  margin: 0 auto;
}

.header-wrap {
  width: min(100% - var(--page-gutter), var(--max-header-width));
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  border-bottom: 0;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.is-scrolled {
  background: rgba(232, 232, 241, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 195, 231, 0.5);
  box-shadow: 0 12px 28px rgba(112, 102, 154, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

@media (max-width: 1023px) {
  .site-header {
    background: rgba(232, 232, 241, 0.78);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(201, 195, 231, 0.5);
    box-shadow: 0 12px 28px rgba(112, 102, 154, 0.08);
  }
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand__badge img {
  width: auto;
  height: 28px;
  margin-right: 8px;
}
.brand__logo img {
  width: auto;
  height: 24px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 18px;
  font-weight: 700;
}
.site-nav a {
  position: relative;
  padding: 4px 0;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after {
  transform: scaleX(1);
}
.site-nav a.is-active {
  color: var(--color-ink);
}

/* Hero */
.hero {
  position: relative;
  padding: 112px 0 88px;
  background: url("../images/banner_bg.svg") top center/cover no-repeat;
}

.hero__carousel.swiper {
  overflow: visible;
  padding: 4px 0 0;
}

.hero__slide {
  position: relative;
  overflow: hidden;
}

.hero__panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  align-items: center;
  gap: 0;
  min-height: 650px;
}

.hero__copy,
.hero__visual {
  position: relative;
}

.hero__copy {
  z-index: 2;
  padding-top: 16px;
  justify-self: end;
  width: min(100%, 450px);
}

.hero h1 {
  margin: 0;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero h1 img {
  display: block;
  width: min(100%, 450px);
  max-width: none;
  height: auto;
}

.hero h1 span {
  display: block;
}

.hero__cards {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero__cards-mobile {
  display: none;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.hero__cards-mobile > * {
  flex: 1 1 0;
  min-width: 0;
}

.hero__cards-mobile .hero__mascot-box {
  display: block;
  width: 100%;
  height: auto;
}

.hero__stores--mobile {
  display: grid;
  width: 100%;
  gap: 16px;
}

.hero__info-group--desktop {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin: 15px auto 0;
}

.store-badge {
  display: flex;
  align-items: center;
  min-width: 184px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}

.store-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__visual {
  justify-self: start;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.hero__character {
  display: block;
  width: min(100%, 620px);
  max-width: 100%;
  height: auto;
}

.hero__controls {
  position: relative;
  z-index: 3;
  margin-top: 10px;
}

.hero__slide .hero__copy > *,
.hero__slide .hero__character {
  opacity: 0;
  will-change: transform, opacity;
}

.hero__slide .hero__copy > * {
  transform: translateY(36px);
}

.hero__slide .hero__character {
  transform: translateY(18px) scale(0.97);
}

.hero__slide.swiper-slide-active h1,
.hero__slide.swiper-slide-active .hero__cards {
  opacity: 1;
  transform: translateY(0);
}

.hero__slide.swiper-slide-active h1 {
  transition: opacity 0.7s ease 0.08s, transform 0.7s ease 0.08s;
}

.hero__slide.swiper-slide-active .hero__cards {
  transition: opacity 0.7s ease 0.28s, transform 0.7s ease 0.28s;
}

.hero__slide.swiper-slide-active .hero__character {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.9s ease 0.4s, transform 0.9s cubic-bezier(0.2, 0.75, 0.2, 1) 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide .hero__copy > *,
  .hero__slide .hero__character,
  .hero__slide.swiper-slide-active h1,
  .hero__slide.swiper-slide-active .hero__cards,
  .hero__slide.swiper-slide-active .hero__character {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* Shared Sections */
.section {
  position: relative;
  padding: 88px 0;
}

.section--tight {
  padding: 72px 0;
}

.section-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 48px;
  line-height: 1.1;
}

.section-subtitle {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  color: var(--color-muted);
}
.section-subtitle b {
  color: var(--color-primary);
}

.section-subtitle--left {
  text-align: left;
  margin: 0;
}

.award-copy {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 44px;
  align-items: center;
  margin-top: 40px;
}

.award-copy__body {
  min-width: 0;
}

.award-copy .logo-strip {
  grid-column: 1/-1;
}

.award-trophy {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 0;
}

.logo-strip__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 96px;
  object-fit: contain;
}

.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}
.tabs button {
  padding: 0 0 10px;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: var(--color-muted);
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.tabs button[aria-selected=true] {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.scenario-group-headline {
  margin: 0 0 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-ink);
}
.scenario-group-headline__panel[hidden] {
  display: none !important;
}
.scenario-group-headline__text {
  margin: 0;
}
.scenario-group-headline__line {
  display: inline;
}

.scenario-group-template {
  margin: 20px 0 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-muted);
}
.scenario-group-template__panel[hidden] {
  display: none !important;
}
.scenario-group-template__panel {
  margin: 0;
}

.carousel {
  position: relative;
}
.carousel.swiper {
  overflow: hidden;
  padding: 4px;
}
.carousel .swiper-wrapper {
  align-items: stretch;
}
.carousel__slide {
  height: auto;
}
.carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.carousel__controls--start {
  justify-content: flex-start;
}
.carousel__button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--color-line-strong);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-ink);
  cursor: pointer;
}
.carousel__button--prev, .carousel__button--next {
  display: none;
}
.carousel__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
}
.carousel__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--color-bullet);
  opacity: 1;
  transition: all 0.25s ease;
}
.carousel__pagination .swiper-pagination-bullet-active {
  width: 34px;
  background: var(--color-primary);
}
.carousel__pagination .swiper-pagination-bullet--skip {
  display: none;
}

.case-card {
  height: 100%;
  overflow: hidden;
}
.case-card__media {
  overflow: hidden;
}
.case-card__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* 情境應用：下段預告卡（小網末位 peek） */
.scenario-next-title {
  display: flex;
  align-items: stretch;
}

.scenario-title-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 36px 28px;
  border-radius: 26px;
  gap: 20px;
}
.scenario-title-card__label {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 800;
  color: var(--color-ink);
  line-height: 1.2;
}

/* Features */
/* Desktop sticky-scroll mode: section provides scroll space, content-wrap sticks */
@media (min-width: 1024px) {
  .section.features.is-sticky-active {
    padding: 0;
  }
  .section.features.is-sticky-active .content-wrap {
    position: sticky;
    top: var(--features-sticky-top, 80px);
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.feature-stage {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  min-height: 620px;
}

.feature-stage__copy {
  align-self: stretch;
  display: grid;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list__item {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

.feature-list__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.feature-list__icon {
  display: none;
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}

.feature-list__icon::before,
.feature-list__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--color-ink);
  transform: translate(-50%, -50%);
}

.feature-list__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.feature-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 6px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.25s ease;
}

.feature-list__item h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-ink);
  transition: color 0.25s ease;
}

.feature-list__item p {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.7;
  color: var(--color-ink);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}

.feature-list__item.is-active::before {
  background: var(--color-primary);
}

.feature-list__item.is-active h3 {
  color: var(--color-primary);
}

.feature-list__item.is-active p {
  opacity: 1;
  max-height: 120px;
}

.feature-list__item.is-active .feature-list__icon::before,
.feature-list__item.is-active .feature-list__icon::after {
  background: var(--color-primary);
}

.feature-list__item.is-active .feature-list__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.feature-list__item:focus-visible {
  outline: 3px solid rgba(255, 122, 0, 0.35);
  outline-offset: 8px;
  border-radius: 16px;
}

.feature-list__panel {
  display: none;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.features-panels {
  position: relative;
}

.feature-panel.is-active {
  display: block;
}

.feature-showcase__visual {
  position: relative;
  border-radius: 42px;
  overflow: hidden;
}
.feature-showcase__visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* Steps */
.steps {
  padding-bottom: 110px;
}

.steps__tabs {
  margin-bottom: 44px;
}

.steps-panels {
  position: relative;
}

.steps-panel {
  display: none;
}
.steps-panel.is-active {
  display: block;
}

.steps__layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.steps__phone {
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: min(100%, 330px);
}

.steps__phone__img {
  display: block;
  width: 100%;
  height: auto;
}

.steps__intro h3 {
  margin: 0 0 16px;
  font-size: 28px;
}

.steps__intro p {
  margin: 0;
  font-size: 24px;
  line-height: 1.8;
  color: var(--color-muted);
}

.steps__hotsale {
  margin-top: 28px;
}

.steps__hotsale picture {
  display: block;
}

.steps__hotsale__img {
  display: block;
  width: 100%;
  max-width: 292px;
  height: auto;
}

.steps-showcase {
  display: grid;
  grid-template-columns: 54px minmax(300px, 420px) minmax(0, 1fr) 54px;
  gap: 20px 28px;
  align-items: center;
  grid-auto-flow: column;
}

.steps-showcase__arrow--prev {
  grid-column: 1;
}

.steps-showcase__carousel {
  grid-column: 2;
  overflow: hidden;
  min-height: 580px;
  width: 100%;
}

.steps-showcase__slide {
  display: block;
}

.steps-showcase__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  isolation: isolate;
}

.steps-showcase__placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 340px);
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.steps-showcase__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.steps-showcase__arrow--next {
  grid-column: 4;
}

.steps-showcase__arrow {
  position: relative;
  z-index: 3;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  font-size: 64px;
  line-height: 1;
  cursor: pointer;
}

.steps-flow {
  position: relative;
  grid-column: 3;
}

/* 連接線只應落在各 Step 圓點之間；bottom 若貼容器底會沿最後一列長文往下多出一段 */
.steps-flow__line {
  position: absolute;
  left: 34px;
  top: 40px;
  bottom: 88px;
  width: 2px;
  background: #d9d9de;
}

.steps-flow__list {
  display: grid;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  cursor: pointer;
}

.steps-flow__item.is-active .steps-flow__marker {
  background: var(--color-primary);
  color: var(--color-surface);
}

.steps-flow__item:focus-visible {
  outline: 3px solid rgba(255, 122, 0, 0.35);
  outline-offset: 8px;
  border-radius: 24px;
}

.steps-flow__marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #d9d9de;
  color: var(--color-surface);
  font-size: 17px;
  font-weight: 800;
}

.steps-flow__copy {
  padding-top: 4px;
}

.steps-flow__copy h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
}

.steps-flow__copy p {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  color: var(--color-muted);
}

.steps-flow__status {
  position: absolute;
  left: -9999px;
}

.steps-flow__detail {
  display: none;
}

/* FAQ（參考稿：faqbg、accordion 網格、橘色答案塊） */
.faq-section {
  position: relative;
  margin-top: clamp(96px, 8vw, 120px);
  padding: clamp(32px, 6vw, 80px) 0 clamp(48px, 6vw, 80px);
  background-color: #dddfef;
  background-image: url("../images/faqbg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.faq-section .content-wrap {
  width: min(100% - 24px, 1440px);
  margin-inline: auto;
  padding-inline: 12px;
}
.faq-section .section-title {
  margin: 0;
  padding-top: clamp(120px, 8vw, 150px);
  margin-bottom: clamp(24px, 4vw, 48px);
  text-align: center;
  color: var(--gray-800);
  font-weight: 700;
  font-size: clamp(36px, 3.34vw, 48px);
  line-height: 1.2;
}
.faq-section .faq-list.accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 2vw, 20px);
  margin-top: 0;
}
.faq-section .faq-item {
  border-radius: 20px;
  background: var(--color-white);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(89, 75, 129, 0.06);
  transition: box-shadow 0.2s ease;
}
.faq-section .faq-item__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  border: 0;
  margin: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.faq-section .faq-item__trigger:focus-visible {
  outline: 3px solid rgba(255, 122, 0, 0.35);
  outline-offset: 2px;
}
.faq-section .faq-item__title {
  display: grid;
  grid-template-columns: clamp(68px, 7vw, 80px) 1fr clamp(20px, 2vw, 24px);
  align-items: center;
  gap: clamp(12px, 1.8vw, 24px);
}
.faq-section .faq-item__num {
  margin: 0;
  color: var(--gray-900);
  text-align: center;
  font-weight: 900;
  font-size: clamp(22px, 2vw, 30px);
  line-height: normal;
  position: relative;
}
.faq-section .faq-item__num::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: clamp(36px, 3.4vw, 44px);
  background: var(--color-orange1);
}
.faq-section .faq-item__question {
  margin: 0;
  color: var(--gray-900);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
  line-height: normal;
  text-align: justify;
}
.faq-section .faq-item__icon {
  position: relative;
  width: clamp(20px, 2vw, 24px);
  height: clamp(20px, 2vw, 24px);
  justify-self: end;
  margin: 0;
}
.faq-section .faq-item__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: clamp(2px, 0.35vw, 4px);
  transform: translateY(-50%);
  background: var(--color-orange5);
  border-radius: 8px;
}
.faq-section .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(2px, 0.35vw, 4px);
  height: 100%;
  transform: translateX(-50%);
  background: var(--color-orange5);
  border-radius: 8px;
}
.faq-section .faq-item__trigger[aria-expanded=true] .faq-item__icon::after {
  height: 0;
}
.faq-section .faq-item__answer {
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity 0.28s ease;
  padding: 0;
  margin: 0;
  background: transparent;
}
.faq-section .faq-item__body {
  margin: 0;
  padding: 20px 20px 20px 40px;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  background: var(--color-orange1);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.4;
  color: var(--color-muted);
}
.faq-section .faq-item__body b {
  font-weight: 700;
  color: var(--color-ink);
}
.faq-section .faq-item__body a {
  color: var(--color-orange5);
  text-decoration: underline;
}
.faq-section .faq-item__body ul {
  margin: 0;
  padding-left: 2.2em;
}
.faq-section .faq-item__body li {
  list-style: disc outside;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.faq-section .faq-item__body li:last-child {
  margin-bottom: 0;
}

/* 免費體驗固定列（大網） */
.trial_banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(260px, 40vw, 280px);
  background: rgba(0, 0, 0, 0.66);
  border-radius: 20px 20px 0 0;
  color: var(--color-white);
  padding: clamp(16px, 3vw, 20px) clamp(22px, 5vw, 20px);
  box-sizing: border-box;
  text-align: center;
  z-index: 100;
}
@media (min-width: 1024px) {
  .trial_banner {
    display: block;
  }
}
@media (min-width: 1024px) {
  .trial_banner .trial_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 24px);
  }
}
.trial_banner .trial_qr img {
  width: clamp(64px, 8vw, 80px);
  height: auto;
  display: block;
}
.trial_banner .trial_info {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.trial_banner .trial_info .trial_title {
  font-size: clamp(24px, 1.8vw, 26px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
  margin-bottom: 8px;
}
.trial_banner .trial_info .trial_text {
  font-size: clamp(24px, 1.8vw, 26px);
  font-weight: 700;
  color: var(--color-orange5);
  line-height: 1.2;
}

.trial_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--color-orange5);
  padding: 12px 24px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 100;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .trial_mobile {
    display: none;
  }
}
.trial_mobile .trial_title a {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.trial_mobile .trial_title a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--color-white);
  margin-left: 10px;
}

/* Footer */
.footer {
  background: var(--color-white);
  padding: clamp(24px, 4vw, 32px) 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer {
    text-align: left;
  }
}
.footer .content-wrap {
  width: min(100% - 24px, 1440px);
  margin-inline: auto;
  padding-inline: 12px;
}
.footer .navbar {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .footer .navbar {
    grid-template-columns: 1fr auto;
    gap: 0;
  }
}
.footer .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .footer .logo {
    flex-direction: row;
    align-items: center;
  }
}
.footer .logo img {
  height: 28px;
  width: auto;
  display: block;
}
.footer .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .footer .list {
    justify-content: flex-end;
  }
}
.footer .item a {
  font-size: clamp(14px, 1vw, 15px);
  color: #111;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .item a:hover {
  color: var(--color-orange5);
}
.footer .copyright {
  color: #666;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.4;
  text-align: center;
  margin-top: clamp(8px, 1vw, 12px);
  display: block;
}
@media (min-width: 1024px) {
  .footer .copyright {
    text-align: left;
    margin-top: 0;
  }
}

.footer-top {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 3.5em;
  right: 1em;
  z-index: 110;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.footer-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.footer-top__arrow {
  position: relative;
  display: block;
}
.footer-top__label {
  writing-mode: vertical-rl;
  font-weight: 600;
  margin: 4px;
}

@media (max-width: 1023px) {
  .footer-top {
    right: 8px;
    bottom: calc(50px + env(safe-area-inset-bottom, 0px));
  }
  .site-shell {
    padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
  }
}
@media (min-width: 1024px) {
  .site-shell {
    padding-bottom: calc(4px + env(safe-area-inset-bottom, 0px));
  }
}
/* Responsive */
@media (max-width: 1023px) {
  .site-nav {
    gap: 20px;
    font-size: 16px;
  }
  .hero__panel,
  .award-copy,
  .feature-stage,
  .steps__layout {
    grid-template-columns: 1fr;
  }
  .award-copy {
    gap: 24px;
  }
  .section-title {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 20px;
  }
  .tabs button {
    font-size: 20px;
  }
  .steps__tabs {
    justify-content: center;
  }
  .scenario-group-headline {
    font-size: clamp(22px, 4.2vw, 28px);
  }
  .scenario-group-headline .scenario-group-headline__line {
    display: block;
  }
  /* 情境輪播在 1023 以下滿版顯示（突破 content-wrap 邊距） */
  #scenarios .carousel.swiper {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 0;
  }
  /* 登入步驟：小網文案在上、手機圖在下（見 .steps__layout--static） */
  .steps__layout--static {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .steps__layout--static .steps__content {
    display: contents;
  }
  .steps__layout--static .steps__intro {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .steps__layout--static .steps__phone {
    order: 2;
  }
  .steps__layout--static .steps__hotsale {
    order: 3;
    margin-top: 0;
  }
  .steps__hotsale {
    margin-inline: auto;
    max-width: 348px;
    width: 100%;
  }
  .steps__hotsale__img {
    max-width: 100%;
  }
  .steps__intro h3 {
    font-size: 24px;
  }
  .steps__intro p {
    font-size: 20px;
  }
  .steps-flow__copy h3 {
    font-size: 24px;
  }
  .steps-flow__copy p {
    font-size: 20px;
  }
  .hero__visual {
    order: 1;
  }
  .hero__copy {
    text-align: center;
    justify-self: center;
    margin-inline: auto;
  }
  .hero__visual {
    justify-self: center;
    width: 100%;
  }
  .hero h1 img,
  .hero__info-group--desktop,
  .hero__cards-mobile,
  .hero__mascot-box,
  .hero__stores--mobile {
    margin-inline: auto;
  }
  .hero__cards {
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-inline: auto;
  }
  .hero__stores--mobile {
    display: grid;
    width: 100%;
    justify-items: center;
  }
  .hero__cards-mobile {
    display: flex;
    align-items: center;
    width: min(100%, 520px);
    gap: 12px;
  }
  .store-badge {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
  .hero__info-group--desktop {
    display: none;
  }
  .hero__carousel.swiper {
    overflow: hidden;
  }
  .hero__visual {
    min-height: auto;
  }
  .hero__character {
    width: min(100%, 500px);
    margin-inline: auto;
  }
  .award-trophy {
    margin: 0 auto;
  }
  /* 服務特色：768～1023 與小網同版面（見 mobile-only） */
  .feature-stage {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }
  .feature-stage__copy {
    order: 0;
  }
  .features-panels {
    display: none;
  }
  .feature-list {
    gap: 0;
  }
  .feature-list__item {
    padding: 0 0 14px 18px;
  }
  .feature-list__item + .feature-list__item {
    margin-top: 12px;
  }
  .feature-list__item h3 {
    font-size: 28px;
  }
  /* 僅展開項顯示說明；勿對全部 li 的 p 設 max-height，否則收合仍佔版 */
  .feature-list__item p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 20px;
  }
  .feature-list__item.is-active p {
    margin-top: 10px;
    max-height: 96px;
    opacity: 1;
  }
  .feature-list__icon {
    display: block;
  }
  /* 1023 以下：列表用上下箭頭（展開／收合）取代 +/- */
  .feature-list__icon::before,
  .feature-list__icon::after {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: var(--color-ink);
  }
  .feature-list__icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .feature-list__icon::after {
    display: none;
  }
  .feature-list__item.is-active .feature-list__icon::before,
  .feature-list__item.is-active .feature-list__icon::after {
    background: none;
    border-color: var(--color-primary);
  }
  .feature-list__item.is-active .feature-list__icon::before {
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .feature-list__panel {
    display: block;
    margin-top: 12px;
    padding-right: 12px;
  }
  .feature-list__item.is-active .feature-list__panel {
    opacity: 1;
  }
  .feature-showcase__visual {
    border-radius: 24px;
  }
  .steps-showcase__visual {
    min-height: 520px;
  }
  .steps-showcase {
    grid-template-columns: 1fr;
  }
  /* 使用教學（逐字稿／檔案編輯）：小網步驟列在圖上方，Step1–3 橫向排列 */
  /* 大網有 grid-auto-flow: column，單欄時會長出隱式「直欄」變兩欄並排，須改回 row */
  .steps-showcase--rwd {
    grid-auto-flow: row;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "steps-flow-block" "steps-carousel-block";
    align-items: start;
    justify-items: stretch;
  }
  .steps-showcase--rwd .steps-flow {
    grid-area: steps-flow-block;
    grid-column: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 32px;
    padding: 0 20px;
    justify-self: stretch;
    width: 100%;
    box-sizing: border-box;
  }
  .steps-showcase--rwd .steps-showcase__carousel {
    grid-area: steps-carousel-block;
    grid-column: auto;
    justify-self: center;
    width: 100%;
    max-width: 420px;
    min-height: auto;
  }
  .steps-showcase--rwd .steps-showcase__visual {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }
  .steps-flow__line {
    z-index: 0;
    left: 50%;
    top: 28px;
    bottom: auto;
    width: min(100%, 220px);
    height: 3px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: #d9d9de;
  }
  .steps-flow__list {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    gap: 28px;
  }
  .steps-flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
    grid-template-columns: unset;
    gap: 0;
    text-align: center;
  }
  .steps-flow__marker {
    width: 56px;
    height: 56px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }
  .steps-flow__copy {
    display: none;
  }
  .steps-flow__detail {
    display: block;
    width: 100%;
    max-width: 420px;
    margin-top: 28px;
    padding: 0 8px;
    text-align: center;
  }
  .steps-flow__detail h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--color-ink);
  }
  .steps-flow__detail p {
    margin: 0;
    font-size: 20px;
    line-height: 1.75;
    color: var(--color-muted);
  }
  .steps-showcase__arrow {
    display: none;
  }
  .steps-showcase__slide {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .feature-stage {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }
  .feature-stage__copy {
    order: 0;
  }
  .features-panels {
    display: none;
  }
  .header-wrap,
  .content-wrap {
    width: min(100% - var(--mobile-gutter) * 2, 100%);
  }
  .site-header__inner {
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
    gap: 14px;
    min-height: auto;
  }
  .brand {
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }
  .brand__badge {
    flex: 0 0 auto;
  }
  .brand__badge img {
    display: block;
    width: auto;
    height: 22px;
    margin-right: 0;
  }
  .brand__logo {
    flex: 0 0 auto;
  }
  .brand__logo img {
    display: block;
    width: auto;
    height: 20px;
  }
  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
    font-size: 15px;
  }
  .hero {
    background: url("../images/banner_bg_m.svg") top center/cover no-repeat;
  }
  .hero__panel {
    gap: 8px;
    min-height: auto;
  }
  .hero__copy {
    order: 0;
  }
  .hero__visual {
    order: 1;
  }
  .hero h1 {
    font-size: clamp(48px, 14vw, 80px);
  }
  .hero__cards {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-inline: auto;
  }
  .hero__stores--mobile {
    display: grid;
    width: 100%;
    justify-items: center;
  }
  .hero__cards-mobile {
    display: flex;
    align-items: center;
    width: min(100%, 420px);
    gap: 12px;
  }
  .hero__info-group--desktop {
    display: none;
  }
  .hero__visual {
    min-height: auto;
  }
  .hero__character {
    width: min(86vw, 360px);
    margin-inline: auto;
  }
  .store-badge {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
  .hero__controls {
    margin-top: 18px;
  }
  .section,
  .section--tight {
    padding: 64px 0;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title--award span {
    display: block;
  }
  .tabs {
    gap: 16px 20px;
    margin-bottom: 28px;
  }
  .feature-list {
    gap: 0;
  }
  .feature-list__item {
    padding: 0 0 12px 18px;
  }
  .feature-list__item + .feature-list__item {
    margin-top: 12px;
  }
  .feature-list__item h3 {
    font-size: 28px;
  }
  .feature-list__item p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 20px;
  }
  .feature-list__item.is-active p {
    margin-top: 10px;
    max-height: 96px;
    opacity: 1;
  }
  .feature-list__icon {
    display: block;
  }
  .feature-list__panel {
    display: block;
    margin-top: 12px;
    padding-right: 12px;
  }
  .feature-list__item.is-active .feature-list__panel {
    opacity: 1;
  }
  .feature-showcase__visual {
    border-radius: 24px;
  }
  .steps {
    padding-bottom: 72px;
  }
  .steps__tabs {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 22px;
    margin: 0 -24px 28px;
    padding: 0 24px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .steps__tabs::-webkit-scrollbar {
    display: none;
  }
  .steps__tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 20px;
  }
  .steps__layout {
    gap: 30px;
  }
  /* 輪播箭頭列在步驟列下方（≤1023 版面由 tablet-down 繼承） */
  .steps-showcase--rwd {
    grid-auto-flow: row;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    grid-template-rows: auto auto;
    grid-template-areas: "stepflow stepflow stepflow" "arrprev carousel arrnext";
    gap: 18px 12px;
    align-items: start;
  }
  .steps-showcase--rwd .steps-flow {
    grid-area: stepflow;
    margin: 0 0 12px;
    padding: 0;
  }
  .steps-showcase--rwd .steps-showcase__carousel {
    grid-area: carousel;
  }
  .steps-showcase__arrow {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 46px;
    line-height: 32px;
  }
  .steps-showcase--rwd .steps-showcase__arrow--prev {
    grid-area: arrprev;
    align-self: center;
  }
  .steps-showcase--rwd .steps-showcase__arrow--next {
    grid-area: arrnext;
    align-self: center;
  }
  .steps-showcase__visual {
    min-height: 380px;
  }
  .steps-showcase__visual .steps-showcase__placeholder {
    width: min(100%, 260px);
    min-height: 0;
    border-radius: 0;
  }
  .steps-flow__item:focus-visible {
    outline-offset: 4px;
  }
  .steps-flow__detail {
    text-align: center;
  }
  .faq-section {
    margin-top: clamp(64px, 10vw, 96px);
    padding: clamp(24px, 5vw, 48px) 0 clamp(40px, 6vw, 64px);
  }
  .faq-section .section-title {
    padding-top: clamp(48px, 12vw, 96px);
    margin-bottom: clamp(20px, 4vw, 36px);
  }
  .faq-list {
    gap: 14px;
    margin-top: 0;
  }
  .faq-item__title {
    grid-template-columns: 58px 1fr 26px;
    gap: 12px;
  }
  .faq-item__trigger {
    padding: 18px 20px 18px 12px;
  }
  .faq-item__num {
    font-size: 18px;
  }
  .faq-item__num::after {
    height: 36px;
  }
  .faq-item__question {
    font-size: 16px;
  }
  .faq-item__icon {
    width: 22px;
    height: 22px;
  }
  .faq-item__body {
    margin: 12px 0 0;
    padding: 16px 18px;
    font-size: 16px;
  }
  .steps__hotsale {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  /* 情境應用：大網直接隱藏過場卡，避免干擾三欄排版 */
  .scenario-next-title {
    display: none !important;
  }
  /* 大網隱藏輪播箭頭與 pagination，以 tabs 作為分頁導覽 */
  [data-swiper=scenario] .carousel__controls {
    display: none;
  }
}
@media (min-width: 1440px) {
  :root {
    --page-gutter: 64px;
  }
  .hero__panel,
  .feature-stage,
  .steps__layout {
    gap: 32px;
  }
  .steps-showcase__visual {
    min-height: 560px;
  }
}

/*# sourceMappingURL=style.css.map */
