/**
 * P&L 品牌視覺：與 index.html 內聯樣式對齊，供子頁面（如跨境收款）共用。
 */
html {
  font-size: 16px;
}
@media (max-width: 639px) {
  html { font-size: 15px; }
}
.prose-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}
@media (min-width: 640px) {
  .prose-body { line-height: 1.6; }
}
.shadow-warm {
  box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.12), 0 4px 14px -4px rgba(15, 23, 41, 0.07);
}
.shadow-warm-lg {
  box-shadow: 0 18px 40px -8px rgba(2, 132, 199, 0.14), 0 8px 20px -6px rgba(15, 23, 41, 0.08);
}
.btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: 0.7rem 1.4rem;
  background: linear-gradient(155deg, #0284c7 0%, #0369a1 52%, #0c4a6e 100%);
  color: #fff;
  border-radius: 9999px;
  box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.32), 0 3px 10px -2px rgba(15, 23, 41, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 640px) {
  .btn-action { padding: 0.75rem 1.6rem; }
}
.btn-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -6px rgba(2, 132, 199, 0.4), 0 6px 14px -4px rgba(15, 23, 41, 0.09);
}
.btn-sun {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(165deg, #fde047 0%, #fbbf24 42%, #f59e0b 100%);
  color: #292524;
  border-radius: 9999px;
  box-shadow: 0 10px 28px -6px rgba(251, 191, 36, 0.38), 0 4px 12px -3px rgba(41, 37, 36, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 640px) {
  .btn-sun { padding: 0.8rem 1.65rem; }
}
.btn-sun:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -8px rgba(251, 191, 36, 0.45), 0 6px 16px -4px rgba(41, 37, 36, 0.14);
}
.btn-ghost-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.7rem 1.5rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.btn-ghost-hero:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 28px -8px rgba(2, 132, 199, 0.15);
}
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.7rem 1.5rem;
  color: #0f1729;
  background: #fff;
  border: 1.5px solid rgba(15, 23, 41, 0.12);
  border-radius: 9999px;
  box-shadow: 0 8px 20px -6px rgba(2, 132, 199, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.btn-outline-dark:hover {
  transform: translateY(-2px);
  border-color: rgba(2, 132, 199, 0.25);
  box-shadow: 0 12px 26px -6px rgba(2, 132, 199, 0.14);
}
.texture-paper {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.04'/%3E%3C/svg%3E");
}
.page-mesh {
  background-color: #eceef6;
  background-image: radial-gradient(ellipse 80% 55% at 10% 0%, rgba(212, 160, 18, 0.09), transparent 55%),
    radial-gradient(ellipse 60% 45% at 95% 100%, rgba(2, 132, 199, 0.06), transparent 50%),
    linear-gradient(180deg, #f3f5fb 0%, #e9ecf5 100%);
}
.page-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.morph-nav {
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 8px 28px -6px rgba(2, 132, 199, 0.08), 0 4px 14px rgba(15, 23, 41, 0.04);
}
@keyframes morph-blob {
  0%, 100% { border-radius: 58% 42% 38% 62% / 48% 38% 62% 52%; transform: translate(0, 0) scale(1); }
  33% { border-radius: 42% 58% 52% 48% / 62% 48% 62% 38%; transform: translate(2%, -3%) scale(1.04); }
  66% { border-radius: 48% 52% 62% 38% / 52% 62% 38% 48%; transform: translate(-3%, 2%) scale(0.98); }
}
@keyframes morph-blob-alt {
  0%, 100% { border-radius: 40% 60% 55% 45% / 55% 45% 55% 45%; transform: translate(0, 0) scale(1); }
  50% { border-radius: 62% 38% 42% 58% / 38% 62% 38% 62%; transform: translate(-4%, 3%) scale(1.06); }
}
.morph-orb {
  position: absolute;
  filter: blur(72px);
  z-index: 0;
  will-change: transform, border-radius;
  animation: morph-blob 18s ease-in-out infinite;
}
.morph-orb-delayed {
  animation: morph-blob-alt 22s ease-in-out infinite;
  animation-delay: -6s;
}
.hero-solid {
  background-color: #0f1729;
}
.glass-card {
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 1.375rem;
  box-shadow: 0 18px 45px -12px rgba(2, 132, 199, 0.14), 0 12px 32px -12px rgba(15, 23, 41, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.text-hero-accent { color: #f5ebc8; }
.strip-kpi {
  position: relative;
  background-color: #f0f3f9;
  border-top: 1px solid rgba(15, 23, 41, 0.08);
  border-bottom: 1px solid rgba(15, 23, 41, 0.06);
  color: #0f1729;
}
.strip-kpi::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 72% 58% at 12% 18%, rgba(2, 132, 199, 0.09), transparent 58%),
    radial-gradient(ellipse 58% 48% at 94% 88%, rgba(212, 160, 18, 0.075), transparent 52%);
}
.kpi-tile {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 41, 0.07);
  background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 45%, rgba(240, 249, 255, 0.55) 100%);
  box-shadow:
    0 14px 40px -18px rgba(15, 23, 41, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  padding: 1.25rem 1.35rem 1.4rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
@media (min-width: 640px) {
  .kpi-tile {
    border-radius: 1.35rem;
    padding: 1.45rem 1.5rem 1.55rem;
  }
}
.kpi-tile:hover {
  border-color: rgba(2, 132, 199, 0.2);
  box-shadow:
    0 20px 48px -20px rgba(2, 132, 199, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
}
.kpi-tile__glow {
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 18, 0.14) 0%, transparent 68%);
  pointer-events: none;
}
.kpi-tile__glow--sky {
  background: radial-gradient(circle, rgba(2, 132, 199, 0.12) 0%, transparent 68%);
}
.kpi-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(145deg, #0f1729 0%, #243056 100%);
  box-shadow: 0 8px 20px -6px rgba(2, 132, 199, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}
.kpi-tile__icon--sky {
  background: linear-gradient(145deg, #0369a1 0%, #0284c7 100%);
  box-shadow: 0 8px 20px -6px rgba(2, 132, 199, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
.kpi-tile__eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.35rem;
}
.kpi-tile__value {
  font-size: clamp(1.85rem, 4.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.kpi-tile__label {
  margin-top: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.45;
}
@media (min-width: 640px) {
  .kpi-tile__label {
    font-size: 0.875rem;
  }
}
.kpi-tile__accent-bar {
  display: block;
  margin-top: 1rem;
  height: 0.2rem;
  width: 3.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #d4a012 0%, rgba(212, 160, 18, 0.25) 100%);
}
.kpi-tile__accent-bar--sky {
  background: linear-gradient(90deg, #0284c7 0%, rgba(2, 132, 199, 0.25) 100%);
}
.clearing-cards-rail {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.clearing-cards-rail::-webkit-scrollbar {
  display: none;
}
@media (max-width: 639px) {
  .clearing-card--rail {
    scroll-snap-align: center;
  }
}

/* 首頁：客戶評價 Slider（桌機 3 / 手機 1） */
.t-slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 41, 0.12);
  box-shadow: 0 10px 22px -12px rgba(2, 132, 199, 0.22);
  color: #0f1729;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.t-slider-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(2, 132, 199, 0.22);
  box-shadow: 0 14px 28px -14px rgba(2, 132, 199, 0.28);
}
.t-slider-btn:focus-visible {
  outline: 2px solid #0284c7;
  outline-offset: 2px;
}
.t-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0.25rem 1rem 0.75rem;
  margin-left: -1rem;
  margin-right: -1rem;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.t-rail::-webkit-scrollbar { display: none; }
.t-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 41, 0.08);
  background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 48%, rgba(240, 249, 255, 0.55) 100%);
  box-shadow: 0 16px 44px -22px rgba(15, 23, 41, 0.16);
  padding: 1.25rem 1.25rem 1.35rem;
}
.t-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}
.t-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f1729;
  background: rgba(212, 160, 18, 0.12);
  border: 1px solid rgba(212, 160, 18, 0.24);
  padding: 0.4rem 0.7rem;
  border-radius: 9999px;
}
.t-badge--sky {
  background: rgba(2, 132, 199, 0.1);
  border-color: rgba(2, 132, 199, 0.2);
}
.t-stars {
  display: inline-flex;
  gap: 0.2rem;
  color: #d4a012;
}
.t-quote {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  font-weight: 500;
}
.t-meta {
  margin-top: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(15, 23, 41, 0.06);
}
.t-name {
  font-weight: 800;
  color: #0f1729;
  letter-spacing: -0.01em;
}
.t-sub {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #64748b;
}
@media (min-width: 640px) {
  .t-rail {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
    gap: 1.25rem;
  }
  .t-card {
    flex-basis: calc((100% - 2.5rem) / 3);
    border-radius: 1.35rem;
    padding: 1.35rem 1.35rem 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .t-slider-btn { transition: none; }
}
.section-label {
  letter-spacing: 0.14em;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #d4a012;
  display: inline-block;
  transform: rotate(-0.75deg);
}
@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.animate-float-soft { animation: float-soft 4.5s ease-in-out infinite; }
/* 參考匯率示意卡：固定姿態，滑過無透視／位移／陰影過渡 */
.hero-rate-mockup {
  transform: none !important;
  transition: none !important;
}
.hero-rate-mockup:hover {
  transform: none !important;
  transition: none !important;
  box-shadow:
    0 18px 45px -12px rgba(2, 132, 199, 0.14),
    0 12px 32px -12px rgba(15, 23, 41, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.morph-card {
  background: #fff;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(15, 23, 41, 0.06);
  box-shadow: 0 10px 28px -6px rgba(2, 132, 199, 0.1), 0 6px 18px -8px rgba(15, 23, 41, 0.08);
  border-radius: 1.25rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 640px) {
  .morph-card { border-radius: 1.375rem; }
}
.morph-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px -8px rgba(2, 132, 199, 0.14), 0 10px 28px -10px rgba(15, 23, 41, 0.12);
}
.morph-chip {
  border-radius: 9999px;
  transition: background 0.3s ease, transform 0.2s ease;
}
.morph-chip:hover { transform: translateY(-1px); }
.reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.morph-wrap {
  border-radius: 1.25rem;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
@media (min-width: 768px) {
  .morph-wrap { border-radius: 1.5rem; }
}
.morph-wrap--live:hover {
  box-shadow: 0 18px 42px -10px rgba(2, 132, 199, 0.16), 0 10px 26px -10px rgba(15, 23, 41, 0.1);
}
.nav-pill {
  border-radius: 9999px;
  padding: 0.35rem 0.85rem;
  transition: background 0.25s ease;
}
.nav-pill:hover { background: rgba(2, 132, 199, 0.08); }
#navbar.nav-scrolled,
#pl-navbar.nav-scrolled {
  background: #ffffff;
  box-shadow: 0 12px 40px -10px rgba(2, 132, 199, 0.1), 0 6px 20px -8px rgba(15, 23, 41, 0.08);
}
.shell {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
  .shell { padding-left: 1.75rem; padding-right: 1.75rem; }
}
@media (min-width: 1024px) {
  .shell { padding-left: 2.25rem; padding-right: 2.25rem; }
}
.strip-w { background-color: #fff; position: relative; }
.strip-w.texture-paper::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.04'/%3E%3C/svg%3E");
}
.strip-g { background-color: #e8ecf3; }
.strip-dark {
  background: linear-gradient(165deg, #0f1729 0%, #162043 48%, #1a2442 100%);
  color: #fff;
}
/* 入帳方式 tab（與首頁 trust-explore 同源） */
.trust-explore-tab {
  border-radius: 1.125rem;
  border: 1px solid rgba(15, 23, 41, 0.1);
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.25s ease, transform 0.15s ease;
}
.trust-explore-tab:hover {
  border-color: rgba(212, 160, 18, 0.35);
  background: rgba(255, 255, 255, 0.95);
}
.trust-explore-tab.is-active {
  border-color: rgba(212, 160, 18, 0.55);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px -12px rgba(15, 23, 41, 0.14), 0 0 0 1px rgba(212, 160, 18, 0.12);
}
.trust-explore-tab:focus-visible {
  outline: 2px solid #0284c7;
  outline-offset: 2px;
}
.trust-explore-panel {
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.trust-explore-panel.is-hidden {
  opacity: 0;
  transform: translateY(0.5rem);
  pointer-events: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.trust-explore-panel:not(.is-hidden) {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  height: auto;
  overflow: visible;
}

/* 跨境頁 · 入帳通道：分段按鈕（圖示 + 主副標） */
.cb-payin-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .cb-payin-tabs {
    flex-direction: row;
    align-items: stretch;
    padding: 0.35rem;
    border-radius: 1.125rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px -12px rgba(15, 23, 41, 0.1), 0 0 0 1px rgba(15, 23, 41, 0.06);
  }
}
.cb-payin-tab {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1 1 0;
  min-width: 0;
  padding: 0.85rem 1rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(15, 23, 41, 0.08);
  background: rgba(248, 250, 252, 0.95);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.25s ease, transform 0.15s ease;
}
@media (min-width: 640px) {
  .cb-payin-tab {
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
  }
}
.cb-payin-tab:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(212, 160, 18, 0.25);
}
.cb-payin-tab.is-active {
  background: #fff;
  border-color: rgba(212, 160, 18, 0.5);
  box-shadow: 0 10px 26px -10px rgba(2, 132, 199, 0.12), 0 0 0 1px rgba(212, 160, 18, 0.12);
}
.cb-payin-tab:focus-visible {
  outline: 2px solid #0284c7;
  outline-offset: 2px;
}
.cb-payin-tab__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: rgba(15, 23, 41, 0.06);
  color: #0f1729;
  transition: background 0.2s ease, color 0.2s ease;
}
.cb-payin-tab.is-active .cb-payin-tab__icon {
  background: #0f1729;
  color: #f5ebc8;
}
.cb-payin-tab__kicker {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
.cb-payin-tab.is-active .cb-payin-tab__kicker {
  color: #d4a012;
}
.cb-payin-tab__title {
  font-size: 0.875rem;
  font-weight: 800;
  color: #0f1729;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .cb-payin-tab__title {
    font-size: 0.9375rem;
  }
}
/* FAQ 手風琴 */
.cb-faq details {
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 41, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 20px -8px rgba(15, 23, 41, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.2s ease;
}
.cb-faq details[open] {
  border-color: rgba(212, 160, 18, 0.35);
  box-shadow: 0 10px 28px -8px rgba(2, 132, 199, 0.1), 0 6px 18px -10px rgba(15, 23, 41, 0.08);
}
.cb-faq summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
}
.cb-faq summary::-webkit-details-marker { display: none; }
.cb-faq summary:focus-visible {
  outline: 2px solid #0284c7;
  outline-offset: 2px;
  border-radius: 0.75rem;
}
.cb-faq-chevron {
  transition: transform 0.2s ease;
}
.cb-faq details[open] .cb-faq-chevron { transform: rotate(180deg); }

/* 跨境頁：一般網站常見的扁平 FAQ（無大圓角卡片） */
.cb-faq.cb-faq-plain details {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: none;
}
.cb-faq.cb-faq-plain details:first-child {
  border-top: 1px solid #e2e8f0;
}
.cb-faq.cb-faq-plain details[open] {
  background: #f8fafc;
  box-shadow: none;
  border-color: #e2e8f0;
}
.cb-faq.cb-faq-plain summary {
  padding: 1rem 0.75rem 1rem 0.5rem;
}
@media (min-width: 640px) {
  .cb-faq.cb-faq-plain summary {
    padding: 1.05rem 1rem 1.05rem 0.75rem;
  }
}
.cb-faq.cb-faq-plain summary:focus-visible {
  border-radius: 0.25rem;
}

/* —— 跨境子頁 Hero —— */
.cb-hero {
  scroll-margin-top: 5rem;
}
.cb-bento-cell {
  border-radius: 1.375rem;
  border: 1px solid rgba(15, 23, 41, 0.08);
  background: #fff;
  box-shadow: 0 10px 28px -8px rgba(15, 23, 41, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.cb-bento-cell:hover {
  border-color: rgba(212, 160, 18, 0.35);
  box-shadow: 0 16px 36px -12px rgba(2, 132, 199, 0.12);
}
.cb-view-toggle button {
  background: transparent;
  color: #64748b;
}
.cb-view-toggle button:hover:not(.is-active) {
  color: #0f1729;
}
.cb-view-toggle button.is-active {
  background: #0f1729;
  color: #f5ebc8;
}

/* Capabilities 標題區：無圓角卡／無底線大框，僅側向色帶 */
.cb-cap-intro {
  position: relative;
  padding-left: 1.125rem;
}
.cb-cap-intro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.15rem;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #d4a012 0%, #0284c7 100%);
  opacity: 0.92;
}
@media (min-width: 640px) {
  .cb-cap-intro {
    padding-left: 1.35rem;
  }
}

/* FAQ 深藍區 */
.cb-faq-section-dark {
  background: linear-gradient(165deg, #071018 0%, #0d1f33 38%, #0f1729 72%, #0a1524 100%);
  position: relative;
}
.cb-faq-section-dark::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 45% at 85% 0%, rgba(2, 132, 199, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 100%, rgba(212, 160, 18, 0.06), transparent 50%);
  z-index: 0;
}
.cb-faq-section-dark .shell {
  position: relative;
  z-index: 1;
}
.section-label-dark {
  color: #7dd3fc;
  opacity: 0.95;
}
.cb-faq.cb-faq-on-dark details {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  box-shadow: none;
}
.cb-faq.cb-faq-on-dark details:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cb-faq.cb-faq-on-dark details[open] {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}
.cb-faq.cb-faq-on-dark summary:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 3px;
  border-radius: 0.25rem;
}

/* 跨境 Hero：細網格疊加 */
.cb-hero-grid {
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 72%);
}

/* 平台 Logo 列 */
.cb-platforms .cb-platform-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.5rem 0.875rem;
  border-radius: 0.875rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.cb-platforms .cb-platform-tile:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px -12px rgba(15, 23, 41, 0.15);
}
.cb-platform-logo {
  height: 1.625rem;
  width: auto;
  max-width: 5.25rem;
  object-fit: contain;
  opacity: 0.72;
  filter: grayscale(0.2);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.cb-platform-logo.cb-platform-logo--official {
  max-width: 6.5rem;
  height: 1.75rem;
}
.cb-platform-logo.cb-platform-logo--raster {
  height: 1.5rem;
  max-width: 7rem;
  image-rendering: -webkit-optimize-contrast;
}
.cb-platforms .cb-platform-tile:hover .cb-platform-logo {
  opacity: 1;
  filter: grayscale(0);
}

/* FAQ：深藍上的分欄卡片式手風琴 */
.cb-faq.cb-faq-on-dark.cb-faq-rail {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cb-faq.cb-faq-on-dark.cb-faq-rail details {
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.02) 50%,
    rgba(7, 16, 24, 0.4) 100%
  );
  box-shadow: 0 4px 24px -10px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  margin: 0 !important;
}
.cb-faq.cb-faq-on-dark.cb-faq-rail details:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.cb-faq.cb-faq-on-dark.cb-faq-rail details[open] {
  border-color: rgba(56, 189, 248, 0.42) !important;
  background: linear-gradient(
    155deg,
    rgba(56, 189, 248, 0.14) 0%,
    rgba(255, 255, 255, 0.06) 42%,
    rgba(7, 16, 24, 0.5) 100%
  );
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.14), 0 20px 48px -20px rgba(0, 0, 0, 0.55);
}
.cb-faq.cb-faq-on-dark.cb-faq-rail summary.cb-faq-summary-row {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.05rem 1rem 1.05rem 0.9rem;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 640px) {
  .cb-faq.cb-faq-on-dark.cb-faq-rail summary.cb-faq-summary-row {
    gap: 1rem;
    padding: 1.2rem 1.25rem 1.2rem 1.05rem;
  }
}
.cb-faq.cb-faq-on-dark.cb-faq-rail summary.cb-faq-summary-row::-webkit-details-marker {
  display: none;
}
.cb-faq.cb-faq-on-dark.cb-faq-rail summary.cb-faq-summary-row:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
  border-radius: 0.75rem;
}
.cb-faq-rail .cb-faq-num {
  font-variant-numeric: tabular-nums;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: rgba(125, 211, 252, 0.45);
  width: 1.65rem;
  flex-shrink: 0;
  line-height: 1.2;
}
.cb-faq-rail .cb-faq-q {
  flex: 1;
  text-align: left;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #f8fafc;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .cb-faq-rail .cb-faq-q {
    font-size: 1rem;
  }
}
.cb-faq-rail .cb-faq-hit {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  color: #94a3b8;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.cb-faq.cb-faq-on-dark.cb-faq-rail details[open] .cb-faq-hit {
  background: rgba(56, 189, 248, 0.22);
  color: #e0f2fe;
}
.cb-faq-rail .cb-faq-icon-plus {
  transition: transform 0.3s cubic-bezier(0.34, 1.45, 0.64, 1);
}
.cb-faq.cb-faq-on-dark.cb-faq-rail details[open] .cb-faq-icon-plus {
  transform: rotate(45deg);
}
.cb-faq-rail .cb-faq-body {
  padding: 0 1rem 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
@media (min-width: 640px) {
  .cb-faq-rail .cb-faq-body {
    padding: 0 1.25rem 1.2rem 1.05rem;
    padding-left: calc(1.05rem + 1.65rem + 1rem);
  }
}
.cb-faq-rail .cb-faq-body p {
  margin: 0;
  padding-top: 0.9rem;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(56, 189, 248, 0.5);
}

/* Treasury：SVG 現金流互動 */
.cb-treasury-svg {
  color: rgba(15, 23, 41, 0.22);
}
.cb-treasury-path--flow {
  animation: cb-treasury-dash 0.9s linear infinite;
}
@keyframes cb-treasury-dash {
  to {
    stroke-dashoffset: -18;
  }
}
.cb-treasury-node-group {
  cursor: pointer;
  outline: none;
}
.cb-treasury-node-group .cb-treasury-node-ring {
  transition: stroke 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}
.cb-treasury-node-group:hover .cb-treasury-node-ring,
.cb-treasury-node-group:focus-visible .cb-treasury-node-ring {
  stroke: #0284c7;
  filter: drop-shadow(0 0 5px rgba(2, 132, 199, 0.35));
}
.cb-treasury-node-group.is-active .cb-treasury-node-ring {
  stroke: #0284c7;
  filter: drop-shadow(0 2px 10px rgba(2, 132, 199, 0.25));
}

/* 跨境頁：懂現金流區 — 背景與指標卡 */
.cb-treasury-section {
  position: relative;
  overflow: hidden;
}
.cb-treasury-section .cb-treasury-section__glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 42% at 92% 12%, rgba(2, 132, 199, 0.07), transparent 52%),
    radial-gradient(ellipse 45% 38% at 8% 88%, rgba(212, 160, 18, 0.06), transparent 48%);
}
.cb-treasury-metric {
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(165deg, #fff 0%, rgba(248, 250, 252, 0.92) 100%);
  padding: 1.1rem 1.15rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 640px) {
  .cb-treasury-metric {
    padding: 1.25rem 1.2rem;
  }
}
.cb-treasury-metric:hover {
  border-color: rgba(203, 213, 225, 0.95);
  box-shadow: 0 12px 28px -18px rgba(15, 23, 41, 0.18);
  transform: translateY(-1px);
}
.cb-treasury-metric--ready {
  box-shadow: inset 3px 0 0 0 #0284c7;
}
.cb-treasury-metric--transit {
  box-shadow: inset 3px 0 0 0 #d97706;
}
.cb-treasury-metric--net {
  box-shadow: inset 3px 0 0 0 #059669;
}
.cb-treasury-flow-bar {
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, rgba(2, 132, 199, 0.45) 0%, rgba(217, 119, 6, 0.4) 50%, rgba(5, 150, 105, 0.45) 100%);
  opacity: 0.85;
}

