/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
  min-height: 100vh;
  background: var(--bg-dark);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--hh) + var(--slots-h));
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(13,27,42,.4) 0%, rgba(13,27,42,.75) 55%, rgba(13,27,42,.97) 100%);
  background-color: var(--bg-dark);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-c {
  position: relative;
  z-index: 1;
  padding: 0 5% 80px;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.htag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(181,147,90,.15);
  border: 1px solid rgba(181,147,90,.4);
  color: var(--gold-l);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  margin-bottom: 32px;
}
.htag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}

.h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.2;
  margin-bottom: 28px;
  max-width: 800px;
}
.h1 br + em,
.h1 br ~ * {
  white-space: nowrap;
}
.h1 em {
  font-style: normal;
  color: var(--gold-l);
}

.hverify {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.hverify span {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-l);
  border: 1px solid rgba(181,147,90,.4);
  padding: 6px 16px;
  background: rgba(181,147,90,.08);
}

.hsub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(240,236,224,.75);
  max-width: 560px;
  margin-bottom: 48px;
  line-height: 1.8;
}

.hact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.hstats {
  display: flex;
  gap: 48px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 40px;
  flex-wrap: wrap;
}
.hstat-n {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--gold-l);
  line-height: 1;
  margin-bottom: 6px;
}
.hstat-l {
  font-size: .82rem;
  color: rgba(240,236,224,.55);
  letter-spacing: .5px;
}

@media (max-width: 768px) {
  .hstats { gap: 28px; }
}

@media (max-width: 480px) {
  .hero {
    min-height: 100svh;
    justify-content: flex-start;
    padding-top: calc(var(--hh) + var(--slots-h) + 32px);
  }

  /* hero-c 改為 flex 容器，讓按鈕推到底部 */
  .hero-c {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - var(--hh) - var(--slots-h) - 32px);
    padding: 0 5% 44px;
  }

  .htag {
    font-size: .68rem;
    padding: 6px 12px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    gap: 8px;
  }

  .h1 {
    font-size: clamp(1.85rem, 7.5vw, 2.3rem);
    margin-bottom: 18px;
    /* 強制不換行在意外位置 */
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  /* 手機上移除強制不換行，讓標題自然排列 */
  .h1 br + em,
  .h1 br ~ * {
    white-space: normal;
  }

  .hverify {
    gap: 6px;
    margin-bottom: 18px;
  }
  .hverify span {
    font-size: .72rem;
    padding: 5px 10px;
    letter-spacing: 1px;
  }

  .hsub {
    font-size: .92rem;
    margin-bottom: 28px;
    line-height: 1.75;
  }

  .hact {
    flex-direction: column;
    gap: 10px;
    margin-top: auto;   /* 按鈕推到底部 */
    padding-top: 28px;
    align-items: stretch;
  }

  /* 手機隱藏 hstats，首屏保持乾淨 */
  .hstats {
    display: none;
  }
}


/* ══════════════════════════════════════
   NBAR
══════════════════════════════════════ */
.nbar {
  background: var(--bg-dark2);
  border-bottom: 1px solid var(--border-dk);
}

.nbar-i {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ni {
  padding: 40px 36px;
  border-right: 1px solid var(--border-dk);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ni:last-child { border-right: none; }

.ni-top {
  margin-bottom: 16px;
}

.ni-tag {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(181,147,90,.35);
  padding: 4px 10px;
}

.ni-num {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  color: var(--gold-l);
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -.3px;
}

.ni-title {
  font-size: .95rem;
  font-weight: 600;
  color: var(--on-dark);
  margin-bottom: 8px;
  line-height: 1.4;
}

.ni-desc {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.7;
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 12px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .nbar-i { grid-template-columns: 1fr; }
  .ni { border-right: none; border-bottom: 1px solid var(--border-dk); padding: 32px 24px; }
  .ni:last-child { border-bottom: none; }
}

@media (max-width: 480px) {
  /* NBAR：垂直排列，大數字為視覺錨點 */
  .nbar-i {
    grid-template-columns: 1fr;
  }
  .ni {
    padding: 28px 5%;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-right: none;
    border-bottom: 1px solid var(--border-dk);
  }
  .ni:last-child {
    border-bottom: none;
  }
  .ni-top {
    margin-bottom: 10px;
  }
  .ni-num {
    font-size: 1.3rem;
    margin-bottom: 6px;
    letter-spacing: -.3px;
    line-height: 1.1;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .ni-title {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--on-dark);
  }
  .ni-desc {
    font-size: .8rem;
    border-top: 1px solid rgba(255,255,255,.06);
    padding-top: 10px;
    margin-top: 6px;
    line-height: 1.65;
  }
}


/* ══════════════════════════════════════
   VSL
══════════════════════════════════════ */
.vsl { background: var(--bg); }

.vsl-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 72px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
  padding: 100px 5%;
}

.etitle {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 24px;
}

.ebody {
  font-size: 1rem;
  color: var(--sub);
  line-height: 1.9;
  margin-bottom: 20px;
}

.vsl-pts {
  list-style: none;
  margin: 24px 0 32px;
}
.vsl-pts li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  font-size: .97rem;
  font-weight: 500;
  color: var(--text);
}
.vsl-pts li:last-child { border-bottom: none; }
.vsl-pts li::before {
  content: "✦";
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 1px;
  font-size: .8rem;
}

