/* =====================================================
   Pei-Shih Exclusive Offers — Page-scoped CSS
   All rules scoped under .tmpl-pei-shih-exclusive-offers
   ===================================================== */

.tmpl-pei-shih-exclusive-offers {
  /* 與 .shared-bottom-sections --ab-font 一致 */
  --pseo-font: "Inter", "Noto Sans TC", "Noto Sans JP", sans-serif;
  font-family: var(--pseo-font);
  color: #111;
}

.tmpl-pei-shih-exclusive-offers * {
  box-sizing: border-box;
}

.tmpl-pei-shih-exclusive-offers img {
  max-width: 100%;
  height: auto;
  display: block;
}

.tmpl-pei-shih-exclusive-offers a {
  color: inherit;
  text-decoration: none;
}

.tmpl-pei-shih-exclusive-offers p {
  margin: 0;
}

/* ========================= Shared CTA Button ========================= */

.tmpl-pei-shih-exclusive-offers .pseo-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 51px;
  margin: 0 auto;
}

.tmpl-pei-shih-exclusive-offers .pseo-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tmpl-pei-shih-exclusive-offers .pseo-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  top: -10px;
}

.tmpl-pei-shih-exclusive-offers .pseo-cta__inner img {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

/* ========================= Section 1 — Hero ========================= */

.tmpl-pei-shih-exclusive-offers .pseo-s1 {
  position: relative;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 60px;
  background: #e6433e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 260px;
  z-index: 2;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__header-inner {
  width: 100%;
  display: flex;
  gap: 33px;
  align-items: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__logo {
  width: 168px;
  height: 34px;
  flex: 0 0 auto;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__nav {
  display: flex;
  gap: 36px;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__nav a[aria-current="page"] {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 490px;
  padding-top: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(40, 40, 60, 0.55) 0%,
      rgba(20, 20, 40, 0.35) 100%
    ),
    url("../img/pei-shih-exclusive-offers/s1-hero-bg.webp") center / cover
      no-repeat;
  z-index: 0;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__content {
  position: relative;
  z-index: 2;
  width: 764px;
  max-width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
  padding: 7px 0;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__pill {
  width: 100%;
  height: 54px;
  border-radius: 36.5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__pill-text {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #e6433e;
  white-space: nowrap;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__service {
  display: flex;
  gap: 17px;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__service-badge {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__service-icon {
  width: 39.2px;
  height: 49px;
  flex: 0 0 auto;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__service-label {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #fea500;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__divider {
  width: 1px;
  height: 45px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__divider img {
  width: 1px;
  height: 45px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s1__service-area {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* ========================= Section 2 — 北視網路裝設 比較表 ========================= */

.tmpl-pei-shih-exclusive-offers .pseo-s2 {
  position: relative;
  padding: 38px 0 60px;
  overflow: hidden;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__heading,
.tmpl-pei-shih-exclusive-offers .pseo-s3__heading,
.tmpl-pei-shih-exclusive-offers .pseo-s4__heading,
.tmpl-pei-shih-exclusive-offers .pseo-s5__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  margin-bottom: 36px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco,
.tmpl-pei-shih-exclusive-offers .pseo-s3__title-deco,
.tmpl-pei-shih-exclusive-offers .pseo-s4__title-deco,
.tmpl-pei-shih-exclusive-offers .pseo-s5__title-deco {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco img,
.tmpl-pei-shih-exclusive-offers .pseo-s3__title-deco img,
.tmpl-pei-shih-exclusive-offers .pseo-s4__title-deco img,
.tmpl-pei-shih-exclusive-offers .pseo-s5__title-deco img {
  position: absolute;
  width: 430px;
  height: 38px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__title,
.tmpl-pei-shih-exclusive-offers .pseo-s3__title,
.tmpl-pei-shih-exclusive-offers .pseo-s4__title,
.tmpl-pei-shih-exclusive-offers .pseo-s5__title {
  position: relative;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #e6433e;
  white-space: nowrap;
  padding: 0 40px;
}

/* S2, S3 標題與左右方形裝飾對齊 */
.tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco,
.tmpl-pei-shih-exclusive-offers .pseo-s3__title-deco {
  width: 430px;
  justify-content: flex-start;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco img,
.tmpl-pei-shih-exclusive-offers .pseo-s3__title-deco img {
  left: 0;
  top: 0;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__title,
.tmpl-pei-shih-exclusive-offers .pseo-s3__title {
  margin-left: 143px;
  padding: 0;
  line-height: 1;
}

/* S4 標題與左右方形裝飾對齊 (北視方案) */
.tmpl-pei-shih-exclusive-offers .pseo-s4__title-deco {
  width: 430px;
  justify-content: flex-start;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__title-deco img {
  left: 0;
  top: 0;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__title {
  margin-left: 167px;
  padding: 0;
  line-height: 1;
}

/* S5 標題與左右方形裝飾對齊 (北視有線電視服務) */
.tmpl-pei-shih-exclusive-offers .pseo-s5__title-deco {
  width: 430px;
  justify-content: flex-start;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__title-deco img {
  left: 0;
  top: 0;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__title {
  margin-left: 119px;
  padding: 0;
  line-height: 1;
}

/* S2, S3 文字：副標題 / 內文 */
.tmpl-pei-shih-exclusive-offers .pseo-s2__subtitle,
.tmpl-pei-shih-exclusive-offers .pseo-s3__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__subtitle,
.tmpl-pei-shih-exclusive-offers .pseo-s5__subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__desc,
.tmpl-pei-shih-exclusive-offers .pseo-s3__desc {
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__desc,
.tmpl-pei-shih-exclusive-offers .pseo-s5__desc {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__plans-label,
.tmpl-pei-shih-exclusive-offers .pseo-s3__plans-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #e6433e;
  margin-bottom: 16px;
  text-align: center;
}

/* Plan cards row (S2) */
.tmpl-pei-shih-exclusive-offers .pseo-s2__plan-cards {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__plan-card {
  width: 264px;
  min-height: 78px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
}

/* S2 Compare label */
.tmpl-pei-shih-exclusive-offers .pseo-s2__compare-label,
.tmpl-pei-shih-exclusive-offers .pseo-s3__compare-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6433e;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* S2 Comparison table */
.tmpl-pei-shih-exclusive-offers .pseo-s2__table {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 32px;
}

/* S2 Mobile carousel: hidden on desktop */
.tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile {
  display: none;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head {
  display: grid;
  grid-template-columns: 246px repeat(3, 235px);
  gap: 20px;
  margin-bottom: 0px;
  align-items: end;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-col {
  position: relative;
  padding-bottom: 12px;
}

/* Connective lines between head and table body */
.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-col::before,
.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-col::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.5px;
  height: 16px;
  background-color: #e6433e;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-col::before {
  left: 34px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-col::after {
  right: 34px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-cell {
  background: #e6433e;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 6px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  max-width: 186px;
  width: 100%;
  margin: 0 auto;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-cell--label {
  background: transparent;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-row {
  display: grid;
  grid-template-columns: 246px repeat(3, 235px);
  gap: 20px;
  margin-bottom: 24px;
  align-items: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell {
  background: #ffe1e0;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 3px;
  align-items: center;
  justify-items: start;
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: left;
  min-height: 54px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell__text {
  min-width: 0;
  justify-self: start;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

/* 電腦端：比較表三欄資料格，圖+文整塊向右偏移 1rem（不影響左側標籤欄） */
@media (min-width: 1025px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-row > .pseo-s2__table-cell {
    padding-left: calc(12px + 3rem);
  }
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-col--label {
  display: flex;
  align-items: center;
  /* keep it vertically centered inside this cell */
  justify-content: flex-end;
  /* match design by sticking elements to the right before translate */
}

/* ================== THE RED LABEL BOX ================== */
.tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell--label {
  position: relative;
  background: #fff;
  border: 2px solid #e6433e;
  border-left: none;
  /* remove native left border */
  border-radius: 0 30px 30px 0;

  /* Display properties for the Inner content */
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #000;

  /* Sizing constraints */
  width: 246px;
  height: 38px;
  /* Force to be smaller than the 54px box next to it */
  min-height: 38px;
  max-height: 38px;
  padding: 0 12px;

  /* Layout positioning */
  flex-shrink: 0;
  transform: translateX(2rem);
  /* Shift entire label cell right by 2rem */

  /* IMPORTANT: STOP GRID FROM STRETCHING IT */
  box-sizing: border-box;
  margin: 0;
}

/* Fading left border trick */
.tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell--label::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  bottom: -2px;
  width: 70px;
  /* Make the fade area shorter */
  /* Starting from pure #fff to hide border completely, then gradually fading to transparent */
  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 20%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell--label span {
  position: relative;
  z-index: 2;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  justify-self: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__icon-slot {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  justify-self: center;
}

/* S2 Decorative ellipses */
.tmpl-pei-shih-exclusive-offers .pseo-s2__deco {
  position: absolute;
  width: 66px;
  height: 66px;
  pointer-events: none;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__deco img {
  width: 100%;
  height: 100%;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__deco--1 {
  left: 18%;
  top: 280px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__deco--2 {
  left: 34%;
  top: 220px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__deco--3 {
  right: 34%;
  top: 290px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s2__deco--4 {
  right: 18%;
  top: 220px;
}

/* ========================= Section 3 — 北視寬頻安裝 方案價格 ========================= */

.tmpl-pei-shih-exclusive-offers .pseo-s3 {
  padding: 80px 0 60px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Plan strip */
.tmpl-pei-shih-exclusive-offers .pseo-s3__plan-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
  padding: 20px 24px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__strip-divider {
  width: 1px;
  height: 16px;
  background: #999;
  flex: 0 0 auto;
}

/* 電腦端：標題框與上方方案條的間距 */
@media (min-width: 1025px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s3__compare-label {
    margin-top: 35px;
  }
}

/* Pricing cards */
.tmpl-pei-shih-exclusive-offers .pseo-s3__cards {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card {
  width: 298px;
  position: relative;
  padding-top: 10px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-head {
  position: relative;
  z-index: 1;
  width: 180px;
  margin: 0 auto;
  background: #e6433e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px 14px;
  line-height: 1;
  transform: translateY(50%);
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-head--wide {
  width: 217px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-body {
  border: 1px solid #000;
  background: #fff;
  min-height: 284px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 18px;
  justify-content: space-between;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-type {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #000;
  margin: 0 0 12px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6433e;
  border-radius: 60px;
  color: #e6433e;
  font-size: 16px;
  padding: 3px 12px;
  min-height: 25px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  font-size: 16px;
  text-align: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__price-grid p {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.columns-item {
  grid-template-columns: repeat(1, 1fr) !important;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__single-price {
  font-size: 16px;
  text-align: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-price {
  color: #e6433e;
}

.tmpl-pei-shih-exclusive-offers .pseo-s3__card-note {
  background: #ffe1e0;
  width: calc(100% - 32px);
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 平板／電腦：固定方案標題區高度，使分隔線與「月費參考」三欄同一水平對齊（設計稿） */
@media (min-width: 769px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-type {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
  }
}

/* ========================= Section 4 — 北視方案 四圈 ========================= */

.tmpl-pei-shih-exclusive-offers .pseo-s4 {
  position: relative;
  padding: 57px 0 60px;
  overflow: hidden;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circles {
  display: flex;
  gap: 44px;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s4__circles {
    flex-wrap: nowrap;
  }
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle--gold {
  background: #ffc50d;
  color: #000;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle--red {
  background: #e6433e;
  color: #fff;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 60px;
  padding: 7px 23px;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
  min-height: 38px;
  white-space: nowrap;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle-main {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle-divider {
  width: 100%;
  border: none;
  margin: 0 0 12px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle-divider--dark {
  border-top: 1px solid #000;
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle-divider--light {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__circle-sub {
  font-size: 16px;
  line-height: 1.4;
}

/* 平板／電腦：固定主文案區為兩行高，四圓內水平線同一高度 */
@media (min-width: 769px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: center;
    justify-items: center;
    align-content: center;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle-badge {
    margin-bottom: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle-main {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    align-self: stretch;
  }

  /* 網路速率方案：速率列強制單行（圓內寬度有限，略縮字級避免溢出） */
  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(3)
    .pseo-s4__circle-main {
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle-divider {
    margin: 0;
    width: 100%;
    margin: 4px auto;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle-sub {
    align-self: start;
    width: 100%;
    margin: 0;
    min-height: 38px;
    align-content: center;
  }
}

.tmpl-pei-shih-exclusive-offers .pseo-s4__accent {
  position: absolute;
  left: 14%;
  top: 55%;
  width: 240px;
  height: 120px;
  pointer-events: none;
}

/* ========================= Section 5 — 北視有線電視服務 ========================= */

.tmpl-pei-shih-exclusive-offers .pseo-s5 {
  padding: 8px 0 60px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Comparison layout */
.tmpl-pei-shih-exclusive-offers .pseo-s5__compare {
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 48px;
  width: 100%;
  max-width: 900px;
  z-index: -1;
  position: relative;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 272px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__col-big {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(173deg, #e6433e 29%, rgba(230, 67, 62, 0.3) 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: -10px;
  position: relative;
  z-index: 0;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__col-big--gray {
  background: linear-gradient(
    173deg,
    #484848 29%,
    rgba(163, 163, 163, 0.3) 71%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__col-card {
  position: relative;
  z-index: 1;
  width: 272px;
  min-height: 405px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 26px;
  gap: 32px;
  font-size: 16px;
  text-align: center;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__col-card hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

/* Center labels */
.tmpl-pei-shih-exclusive-offers .pseo-s5__labels {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding-top: 105px;
  position: relative;
  z-index: 2;
  width: 79px;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__label-tag {
  background: #e6433e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
  width: 116px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__labels-bg {
  position: absolute;
  top: 34%;
  left: -87px;
  /* Offset it to match the left margin before translation */
  width: 1066px;
  height: 711px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.6;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__labels-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Quote box */
.tmpl-pei-shih-exclusive-offers .pseo-s5__quote {
  position: relative;
  width: 100%;
  max-width: 944px;
  min-height: 171px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 84px;
  margin-bottom: -27px;
  box-shadow: 4px 4px 20px 10px rgba(0, 0, 0, 0.25);
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__quote-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.tmpl-pei-shih-exclusive-offers .pseo-s5__quote-text {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 763px;
}

/* ========================= Responsive ========================= */

@media (max-width: 1024px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s1__header {
    padding: 6px 24px;
    position: sticky;
    transform: none;
    left: 0;
    max-width: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__hero {
    max-width: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__nav {
    gap: 18px;
    font-size: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-head,
  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-row {
    grid-template-columns: 180px repeat(3, 1fr);
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-cell {
    font-size: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell--label {
    font-size: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circles {
    gap: 24px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle {
    width: 220px;
    height: 220px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__compare {
    gap: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col {
    width: 240px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col-card {
    width: 240px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col-big {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-head,
  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-row {
    grid-template-columns: 1fr;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-head-cell--label {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell--label {
    border-radius: 0;
    background: #e6433e;
    color: #fff;
    border: none;
    font-size: 18px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell {
    padding: 12px 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-cell::before {
    font-weight: 500;
    margin-right: 8px;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s2__table-row
    .pseo-s2__table-cell:nth-child(2)::before {
    content: "北視：";
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s2__table-row
    .pseo-s2__table-cell:nth-child(3)::before {
    content: "一般：";
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s2__table-row
    .pseo-s2__table-cell:nth-child(4)::before {
    content: "第四台：";
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__plan-cards {
    gap: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__plan-card {
    width: calc(50% - 6px);
  }

  /* 「方案多元，包含：」— 行動端標題與卡片／條內文 12px */
  .tmpl-pei-shih-exclusive-offers .pseo-s2__plans-label,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__plans-label {
    font-size: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__plan-card,
  .tmpl-pei-shih-exclusive-offers .pseo-s2__plan-card p {
    font-size: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__cards {
    gap: 32px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__plan-strip {
    flex-direction: column;
    gap: 16px;
    width: 290px;
    min-height: auto;
    padding: 24px 20px;
    font-size: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__strip-divider {
    width: 249px;
    height: 1px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circles {
    flex-direction: column;
    align-items: center;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__compare {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__labels {
    flex-direction: column;
    gap: 48px;
    padding-top: 70px;
    margin-bottom: 0;
    order: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 60px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__label-tag {
    width: 60px;
    padding: 8px 0;
    font-size: 12px;
    min-height: 36px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__labels-bg {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__quote {
    padding: 20px;
    max-width: 288px;
    min-height: 148px;
  }
}

@media (max-width: 640px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s1__header-inner {
    gap: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__logo {
    width: 140px;
    height: auto;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__nav {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__hero {
    height: 420px;
    padding-top: 72px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__title-wrap {
    white-space: normal;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__title {
    font-size: 34px;
    line-height: 1.15;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__subtitle {
    font-size: 18px;
    line-height: 1.2;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__pill {
    height: auto;
    padding: 14px 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__pill-text {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    font-size: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__service {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__divider {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco img,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__title-deco img,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__title-deco img,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__title-deco img {
    width: 300px;
    height: 26px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco {
    width: 300px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__title {
    margin-left: 100px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__title,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__title,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__title,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__title {
    font-size: 20px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__subtitle {
    font-size: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__desc,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__desc,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__desc,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__desc {
    font-size: 14px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__plan-card {
    width: 100%;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card {
    width: 100%;
    max-width: 298px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle {
    width: 154px;
    height: 154px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col {
    width: 141px;
    max-width: 141px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col-card {
    width: 140px;
    min-height: 344px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col-big {
    font-size: 40px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__deco {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__accent {
    display: none;
  }
}

@media (max-width: 768px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s1__hero {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 165;
    min-height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .tmpl-pei-shih-exclusive-offers .pseo-s1__hero::before {
    inset: 0;
    background: none;
    background-image: url("../img/pei-shih-exclusive-offers/s1-hero-bg-mobile.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tmpl-pei-shih-exclusive-offers .pseo-s1__hero::after {
    background: rgba(0, 0, 0, 0.5);
  }
}

/* =====================================================
   行動端 RWD 補充 — 對照 Figma 375px 行動端設計稿
   ===================================================== */

@media (max-width: 768px) {
  /* 防止行動端整頁水平溢出，不影響既有視覺 */
  .tmpl-pei-shih-exclusive-offers {
    overflow-x: hidden;
  }

  /* ---- S1 Hero：顯示行動端 Banner 內容文字 ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s1__content {
    display: flex;
    width: 305px;
    gap: 7px;
    padding: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__title-wrap {
    gap: 3px;
    white-space: nowrap;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__title {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__info {
    gap: 7px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__pill {
    width: 285px;
    height: 28px;
    border-radius: 60px;
    padding: 0 10px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__pill-text {
    font-size: 10px;
    white-space: nowrap;
    line-height: normal;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__service {
    font-size: 12px;
    gap: 8px;
    flex-direction: row;
    justify-content: center;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__service-icon {
    width: 12px;
    height: 16px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__service-label {
    font-size: 12px;
    display: flex;
    gap: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__divider {
    display: flex;
    width: 1px;
    height: 18px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__divider img {
    width: 18px;
    height: 20px;
  }
  .tmpl-pei-shih-exclusive-offers .pseo-s1__service-badge {
    gap: 4px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s1__service-area {
    font-size: 10px;
    max-width: 235px;
    white-space: normal;
    line-height: 1.2;
    text-align: left;
  }

  /* ---- 各 Section 整體 Padding & Inner ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s2 {
    padding: 24px 0 32px;
  }
  .tmpl-pei-shih-exclusive-offers .pseo-s3 {
    padding: 24px 0 32px;
  }
  .tmpl-pei-shih-exclusive-offers .pseo-s4 {
    padding: 24px 0 32px;
  }
  .tmpl-pei-shih-exclusive-offers .pseo-s5 {
    padding: 24px 0 32px;
    background-image: url("../img/Slice%208.webp");
    background-repeat: no-repeat;
    background-position: left calc(100% - 6rem);
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__inner,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__inner,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__inner,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__inner {
    padding: 0 22px;
  }

  /* ---- Section 標題裝飾（Figma 252px）---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s2__heading,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__heading,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__heading,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__heading {
    margin-bottom: 16px;
    gap: 8px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__heading {
    margin-bottom: 24px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__desc {
    max-width: 300px;
    align-self: center;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__title-deco {
    width: 252px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__title-deco img,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__title-deco img {
    width: 252px;
    height: 26px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__title,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__title {
    margin-left: 87px;
    font-size: 13px;
    font-weight: 600;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__title-deco {
    width: 252px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__title-deco img {
    width: 252px;
    height: 26px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__title {
    margin-left: 100px;
    font-size: 13px;
    font-weight: 600;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__title-deco {
    width: 252px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__title-deco img {
    width: 252px;
    height: 26px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__title {
    margin-left: 74px;
    font-size: 13px;
    font-weight: 600;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__subtitle {
    font-size: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__desc,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__desc,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__desc,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__desc {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__plans-label,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__plans-label {
    margin-bottom: 8px;
  }

  /* ---- CTA 按鈕（Figma：123×42px） ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-cta {
    width: 123px;
    height: 42px;
  }

  /* 北視網路 vs 其他方案（S2）：立即申辦按鈕僅行動端再下移 2rem（與上方 translate 疊加） */
  .tmpl-pei-shih-exclusive-offers .pseo-s2 .pseo-cta {
  }

  .tmpl-pei-shih-exclusive-offers .pseo-cta__inner {
    font-size: 12px;
    gap: 8px;
    top: -8px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-cta__inner img {
    width: 15px;
    height: 15px;
  }

  /* ---- S2：方案卡片（單欄居中，236px 寬） ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s2__plan-cards {
    flex-direction: column;
    align-items: center;
    gap: 42px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__plan-card {
    display: flex;
    width: 236px;
    height: 54px;
    min-height: 54px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.25);
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__deco {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--0001, #e6433e);
    opacity: 0.5;
    filter: blur(7.5px);
    z-index: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__deco img {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__deco--1 {
    left: calc(18px + 2rem);
    top: 190px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__deco--2 {
    left: calc(18px + 17rem);
    top: 240px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__deco--3 {
    left: calc(18px + 2rem);
    top: 330px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__deco--4 {
    left: calc(18px + 17rem);
    top: 440px;
  }

  /* ---- S2：比較標籤框 ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s2__compare-label,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__compare-label {
    font-size: 12px;
    padding: 6px 24px;
    height: 28px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__compare-label {
    margin-bottom: 28px;
    margin-top: 0;
  }

  /* S3：「北視寬頻 / 第四台方案與價格」標題框與下方光纖網路卡片更貼近（僅行動端） */
  .tmpl-pei-shih-exclusive-offers .pseo-s3__compare-label {
    margin-bottom: 4px;
  }

  /* ---- S2：行動端 — 左側標籤 ＋ 右側三欄輪播（取代原表格） ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile {
    display: block;
    margin-bottom: 24px;
    min-width: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__body {
    display: grid;
    grid-template-columns: 158px minmax(0, 1fr);
    gap: 0 12px;
    align-items: stretch;
    min-width: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__labels {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__label-spacer {
    min-height: 42px;
    flex-shrink: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__label-cell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 10px;
    border: none;
    border-radius: 0 19.262px 19.262px 0;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
  }

  /* 左欄邊框：左淡漸層至右深紅 */
  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__label-cell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0 19.262px 19.262px 0;
    padding: 1.284px;
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(230, 67, 62, 0.2) 25%,
      #e6433e 100%
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s2__table-mobile__label-cell
    + .pseo-s2__table-mobile__label-cell {
    margin-top: 10px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__carousel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    min-width: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__track {
    display: flex;
    width: 300%;
    transition: transform 0.3s ease-out;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__slide {
    width: 33.333%;
    min-width: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__slide-head {
    background: #e6433e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
    text-align: center;
    position: relative;
  }

  /* 看板兩隻腳：紅框左右各一條垂直線 */
  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__slide-head::before,
  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__slide-head::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 2px;
    height: 12px;
    background: #e6433e;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__slide-head::before {
    left: 1rem;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__slide-head::after {
    right: 1rem;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__slide-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    margin-top: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__cell {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 3px;
    text-align: left;
    min-height: 30px;
    min-width: 0;
    padding: 6px 8px;
    background: #ffe1e0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s2__table-mobile__cell
    + .pseo-s2__table-mobile__cell {
    margin-top: 8px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__cell .pseo-s2__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding: 0;
    list-style: none;
    border: none;
    flex-shrink: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #e6433e;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s2__table-mobile__dot.is-active {
    background: #e6433e;
  }

  /* ---- S3：方案卡片（居中堆疊，max 290px） ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s3__cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card {
    width: 298px;
  }

  /* 三張方案卡頂部內距一致，卡片之間視覺更貼近（僅行動端） */
  .tmpl-pei-shih-exclusive-offers .pseo-s3__cards > .pseo-s3__card {
    padding-top: 4px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-head {
    font-size: 12px;
    padding: 14px;
    width: 180px;
    min-width: 180px;
    height: 40px;
    transform: translateY(1rem);
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-body {
    width: 298px;
    height: 224px;
    min-height: auto;
    padding: 28px 0 23px;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-divider {
    border-top: 1px solid #000;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-type {
    font-size: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-badge {
    font-size: 12px;
    padding: 2px 8px;
    min-height: 20px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__price-grid {
    font-size: 12px;
    gap: 4px 8px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__single-price {
    font-size: 12px;
  }

  /* ---- 北視獨家優惠：S3 第一張卡片（行動端）月費雙欄居中 ---- */
  .tmpl-pei-shih-exclusive-offers
    .pseo-s3__cards
    > .pseo-s3__card:first-child
    .pseo-s3__card-pricing {
    align-items: center;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s3__cards
    > .pseo-s3__card:first-child
    .pseo-s3__price-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px 35px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-pricing {
    margin-bottom: 0;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s3__card-note {
    font-size: 12px;
    min-height: auto;
    width: 100%;
    max-width: 275px;
    height: 32px;
    padding: 0 3px;
    white-space: nowrap;
  }

  /* ---- S4：四圈（2×2 格局） ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circles {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle {
    width: 154px;
    height: 154px;
    padding: 14px;
    font-size: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle-badge {
    font-size: 12px;
    padding: 3px 12px;
    min-height: 20px;
    margin-bottom: 4px;
    width: 84px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle-main {
    font-size: 12px;
    margin-bottom: 4px;
    min-height: auto;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s4__circle-sub {
    font-size: 12px;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  /* S4：第二行左紅／右黃（與第一行棋盤對調，僅行動端） */
  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(3) {
    background: #e6433e;
    color: #fff;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(3)
    .pseo-s4__circle-main,
  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(3)
    .pseo-s4__circle-sub {
    color: #fff;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(3)
    .pseo-s4__circle-divider--dark {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(4) {
    background: #ffc50d;
    color: #000;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(4)
    .pseo-s4__circle-main,
  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(4)
    .pseo-s4__circle-sub {
    color: #000;
  }

  .tmpl-pei-shih-exclusive-offers
    .pseo-s4__circles
    > .pseo-s4__circle:nth-child(4)
    .pseo-s4__circle-divider--light {
    border-top: 1px solid #000;
  }

  /* S4：立即申辦略下移（與全站 CTA translateY(-4rem) 疊加） */
  .tmpl-pei-shih-exclusive-offers .pseo-s4 .pseo-cta {
    transform: translateY(calc(-4rem + 1.5rem));
  }

  /* ---- S5：比較欄位（行動端並排） ---- */

  .tmpl-pei-shih-exclusive-offers .pseo-s5__compare {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 24px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col {
    width: 141px;
    max-width: 141px;
    align-items: center;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col-big {
    font-size: 40px;
    margin-bottom: -6px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col-card {
    width: 140px;
    max-width: 140px;
    min-height: 344px;
    padding: 28px 14px;
    gap: 24px;
    font-size: 12px;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__col-card p {
    width: 84px;
    text-align: center;
  }

  /* 左欄文字：行動端強制換行以符合設計稿 */
  .tmpl-pei-shih-exclusive-offers
    .pseo-s5__col--pei
    .pseo-s5__mobile-br::before {
    content: "\A";
    white-space: pre;
  }

  /* 中間紅色標籤：z-index 高於兩側卡片，作為連接橋樑 */
  .tmpl-pei-shih-exclusive-offers .pseo-s5__labels {
    width: 60px;
    padding-top: 70px;
    flex-direction: column;
    gap: 48px;
    order: 0;
    position: relative;
    z-index: 10;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__label-tag {
    position: relative;
    z-index: 10;
    font-size: 12px;
    padding: 8px 0;
    min-height: 36px;
    width: 60px;
    transform: scale(1.2);
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__labels-bg,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__quote-bg {
    display: none;
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__quote {
    padding: 20px;
    min-height: 148px;
    max-width: 288px;
    margin-bottom: -23px;
    background-image: url(../img/quote_bg_rwd.svg);
  }

  .tmpl-pei-shih-exclusive-offers .pseo-s5__quote-text {
    font-size: 12px;
    max-width: 228px;
  }
}

/* ==========================================================================
   全站區塊內文統一排版：電腦端與行動端（僅內文置左、行高 1.5；標題維持置中）
   ========================================================================== */
.tmpl-pei-shih-exclusive-offers .pseo-s1__subtitle,
.tmpl-pei-shih-exclusive-offers .pseo-s2__subtitle,
.tmpl-pei-shih-exclusive-offers .pseo-s3__subtitle,
.tmpl-pei-shih-exclusive-offers .pseo-s4__subtitle,
.tmpl-pei-shih-exclusive-offers .pseo-s5__subtitle {
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s1__header,
  .tmpl-pei-shih-exclusive-offers .pseo-s2__header,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__header,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__header,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .tmpl-pei-shih-exclusive-offers .pseo-s1__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s2__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__subtitle {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .tmpl-pei-shih-exclusive-offers .pseo-s1__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s2__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s3__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s4__subtitle,
  .tmpl-pei-shih-exclusive-offers .pseo-s5__subtitle {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
}