/* 首頁 Hero：分類膠囊 */
.home-hero-pill {
  border-radius: 9999px;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.45rem 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 640px) {
  .home-hero-pill {
    font-size: 0.8125rem;
    padding: 0.5rem 1.05rem;
  }
}
.home-hero-pill:hover {
  border-color: #0284c7;
  color: #0284c7;
}
.home-hero-pill.is-active {
  border-color: #0284c7;
  color: #0284c7;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12);
}

/* 跨境頁：Logo 無縫滑軌 */
.cb-logo-slider {
  position: relative;
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.5rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
@media (min-width: 1024px) {
  .cb-logo-slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.cb-logo-slider:hover .cb-logo-slider__track {
  animation-play-state: paused;
}
.cb-logo-slider__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: cb-logo-marquee 45s linear infinite;
}
.cb-logo-slider__chunk {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem;
}
@keyframes cb-logo-marquee {
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cb-logo-slider__track {
    animation: none;
    transform: none;
  }
}
.cb-logo-slider__slot {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.25rem;
  height: 3.35rem;
  padding: 0.4rem 0.65rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 23, 41, 0.12);
}
.cb-logo-slider__slot--badge {
  width: 8.5rem;
  height: 3.85rem;
  padding: 0.35rem 0.45rem;
}
.cb-logo-slider__slot img {
  max-height: 1.65rem;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.cb-logo-slider__slot--badge img {
  max-height: 2.75rem;
}
.cb-logo-slider--on-dark .cb-logo-slider__slot {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

/* 首頁：合作商戶（logo/logo1–21.png） */
.home-partners-strip {
  background: linear-gradient(180deg, #f4f7fc 0%, #ffffff 50%, #fafbfe 100%);
  border-top: 1px solid rgba(15, 23, 41, 0.07);
}
.pl-partners-marquee .cb-logo-slider__track {
  animation-duration: 96s;
}
.pl-partners-marquee .cb-logo-slider__chunk {
  gap: 1.25rem;
  padding-right: 1.25rem;
}
.pl-partners-marquee.cb-logo-slider {
  padding: 0.75rem 0;
}
.pl-partners-marquee .pl-partners-slot {
  width: 12.5rem;
  height: 7rem;
  padding: 0.65rem 1.05rem;
  border-radius: 1.125rem;
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.pl-partners-marquee .pl-partners-slot img {
  max-height: 5.35rem;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 639px) {
  .pl-partners-marquee .pl-partners-slot {
    width: 10.5rem;
    height: 6rem;
    padding: 0.55rem 0.85rem;
  }
  .pl-partners-marquee .pl-partners-slot img {
    max-height: 4.5rem;
  }
  .pl-partners-marquee .cb-logo-slider__chunk {
    gap: 1rem;
    padding-right: 1rem;
  }
}
/* 首頁：東盟節點（Coverage · 無地圖 SVG） */
.markets-section__mesh {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}
.markets-diagram {
  box-shadow: 0 1.5rem 4rem -2rem rgba(0, 0, 0, 0.45);
}
.markets-diagram__leaf {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.markets-diagram__leaf:hover {
  border-color: rgba(125, 211, 252, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.markets-flag {
  display: block;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}
.markets-flag--diagram-hub {
  width: 4rem;
  height: 4rem;
  box-shadow: 0 0 0 2px rgba(212, 160, 18, 0.35), 0 8px 24px -8px rgba(0, 0, 0, 0.45);
}
@media (min-width: 640px) {
  .markets-flag--diagram-hub {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.markets-flag--diagram-leaf {
  width: 2.5rem;
  height: 2.5rem;
}
.markets-flag--card-hub {
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 0 0 2px rgba(212, 160, 18, 0.32);
}
@media (min-width: 640px) {
  .markets-flag--card-hub {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.markets-flag--card-sat {
  width: 2.35rem;
  height: 2.35rem;
}
@media (min-width: 640px) {
  .markets-flag--card-sat {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.markets-node {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.markets-node--sat:hover {
  border-color: rgba(125, 211, 252, 0.22);
  background: rgba(255, 255, 255, 0.05);
}
.markets-node--hub {
  border-color: rgba(212, 160, 18, 0.3);
  background: linear-gradient(
    135deg,
    rgba(212, 160, 18, 0.11) 0%,
    rgba(255, 255, 255, 0.04) 42%,
    rgba(255, 255, 255, 0.02) 100%
  );
  box-shadow: 0 1.25rem 3rem -1.25rem rgba(212, 160, 18, 0.2);
}
/* FAQ：極簡手風琴（單邊框容器） */
.cb-faq.cb-faq-on-dark.cb-faq-minimal {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal details {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal details:last-child {
  border-bottom: none !important;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal details[open] {
  background: rgba(255, 255, 255, 0.04) !important;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.15rem;
  cursor: pointer;
  user-select: none;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal summary::-webkit-details-marker {
  display: none;
}
.cb-faq-minimal .cb-faq-minimal-q {
  font-weight: 650;
  font-size: 0.9375rem;
  color: #f1f5f9;
  text-align: left;
  line-height: 1.35;
}
.cb-faq-minimal .cb-faq-minimal-chevron {
  flex-shrink: 0;
  color: #64748b;
  transition: transform 0.2s ease, color 0.2s ease;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal details[open] .cb-faq-minimal-chevron {
  transform: rotate(180deg);
  color: #7dd3fc;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal .cb-faq-minimal-answer {
  padding: 0 1.15rem 1.05rem;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal .cb-faq-minimal-answer p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #cbd5e1;
}
.cb-faq.cb-faq-on-dark.cb-faq-minimal summary:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: -2px;
}