.vsl-video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background: var(--bg-dark);
}

.vsl-video {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 100%;
}
.vsl-video-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1519181245277-cffeb31da948?auto=format&fit=crop&w=900&q=80") center/cover no-repeat;
  opacity: .4;
  transition: opacity .4s;
}
.vsl-video:hover .vsl-video-bg { opacity: .55; }

.vsl-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vsl-play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(181,147,90,.5);
  transition: var(--tr);
}
.vsl-video:hover .vsl-play-btn {
  transform: scale(1.1);
  background: var(--gold-d);
}

.vsl-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 3px;
}
.vsl-stat {
  background: var(--bg-dark2);
  padding: 20px;
  text-align: center;
}
.vsl-stat-n {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 5px;
}
.vsl-stat-l {
  font-size: .75rem;
  color: var(--muted);
  letter-spacing: .5px;
  line-height: 1.4;
}


@media (max-width: 480px) {
  /* VSL：影片優先，單欄 */
  .vsl-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 56px 5% 52px;
  }
  /* 影片欄移到最上面 */
  .vsl-inner > div:last-child {
    order: -1;
    margin-bottom: 32px;
  }
  .vsl-inner > div:first-child {
    order: 1;
  }

  .etitle {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
    margin-bottom: 16px;
  }

  .ebody {
    font-size: .92rem;
    margin-bottom: 14px;
    line-height: 1.8;
  }

  .vsl-pts {
    margin: 16px 0 24px;
  }
  .vsl-pts li {
    font-size: .88rem;
    padding: 10px 0;
    gap: 10px;
  }

  .vsl-stats {
    gap: 1px;
    margin-top: 2px;
  }
  .vsl-stat {
    padding: 14px 10px;
  }
  .vsl-stat-n {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }
  .vsl-stat-l {
    font-size: .68rem;
  }
}

/* ══════════════════════════════════════
   PAIN
══════════════════════════════════════ */
.pain { background: var(--bg-dark); }

.pain-hd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}

.pain-intro {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.9;
  max-width: 480px;
  margin-top: 16px;
}

.pgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  position: relative;
  overflow: visible;
}

.pgrid-vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Dancing Script", cursive;
  font-size: clamp(7rem, 14vw, 13rem);
  font-weight: 700;
  color: var(--gold);
  opacity: .13;
  pointer-events: none;
  z-index: 0;
  user-select: none;
  white-space: nowrap;
  text-shadow: 0 0 40px rgba(181,147,90,.2);
}

.pcol {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pcol-bad  { background: rgba(255,255,255,.025); }
.pcol-good { background: rgba(181,147,90,.05); }

.pct {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  width: 100%;
  text-align: left;
}
.pct-bad  { color: #7a5a5a; }
.pct-good { color: var(--gold); }

.plist { list-style: none; flex: 1; width: 100%; }
.plist li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: 1.05rem;
  line-height: 1.75;
}
.plist li:last-child { border-bottom: none; }
.plist-bad  li { color: #6a7a88; }
.plist-good li { color: var(--on-dark); font-weight: 500; }

.pitem-bad  { flex-shrink: 0; margin-top: 4px; color: #5a3a3a; }
.pitem-good { flex-shrink: 0; color: var(--gold); font-size: .9rem; margin-top: 5px; }
.pgood-em   { color: var(--gold-l); font-weight: 700; }

.pain-cta {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.pain-note {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .pgrid { grid-template-columns: 1fr; }
  .pgrid-vs { display: none; }
  .pain-hd { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 480px) {
  /* Pain sw padding */
  .pain > .sw {
    padding: 56px 5%;
  }

  .pain-hd {
    margin-bottom: 36px;
  }
  .pain-intro {
    font-size: .92rem;
    line-height: 1.8;
    margin-top: 10px;
  }

  /* 手機：好的欄（✦）先顯示，再顯示壞的（×） */
  .pcol-good { order: -1; }
  .pcol-bad  { order: 1; }

  .pcol {
    padding: 28px 18px;
  }

  .pct {
    font-size: .88rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .plist li {
    font-size: .9rem;
    padding: 11px 0;
    gap: 12px;
    line-height: 1.65;
  }

  /* 壞的欄縮小視覺權重 */
  .pcol-bad {
    opacity: .75;
  }

  .pain-cta {
    margin-top: 36px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .pain-note {
    text-align: center;
    font-size: .82rem;
  }
}


/* ══════════════════════════════════════
   WZ
══════════════════════════════════════ */
.wz { background: var(--bg-dark); }

.wz-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 100px 5% 0;
}

.wz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}

.wz-text { padding-top: 20px; }

.wz-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.15;
  margin-bottom: 24px;
}
.wz-title em { font-style: normal; color: var(--gold-l); display: block; }

.wz-lead {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 12px;
}

.wz-note {
  font-size: .88rem;
  color: rgba(181,147,90,.65);
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 40px;
}

.wz-pts { list-style: none; }
.wz-pts li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: .97rem;
  color: var(--on-dark);
  font-weight: 500;
  line-height: 1.6;
}
.wz-pts li:last-child { border-bottom: none; }
.wz-pts li::before {
  content: "✦";
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
  font-size: .75rem;
}

.wz-map {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: 100%;
  background: transparent;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wz-map-img { width: 100%; height: 100%; object-fit: contain; opacity: .9; }
.wz-map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.wz-map-placeholder-txt {
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wz-pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  background: rgba(13,27,42,.75);
  padding: 5px 12px;
  backdrop-filter: blur(4px);
  letter-spacing: .5px;
  cursor: default;
}
.wz-pin svg { width: 14px; height: 14px; fill: var(--gold); flex-shrink: 0; }
.wz-pin-1 { bottom: 38%; right: 30%; }
.wz-pin-2 { top: 32%; left: 28%; }
.wz-pin-3 { top: 55%; left: 18%; }

.wz-widget {
  position: relative;
  z-index: 10;
  margin-top: -120px;
}
.wz-widget-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
}

.wz-pts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 48px;
}
.wz-pt {
  background: var(--bg-dark2);
  padding: 40px 36px 36px;
  position: relative;
  overflow: hidden;
  transition: background .3s;
}
.wz-pt:hover { background: rgba(181,147,90,.07); }
.wz-pt::before {
  content: attr(data-n);
  position: absolute;
  top: -12px;
  right: 14px;
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 700;
  color: rgba(181,147,90,.07);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -3px;
}
.wz-pt-t {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.4;
  margin-bottom: 14px;
}
.wz-pt-t em { font-style: normal; color: var(--gold-l); }
.wz-pt-d {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.75;
}
.wz-pt-d strong { color: var(--gold-l); font-weight: 700; }

.wz-dark-box {
  background: var(--bg-dark2);
  color: var(--on-dark);
  width: 520px;
  padding: 52px 180px 52px 48px;
  position: relative;
}
.wz-box-label {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 20px;
}
.wz-box-title {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--on-dark);
  margin-bottom: 16px;
  line-height: 1.3;
}
.wz-box-desc {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.75;
}
.wz-box-desc strong { color: var(--gold-l); font-weight: 700; }

.wz-photo {
  position: absolute;
  right: -110px;
  top: -40px;
  width: 260px;
  height: 380px;
  z-index: 11;
  box-shadow: -8px 12px 40px rgba(0,0,0,.45);
}
.wz-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wz-photo-empty {
  width: 100%;
  height: 100%;
  background: var(--bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.wz-bottom-pad { height: 80px; }

@media (max-width: 1100px) {
  .wz-grid { grid-template-columns: 1fr; gap: 32px; }
  .wz-map { height: 340px; }
  .wz-widget-wrap { padding: 0; }
  .wz-widget { margin-top: 32px; width: 100%; }
  .wz-dark-box { width: 100%; padding: 40px; }
  .wz-photo { position: relative; right: 0; top: 0; width: 100%; height: 260px; margin-top: 24px; box-shadow: none; }
  .wz-circle-btn { left: 20px; bottom: -36px; }
  .wz-pts-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  /* WZ：地圖佔位隱藏，節省空間 */
  .wz-map {
    display: none;
  }
  .wz-inner {
    padding: 56px 5% 0;
  }
  .wz-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wz-title {
    font-size: clamp(1.7rem, 6.5vw, 2.1rem);
    margin-bottom: 16px;
  }
  .wz-title em {
    display: inline;
  }
  .wz-lead {
    font-size: .92rem;
    line-height: 1.8;
  }
  .wz-note {
    font-size: .82rem;
    margin-bottom: 28px;
  }
  .wz-pts-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
    gap: 2px;
  }
  .wz-pt {
    padding: 24px 18px 20px;
  }
  .wz-pt::before {
    font-size: 3.5rem;
    top: -8px;
    right: 10px;
  }
  .wz-pt-t {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .wz-pt-d {
    font-size: .85rem;
  }
  .wz-bottom-pad {
    height: 40px;
  }
}


/* ══════════════════════════════════════
   SKIP
══════════════════════════════════════ */
.skip {
  background: var(--bg-dark);
  color: var(--on-dark);
}

.sgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.simg-w { position: relative; }

.simg {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  object-position: center top;
  display: block;
}

.sbadge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--gold);
  color: #fff;
  padding: 24px 28px;
  box-shadow: 0 24px 64px rgba(0,0,0,.25);
}
.sbadge-n {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.sbadge-l {
  font-size: .78rem;
  letter-spacing: 1px;
  opacity: .85;
}

.stitle {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.25;
  margin-bottom: 28px;
}
.stitle em { font-style: normal; color: var(--gold-l); }

.sbody {
  font-size: 1rem;
  color: rgba(240,236,224,.72);
  line-height: 1.9;
  margin-bottom: 20px;
}

.shi {
  background: rgba(181,147,90,.1);
  border-top: 1px solid rgba(181,147,90,.3);
  border-bottom: 1px solid rgba(181,147,90,.3);
  padding: 20px 24px;
  margin: 28px 0;
  font-size: 1rem;
  color: var(--on-dark);
  line-height: 1.8;
}
.shi strong { color: var(--gold-l); }

@media (max-width: 1024px) {
  .sgrid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 480px) {
  /* SKIP：圖片壓縮，移除裝飾 badge */
  .sgrid {
    gap: 0;
  }
  .sgrid {
    gap: 28px;
  }
  .simg-w {
    overflow: hidden;
    background: var(--bg-dark2);
  }
  .simg {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
    object-position: center top;
    background: var(--bg-dark2);
  }
  .sbadge {
    display: none;
  }
  /* 圖片下方與文字小標間距 */
  .skip .ov-dk {
    margin-top: 4px;
    margin-bottom: 14px;
  }
  .stitle {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
    margin-bottom: 18px;
  }
  .sbody {
    font-size: .92rem;
    margin-bottom: 14px;
    line-height: 1.8;
  }
  .shi {
    padding: 16px 16px;
    margin: 20px 0;
    font-size: .92rem;
    line-height: 1.75;
  }
  /* Skip section padding */
  .skip > .sw {
    padding: 56px 5%;
  }
}


/* ══════════════════════════════════════
   PROP CAROUSEL
══════════════════════════════════════ */
.proj { background: var(--bg-dark); }
.proj-hd {
  max-width: 1360px;
  margin: 0 auto;
  padding: 100px 5% 0;
}

.prop {
  background: var(--bg-dark);
  padding: 120px 0 100px;
}

.prop-hd {
  max-width: 1360px;
  margin: 0 auto 60px;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.prop-tw { max-width: 660px; }

.prop-title {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.2;
  margin-bottom: 16px;
  white-space: nowrap;
}

.prop-desc {
  font-size: .97rem;
  color: var(--muted);
  line-height: 1.8;
}

.prop-nav {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.prop-carousel {
  display: flex;
  gap: 2px;
  padding: 0 5%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.prop-carousel::-webkit-scrollbar { display: none; }

.prop-card {
  flex: 0 0 calc(33.333% - 2px);
  min-width: 320px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: var(--bg-dark2);
  position: relative;
  overflow: hidden;
}

.prop-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
  opacity: .8;
}
.prop-card:hover .prop-img { transform: scale(1.04); opacity: .65; }

.prop-body {
  padding: 36px 36px 40px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.prop-tag {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.prop-tag::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.prop-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.35;
  margin-bottom: 12px;
}

.prop-specs { list-style: none; margin-bottom: 20px; }
.prop-specs li {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.7;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.prop-specs li:last-child { border-bottom: none; }

.prop-fit {
  font-size: .85rem;
  color: rgba(240,236,224,.6);
  line-height: 1.7;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: auto;
  margin-bottom: 28px;
}
.prop-fit strong { color: var(--gold-l); font-weight: 600; }

.prop-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: #fff;
  border: none;
  padding: 13px 28px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  transition: var(--tr);
  width: max-content;
}
.prop-btn:hover { background: var(--gold-d); transform: translateY(-2px); }

.prop-quote {
  max-width: 1360px;
  margin: 56px auto 0;
  padding: 0 5%;
}
.prop-quote-inner {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 40px;
  text-align: center;
}
.prop-quote-text {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: rgba(240,236,224,.7);
  line-height: 1.7;
  font-style: italic;
}
.prop-quote-text::before { content: '「'; }
.prop-quote-text::after  { content: '」'; }

@media (max-width: 1100px) {
  .prop-card { flex: 0 0 80%; min-width: 280px; }
  .prop-hd { flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 768px) {
  .prop-card { flex: 0 0 90%; }
  .prop-img  { height: 240px; }
}

@media (max-width: 480px) {
  .prop {
    padding: 64px 0 52px;
  }
  .prop-hd {
    padding: 0 5%;
    margin-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .prop-title {
    font-size: 1.1rem;
    white-space: normal;
    line-height: 1.35;
  }
  .prop-desc {
    font-size: .88rem;
  }
  /* 手機一次顯示一張，稍露下一張 */
  .prop-card {
    flex: 0 0 88%;
    min-width: 0;
    scroll-snap-align: center;
  }
  .prop-carousel {
    padding: 0 5%;
    gap: 12px;
    /* 觸控滑動優化 */
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 5%;
  }
  /* 覆蓋 inline style height:320px，讓圖片在手機正確縮小 */
  .prop-card > div:first-child {
    height: 200px !important;
  }
  .prop-img {
    height: 200px;
  }
  .prop-body {
    padding: 22px 20px 26px;
    flex: none;   /* 不撐滿，高度由內容決定，消除大空白 */
  }
  .prop-name {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .prop-specs li {
    font-size: .8rem;
  }
  .prop-fit {
    font-size: .82rem;
    padding: 12px 0;
    margin-top: 12px;   /* 取消 auto，消除大空白 */
    margin-bottom: 20px;
  }
  .prop-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
  }
  /* 滑動指示點 */
  .prop-quote {
    margin: 36px auto 0;
  }
  .prop-quote-inner {
    padding-top: 28px;
  }
  .prop-quote-text {
    font-size: 1rem;
  }
  /* 導航箭頭在手機加大觸控區 */
  .prop-nav {
    padding-bottom: 0;
  }
  .rnbtn {
    width: 40px;
    height: 40px;
  }
}


/* ══════════════════════════════════════
   FREE SEC
══════════════════════════════════════ */
.free-sec {
  position: relative;
  background: linear-gradient(rgba(13,27,42,.75), rgba(13,27,42,.85)),
    url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
  padding: 120px 5%;
  text-align: center;
  color: #fff;
}

.free-big {
  font-family: var(--serif);
  font-size: clamp(5rem, 14vw, 11rem);
  font-weight: 700;
  color: #fff;
  line-height: .9;
  letter-spacing: -4px;
  display: block;
  opacity: .08;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.free-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.free-sub {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.free-note {
  font-size: 1rem;
  color: rgba(255,255,255,.75);
  margin-bottom: 64px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.free-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.free-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  padding: 10px 0 8px;
  cursor: pointer;
  width: 200px;
  transition: border-color .3s;
  color: #fff;
}
.free-field:hover { border-bottom-color: #fff; }
.free-field svg.fi { width: 18px; height: 18px; flex-shrink: 0; opacity: .85; }
.free-field span {
  flex: 1;
  text-align: left;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.free-field svg.fc { width: 10px; height: 10px; fill: currentColor; opacity: .6; }

@media (max-width: 900px) {
  .free-form { flex-direction: column; gap: 20px; }
  .free-field { width: 100%; max-width: 320px; }
  .free-circle-btn { margin-left: 0; margin-top: 20px; width: 100px; height: 100px; }
}

@media (max-width: 480px) {
  .free-sec {
    padding: 72px 5%;
  }
  .free-big {
    font-size: 5rem;
    opacity: .06;
    letter-spacing: -2px;
  }
  .free-sub {
    font-size: clamp(1.6rem, 6.5vw, 2.1rem);
    margin-bottom: 12px;
  }
  .free-note {
    font-size: .88rem;
    margin-bottom: 36px;
    line-height: 1.7;
  }
  .free-form {
    flex-direction: column;
    gap: 0;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .free-field {
    width: 100%;
    max-width: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    min-height: 52px;
  }
  .free-field span {
    font-size: .82rem;
  }
  /* 按鈕：長方形、固定寬度、置中 */
  .free-circle-btn {
    width: auto !important;
    min-width: 220px;
    max-width: 300px;
    height: 54px !important;
    border-radius: 0 !important;
    margin: 24px auto 0;
    padding: 0 48px;
    flex-direction: row;
    gap: 8px;
  }
}


/* ══════════════════════════════════════
   INC
══════════════════════════════════════ */
.inc { background: var(--bg-warm); }

.igrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 60px;
}

.icard {
  background: #fff;
  padding: 40px 44px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.icard-ico { font-size: 2rem; flex-shrink: 0; line-height: 1; }
.icard-t {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}
.icard-d { font-size: .9rem; color: var(--sub); line-height: 1.7; }

.icard-hi {
  background: var(--gold);
  padding: 40px 44px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.icard-hi .icard-ico { color: #fff; }
.icard-hi .icard-t   { color: #fff; }
.icard-hi .icard-d   { color: rgba(255,255,255,.75); }

@media (max-width: 1024px) {
  .igrid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .inc > .sw {
    padding: 56px 5%;
  }
  .icard, .icard-hi {
    padding: 24px 18px;
    gap: 16px;
  }
  .icard-ico {
    font-size: 1.6rem;
  }
  .icard-t {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .icard-d {
    font-size: .85rem;
  }
}


/* ══════════════════════════════════════
   REVIEWS
══════════════════════════════════════ */
.reviews {
  background: var(--bg-dark);
  padding: 100px 0 80px;
}

.reviews-hd {
  max-width: 1360px;
  margin: 0 auto 56px;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.reviews-hw { max-width: 620px; }
.reviews-title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.2;
  margin-bottom: 14px;
}
.reviews-sub {
  font-size: .97rem;
  color: var(--muted);
  line-height: 1.8;
}

.rv-grid {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.rv-card {
  background: var(--bg-dark2);
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid transparent;
  transition: border-color .3s;
}
.rv-card:hover { border-bottom-color: rgba(181,147,90,.3); }

.rv-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.rv-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-dark);
  border: 1px solid rgba(181,147,90,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: .85rem;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}
.rv-meta { flex: 1; }
.rv-name  { font-size: .88rem; font-weight: 700; color: var(--on-dark); line-height: 1.2; }
.rv-info  { font-size: .72rem; color: var(--muted); letter-spacing: .3px; margin-top: 2px; }
.rv-stars { font-size: .72rem; color: var(--gold); letter-spacing: 1px; margin-left: auto; flex-shrink: 0; align-self: flex-start; padding-top: 2px; }

.rv-quote {
  font-family: var(--serif);
  font-size: .95rem;
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.4;
  margin-bottom: 10px;
}
.rv-text  { font-size: .82rem; color: var(--muted); line-height: 1.7; flex: 1; }
.rv-tag   { margin-top: 16px; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(181,147,90,.55); border-top: 1px solid rgba(255,255,255,.05); padding-top: 12px; }

@media (max-width: 1100px) { .rv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .rv-grid { grid-template-columns: 1fr; } }

@media (max-width: 480px) {
  .reviews {
    padding: 64px 0 52px;
  }
  .reviews-hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px;
    padding: 0 5%;
  }
  .reviews-title {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
    margin-bottom: 10px;
  }
  .reviews-sub {
    font-size: .88rem;
  }
  .rv-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  /* 手機只顯示前 4 則，後 4 則隱藏 */
  .rv-card:nth-child(n+5) {
    display: none;
  }
  .rv-card {
    padding: 20px 18px 16px;
  }
  .rv-quote {
    font-size: .88rem;
  }
  .rv-text {
    font-size: .8rem;
  }
}


/* ══════════════════════════════════════
   DEAL STAGE
══════════════════════════════════════ */
.deal-stage {
  background: var(--bg-dark2);
  padding: 80px 0;
  overflow: hidden;
}
.deal-stage-hd {
  max-width: 1360px;
  margin: 0 auto 40px;
  padding: 0 5%;
}
.deal-stage-label {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 12px;
}
.deal-stage-title {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.3;
}

.deal-track-wrap { position: relative; overflow: hidden; }
.deal-track {
  display: flex;
  gap: 16px;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
  padding: 20px 0;
}

.deal-item {
  flex-shrink: 0;
  width: 220px;
  height: 160px;
  background: var(--bg-dark);
  border: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
  transition: all .5s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  position: relative;
}
.deal-item.center {
  width: 340px;
  height: 240px;
  border-color: rgba(181,147,90,.4);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.deal-item img { width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: opacity .4s; }
.deal-item.center img { opacity: .75; }

.deal-item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 14px;
  background: linear-gradient(transparent, rgba(13,27,42,.9));
  font-size: .72rem;
  color: var(--on-dark);
  font-weight: 500;
  letter-spacing: .5px;
  opacity: 0;
  transition: opacity .3s;
}
.deal-item.center .deal-item-label { opacity: 1; }

.deal-nav {
  max-width: 1360px;
  margin: 20px auto 0;
  padding: 0 5%;
  display: flex;
  gap: 12px;
}
.deal-nbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  background: transparent;
  color: var(--on-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--tr);
}
.deal-nbtn:hover { border-color: var(--gold); color: var(--gold); }
.deal-nbtn svg   { width: 16px; height: 16px; fill: currentColor; }

@media (max-width: 480px) {
  .deal-stage {
    padding: 56px 0;
  }
  .deal-stage-hd {
    padding: 0 5%;
    margin-bottom: 28px;
  }
  .deal-stage-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }
  /* 手機：統一所有卡片大小，兩欄並排 */
  .deal-track {
    padding: 10px 5%;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    transform: none !important;
  }
  .deal-track-wrap {
    overflow: auto;
  }
  .deal-item {
    flex: 0 0 calc(50% - 5px);
    width: auto;
    height: 150px;
    scroll-snap-align: start;
  }
  .deal-item.center {
    flex: 0 0 calc(50% - 5px);
    width: auto;
    height: 150px;
    border-color: rgba(181,147,90,.4);
    box-shadow: none;
  }
  /* 圖片提亮：移除過深遮罩 */
  .deal-item img {
    opacity: .88;
  }
  .deal-item.center img {
    opacity: .92;
  }
  .deal-item-label {
    opacity: 1;
    font-size: .68rem;
    padding: 8px 10px;
  }
  .deal-item.center .deal-item-label {
    opacity: 1;
  }
  /* 手機隱藏導航按鈕（用原生滾動代替） */
  .deal-nav {
    display: none;
  }
}


/* ══════════════════════════════════════
   ITINERARY
══════════════════════════════════════ */
.itin-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 64px 5% 0;
}

.itin-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.itin-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5%);
  right: calc(12.5%);
  height: 1px;
  background: linear-gradient(to right, var(--gold) 0%, rgba(181,147,90,.3) 100%);
  z-index: 0;
}

.itin-col { position: relative; padding: 0 24px 0; }
.itin-col:first-child { padding-left: 0; }
.itin-col:last-child  { padding-right: 0; }

.itin-dot-row {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.itin-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bg-dark2);
  border: 1px solid rgba(181,147,90,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.itin-dot-num {
  font-family: var(--serif);
  font-size: .75rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
}
.itin-col.active .itin-dot     { background: var(--gold); border-color: var(--gold); }
.itin-col.active .itin-dot-num { color: #fff; }

.itin-day-label {
  margin-left: 16px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.4;
}

.itin-body { padding-left: 4px; }
.itin-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.35;
  margin-bottom: 6px;
}
.itin-sub  { font-size: .78rem; color: var(--gold-l); letter-spacing: .5px; margin-bottom: 20px; font-weight: 500; }
.itin-items { list-style: none; }
.itin-items li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: .83rem;
  color: var(--muted);
  line-height: 1.55;
}
.itin-items li:last-child { border-bottom: none; }
.itin-items li::before { content: '—'; color: rgba(181,147,90,.5); flex-shrink: 0; font-size: .75rem; margin-top: 1px; }

.itin-cta-row {
  max-width: 1360px;
  margin: 0 auto;
  padding: 56px 5% 0;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.itin-incl {
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px 5% 100px;
}
.itin-incl-inner {
  background: var(--bg-dark2);
  border: 1px solid rgba(181,147,90,.15);
  padding: 24px 36px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.itin-incl-label { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--gold); flex-shrink: 0; white-space: nowrap; }
.itin-incl-sep   { width: 1px; height: 24px; background: rgba(181,147,90,.25); flex-shrink: 0; }
.itin-incl-text  { font-size: .88rem; color: var(--muted); line-height: 1.7; }

.itin-note { max-width: 1360px; margin: 0 auto; padding: 0 5% 20px; font-size: .78rem; color: rgba(138,154,170,.5); text-align: center; font-style: italic; }

@media (max-width: 1024px) {
  .itin-timeline { grid-template-columns: 1fr 1fr; gap: 48px 0; }
  .itin-timeline::before { display: none; }
  .itin-col { padding: 0 !important; }
  .itin-col:nth-child(odd)  { padding-right: 24px !important; }
  .itin-col:nth-child(even) { padding-left: 24px !important; border-left: 1px solid rgba(255,255,255,.06); }
}
@media (max-width: 640px) {
  .itin-timeline { grid-template-columns: 1fr; }
  .itin-col:nth-child(odd)  { padding-right: 0 !important; }
  .itin-col:nth-child(even) { padding-left: 0 !important; border-left: none; }
}

@media (max-width: 480px) {
  /* ITINERARY：垂直時間線，偽元素精確定位 */
  .itin-wrap {
    padding: 40px 5% 0;
  }

  /* 行程區 section header */
  .proj-hd {
    padding: 56px 5% 0;
  }

  .itin-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
    /* 不用 border-left，改用每欄的偽元素連接線 */
    padding-left: 0;
    border-left: none;
  }

  .itin-col {
    /* 左側留 64px 給圓點 */
    padding: 0 0 32px 64px !important;
    border-left: none !important;
    position: relative;
    min-height: 60px;
  }
  /* 完全覆蓋 640px 的 nth-child 規則，確保所有欄一致 */
  .itin-col:nth-child(odd),
  .itin-col:nth-child(even) {
    padding: 0 0 32px 64px !important;
    border-left: none !important;
  }
  .itin-col:last-child {
    padding-bottom: 0 !important;
  }

  /* 垂直連接線：從本欄圓點底部到下一欄頂部 */
  .itin-col::before {
    content: '';
    position: absolute;
    left: 21px;   /* 44px 圓點寬度的中心 = 22px，微調 1px */
    top: 44px;    /* 圓點高度以下開始 */
    bottom: 0;
    width: 1px;
    background: rgba(181,147,90,.2);
  }
  .itin-col:last-child::before {
    display: none;
  }

  /* 圓點：絕對定位到左側 */
  .itin-dot-row {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .itin-dot {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: var(--bg-dark);
    border: 1px solid rgba(181,147,90,.35);
  }
  .itin-col.active .itin-dot {
    background: var(--gold);
    border-color: var(--gold);
  }
  .itin-dot-num {
    font-size: .7rem;
  }

  .itin-day-label {
    font-size: .62rem;
    letter-spacing: 2px;
    margin-left: 10px;
    line-height: 1.4;
  }

  /* 內容區：在圓點下方，因為圓點是 absolute，需要 padding-top */
  .itin-body {
    padding-top: 52px;  /* 圓點高度 44px + 8px 間距 */
    padding-left: 0;
  }
  .itin-title {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }
  .itin-sub {
    font-size: .75rem;
    margin-bottom: 14px;
  }
  .itin-items li {
    font-size: .82rem;
    padding: 7px 0;
    gap: 8px;
  }

  .itin-cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 40px 5% 0;
  }
  .itin-cta-row p {
    text-align: center;
  }

  .itin-incl {
    padding: 28px 5% 64px;
  }
  .itin-incl-inner {
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .itin-incl-sep {
    display: none;
  }
  .itin-incl-text {
    font-size: .82rem;
  }
}


/* ══════════════════════════════════════
   FAQ
══════════════════════════════════════ */
.faq { background: var(--bg); }

.fgrid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.fimg { width: 100%; height: 560px; object-fit: cover; }

.acc-item { border-bottom: 1px solid var(--border); }
.acc-btn {
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  color: var(--text);
  font-family: var(--sans);
  font-size: .95rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  gap: 16px;
  transition: color .3s;
}
.acc-btn:hover { color: var(--gold); }
.acc-icon { flex-shrink: 0; font-size: 1.2rem; transition: transform .3s; color: var(--gold); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.acc-body-inner { padding: 0 0 20px; font-size: .9rem; color: var(--sub); line-height: 1.8; }
.acc-item.open .acc-icon { transform: rotate(45deg); }
.acc-item.open .acc-body  { max-height: 400px; }

@media (max-width: 1024px) { .fgrid { grid-template-columns: 1fr; gap: 48px; } }

@media (max-width: 480px) {
  .faq > .sw {
    padding: 56px 5%;
  }
  /* 手機隱藏裝飾圖片，FAQ 內容直接全寬 */
  .fimg {
    display: none;
  }
  .fgrid {
    gap: 0;
  }
  .acc-btn {
    padding: 18px 0;
    font-size: .9rem;
    gap: 12px;
  }
  .acc-body-inner {
    padding: 0 0 16px;
    font-size: .86rem;
    line-height: 1.75;
  }
}


/* ══════════════════════════════════════
   CTA
══════════════════════════════════════ */
.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(13,27,42,.62), rgba(13,27,42,.78)),
    url('https://images.unsplash.com/photo-1508804185872-d7badad00f7d?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  padding: 120px 5%;
  text-align: center;
  color: #fff;
}
.cta-c { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; }
.cta-t {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.2;
  margin-bottom: 20px;
}
.cta-t em { font-style: normal; color: var(--gold-l); }
.cta-s {
  font-size: 1rem;
  color: rgba(240,236,224,.8);
  line-height: 1.8;
  margin-bottom: 64px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.cta-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.cta-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding: 10px 0 8px;
  cursor: pointer;
  width: 200px;
  transition: border-color .3s;
}
.cta-field:hover { border-bottom-color: #fff; }
.cta-field svg  { width: 18px; height: 18px; flex-shrink: 0; opacity: .8; }
.cta-field span { flex: 1; text-align: left; font-size: .78rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.85); }
.cta-field .caret { width: 10px; height: 10px; opacity: .6; }

@media (max-width: 900px) {
  .cta-form  { flex-direction: column; gap: 20px; }
  .cta-field { width: 100%; max-width: 320px; }
  .cta-circle { width: 100px; height: 100px; }
}

@media (max-width: 480px) {
  .cta {
    padding: 72px 5%;
  }
  /* 小標與標題靠左對齊 */
  .cta-c {
    text-align: left;
  }
  .cta-c .ov-dk {
    justify-content: flex-start;
  }
  .cta-t {
    font-size: clamp(1.8rem, 6.5vw, 2.3rem);
    margin-bottom: 14px;
    text-align: left;
  }
  .cta-s {
    font-size: .92rem;
    margin-bottom: 36px;
    line-height: 1.75;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .cta-form {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .cta-field {
    width: 100%;
    max-width: none;
    padding: 16px 0;
    min-height: 52px;
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  .cta-field span {
    font-size: .82rem;
  }
  /* 按鈕文字：長方形後隱藏 br，一行顯示 */
  .free-circle-btn br,
  .cta-circle br {
    display: none;
  }

  /* cta-circle 按鈕：長方形固定寬度置中 */
  .cta-circle {
    width: auto !important;
    min-width: 220px;
    max-width: 300px;
    height: 54px !important;
    border-radius: 0 !important;
    margin: 24px auto 0;
    padding: 0 48px;
    flex-direction: row;
    gap: 8px;
  }
}

