/* =====================================================
   South Taoyuan Exclusive Offers — Page-scoped CSS
   All rules scoped under .tmpl-south-taoyuan-exclusive-offers
   ===================================================== */

.tmpl-south-taoyuan-exclusive-offers {
  /* 與 cable-tv / .shared-bottom-sections --ab-font 一致 */
  --steo-font: "Inter", "Noto Sans TC", "Noto Sans JP", sans-serif;
  /* 與 cable-tv .tmpl-cable-tv-exclusive-deals --ctv-red 一致 */
  --steo-red: #e6433e;
  font-family: var(--steo-font);
  color: #111;
}

.tmpl-south-taoyuan-exclusive-offers * {
  box-sizing: border-box;
}

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

.tmpl-south-taoyuan-exclusive-offers a {
  color: inherit;
  text-decoration: none;
}

.tmpl-south-taoyuan-exclusive-offers p {
  margin: 0;
}

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

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

.tmpl-south-taoyuan-exclusive-offers .steo-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.tmpl-south-taoyuan-exclusive-offers .steo-cta__inner img {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

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

.tmpl-south-taoyuan-exclusive-offers .steo-s1 {
  position: relative;
}

.tmpl-south-taoyuan-exclusive-offers .steo-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-south-taoyuan-exclusive-offers .steo-s1__header-inner {
  width: 100%;
  display: flex;
  gap: 33px;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s1__logo {
  width: 168px;
  height: 34px;
  flex: 0 0 auto;
}

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

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

.tmpl-south-taoyuan-exclusive-offers .steo-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-south-taoyuan-exclusive-offers .steo-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/south-taoyuan-exclusive-offers/s1-hero-bg.webp") center / cover
      no-repeat;
  z-index: 0;
}

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

.tmpl-south-taoyuan-exclusive-offers .steo-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-south-taoyuan-exclusive-offers .steo-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-south-taoyuan-exclusive-offers .steo-s1__title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s1__subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s1__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

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

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

.tmpl-south-taoyuan-exclusive-offers .steo-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-south-taoyuan-exclusive-offers .steo-s1__service-badge {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s1__service-icon {
  width: 39.2px;
  height: 49px;
  flex: 0 0 auto;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s1__service-label {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #fea500;
}

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

.tmpl-south-taoyuan-exclusive-offers .steo-s1__divider img {
  width: 1px;
  height: 45px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s1__service-area {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s1__content-m {
  display: none;
}

/* ========================= Shared Heading (S2–S5) — 對齊 cable-tv-exclusive-deals 區塊標題 ========================= */

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

/* —— S2 / S5：與 cable_tv_exclusive_deals_s2__eyebrow 相同 —— */
.tmpl-south-taoyuan-exclusive-offers .steo-s2__eyebrow,
.tmpl-south-taoyuan-exclusive-offers .steo-s5__eyebrow {
  width: 430px;
  max-width: 100%;
  margin: 0 auto 16px;
  position: relative;
  height: 38px;
  display: grid;
  place-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__eyebrow-deco,
.tmpl-south-taoyuan-exclusive-offers .steo-s5__eyebrow-deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__eyebrow-text,
.tmpl-south-taoyuan-exclusive-offers .steo-s5__eyebrow-text {
  margin: 0;
  position: relative;
  display: inline-block;
  color: var(--steo-red);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  z-index: 1;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__subline,
.tmpl-south-taoyuan-exclusive-offers .steo-s5__subline {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

/* —— S3：與 cable_tv_exclusive_deals_s3__eyebrow 相同 —— */
.tmpl-south-taoyuan-exclusive-offers .steo-s3__eyebrow {
  width: 430px;
  max-width: 100%;
  margin: 0 auto 16px;
  position: relative;
  height: 38px;
  display: grid;
  place-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__eyebrow-deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__eyebrow-text {
  margin: 0;
  position: relative;
  z-index: 1;
  color: var(--steo-red);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

@media (min-width: 641px) {
  .tmpl-south-taoyuan-exclusive-offers .steo-s3__eyebrow-text {
    transform: translateY(-0.8rem);
  }
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__subline {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

/* —— S4：與 cable_tv_exclusive_deals_s4__eyebrow 相同（底線＋左右方塊，隱藏 SVG 裝飾圖） —— */
.tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow {
  width: min(430px, 100%);
  max-width: 100%;
  margin: 0 auto 16px;
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 2px solid #e6433e;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow::before,
.tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #e6433e;
  position: absolute;
  top: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow::before {
  left: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow::after {
  right: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow-deco {
  display: none;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow-text {
  margin: 0;
  position: relative;
  padding: 2px 0 8px;
  line-height: 1;
  color: var(--steo-red);
  font-size: 24px;
  font-weight: 500;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__subline {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__desc,
.tmpl-south-taoyuan-exclusive-offers .steo-s3__desc,
.tmpl-south-taoyuan-exclusive-offers .steo-s4__desc,
.tmpl-south-taoyuan-exclusive-offers .steo-s5__desc {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
}

/* ========================= Section 2 — 有線電視方案 ========================= */

.tmpl-south-taoyuan-exclusive-offers .steo-s2 {
  padding: 44px 0 60px;
  position: relative;
  overflow: hidden;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__bg-wifi {
  position: absolute;
  left: -40px;
  top: calc(300px + 18rem);
  width: 650px;
  height: auto;
  z-index: 99;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__bg-ellipse {
  position: absolute;
  left: 0;
  top: calc(520px - 5rem);
  width: 720px;
  height: 720px;
  object-fit: contain;
}

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

.tmpl-south-taoyuan-exclusive-offers .steo-s2__features {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 48px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__features-grid {
  display: grid;
  grid-template-columns: repeat(3, 217px);
  column-gap: 42px;
  row-gap: 32px;
  justify-content: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 217px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-icon-wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  margin-bottom: 12px;
  transform: translateY(1.5rem);
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-icon-wrap > img {
  width: 52px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.tmpl-south-taoyuan-exclusive-offers
  .steo-s2__feature-item--location
  .steo-s2__feature-icon-wrap
  > img {
  width: 38px;
  height: 52px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-label {
  font-size: 20px;
  font-weight: 500;
  color: #e6433e;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 217px;
  min-height: 176px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px 0;
  font-size: 16px;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-badge {
  background: #d9d9d9;
  padding: 2px 19px;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  line-height: 1;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-note {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  max-width: 160px;
}

/* Plans box */
.tmpl-south-taoyuan-exclusive-offers .steo-s2__plans-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 30px 68px;
  margin-bottom: 48px;
  width: 100%;
  max-width: 916px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plans-row {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-col {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-head {
  width: 100%;
  height: 56px;
  background: #e6433e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-name {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-sub {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-fit {
  width: 100%;
  height: 102px;
  border: 1px solid #e6433e;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-fit-badge {
  background: #ffe1e0;
  border-radius: 60px;
  padding: 2px 13px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  height: 24px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-fit-text {
  font-size: 16px;
  color: #000;
  text-align: center;
}

/* ========================= Section 3 — 費用優惠 ========================= */

.tmpl-south-taoyuan-exclusive-offers .steo-s3 {
  position: relative;
  padding: 44px 0 60px;
  overflow: hidden;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__columns {
  display: flex;
  gap: 64px;
  width: 100%;
  max-width: 1260px;
  justify-content: center;
  margin-bottom: 48px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__col-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-end;
  width: 600px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__col-right {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 650px;
}

/* Fee card */
.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card {
  position: relative;
  width: 600px;
  min-height: 194px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 36px 32px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #e6433e;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-line {
  width: 100%;
  height: 2px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-sub {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-details {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-detail {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

/* Combo card */
.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-card {
  position: relative;
  width: 100%;
  min-height: 654px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
  padding: 68px 32px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #e6433e;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-divider {
  width: 100%;
  max-width: 535px;
  height: 2px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-plan {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 10px 15px;
  border-radius: 60px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-badge--red {
  background: #e6433e;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-badge--orange {
  background: #fea500;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-details {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-detail {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

/* Summary card */
.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary {
  position: relative;
  width: 100%;
  min-height: 375px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-bg-deep {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95.87%;
  aspect-ratio: 650 / 312;
  background-color: #ffcaca;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-content {
  position: relative;
  z-index: 2;
  padding: 95px 44px 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  color: #000;
  flex-wrap: wrap;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-item--inline {
  flex-wrap: nowrap;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers
  .steo-s3__summary-item--inline
  > span:not(.steo-s3__summary-icon-label) {
  white-space: nowrap;
}

.tmpl-south-taoyuan-exclusive-offers
  .steo-s3__summary-item--inline
  .steo-s3__summary-icon-label {
  flex: 0 0 auto;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-icon-label {
  display: flex;
  gap: 4px;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-icon-label strong {
  font-size: 20px;
  font-weight: 500;
  color: #e6433e;
  white-space: nowrap;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__check-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

/* Deco ellipse */
.tmpl-south-taoyuan-exclusive-offers .steo-s3__deco {
  position: absolute;
  left: 14%;
  bottom: 100px;
  width: 240px;
  height: 120px;
  pointer-events: none;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s3__deco img {
  width: 100%;
  height: 100%;
}

/* ========================= S4+S5 右側裝飾圖（橫跨兩區塊） ========================= */

.tmpl-south-taoyuan-exclusive-offers .steo-s4-s5-wrap {
  position: relative;
  overflow: hidden;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4-s5__deco {
  position: absolute;
  top: -15rem;
  right: -10rem;
  bottom: 0;
  width: 25%;
  max-width: 600px;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  z-index: 99;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4-s5-wrap .steo-s4,
.tmpl-south-taoyuan-exclusive-offers .steo-s4-s5-wrap .steo-s5 {
  position: relative;
  z-index: 1;
}

/* ========================= Section 4 — TBC機上盒 ========================= */

.tmpl-south-taoyuan-exclusive-offers .steo-s4 {
  position: relative;
  padding: 46px 0 60px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-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-south-taoyuan-exclusive-offers .steo-s4__what {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 24px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__what-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__what-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__what-label {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__what-line {
  width: 100%;
  height: 2px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__what-text {
  font-size: 16px;
  color: #000;
  text-align: center;
}

/* Tags grid */
.tmpl-south-taoyuan-exclusive-offers .steo-s4__tags {
  display: flex;
  gap: 38px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__tag-item {
  width: 155px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__tag-badge {
  border: 1px solid #e6433e;
  border-radius: 60px;
  padding: 11px 32px;
  font-size: 20px;
  font-weight: 500;
  color: #e6433e;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__tag-text {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s4__dots {
  display: none;
}

/* 電腦端：TBC機上盒是什麼 — 七個標題同一行顯示 */
@media (min-width: 1025px) {
  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tags {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tag-item {
    flex: 1 1 0;
    width: auto;
  }
}

/* ========================= Section 5 — 網路方案 ========================= */

.tmpl-south-taoyuan-exclusive-offers .steo-s5 {
  padding: 47px 0 60px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin-bottom: 48px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__cards-row {
  display: flex;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__card-wrap {
  position: relative;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__card-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-20% - 2rem));
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(170deg, #e6433e 29%, rgba(230, 67, 62, 0.3) 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 272px;
  /* flex-basis:0 + shrink 易在等高拉伸時把主軸高度壓過內容，造成文字視覺上「超框」 */
  flex: 1 0 auto;
  min-height: max(238px, min-content);
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 26px 36px;
  gap: 18px;
  margin-top: 42px;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__card-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  width: 180px;
  min-width: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #e6433e;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__card-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__card-line {
  width: 210px;
  height: 1px;
  flex-shrink: 0;
}

/* 電腦／平板寬版：上方說明行數不一時，仍讓同一列分隔線水平對齊 */
@media (min-width: 769px) {
  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card {
    justify-content: flex-start;
  }

  /* 標題 + gap(16px) + desc 最多約三行(16px/1.5)，避免長句換行後分隔線仍錯位 */
  .tmpl-south-taoyuan-exclusive-offers
    .steo-s5__card
    > .steo-s5__card-section:first-child {
    min-height: 112px;
  }
}

/* Quote box */
.tmpl-south-taoyuan-exclusive-offers .steo-s5__quote {
  width: 100%;
  max-width: 657px;
  margin-bottom: 0;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__quote-box {
  position: relative;
  border: 1px solid #e6433e;
  background: #fff;
  padding: 51px 60px 60px;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__quote-box::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 11px;
  right: -11px;
  bottom: -15px;
  background: #e6433e;
  border: 1px solid #000;
  z-index: -1;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__quote-text {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  text-align: center;
}

.tmpl-south-taoyuan-exclusive-offers .steo-s5__quote-highlight {
  color: #e6433e;
}

/* 立即申辦按鈕上移，與上方文字區塊重疊（與紅色底座銜接） */
.tmpl-south-taoyuan-exclusive-offers .steo-s5 .steo-cta {
  margin-top: -20px;
}

/* ========================= Responsive — Tablet ========================= */

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

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__hero {
    max-width: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__nav {
    gap: 18px;
    font-size: 16px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__columns {
    flex-direction: column;
    align-items: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__col-left,
  .tmpl-south-taoyuan-exclusive-offers .steo-s3__col-right {
    width: 100%;
    max-width: 650px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card {
    width: 100%;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__cards-row {
    gap: 32px;
  }
}

/* ========================= Responsive — Mobile (≤768px) ========================= */

@media (max-width: 768px) {
  .tmpl-south-taoyuan-exclusive-offers
    .steo-s3__summary-item--inline
    > span:not(.steo-s3__summary-icon-label) {
    white-space: wrap;
  }

  /* ---------- Shared CTA Button ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-cta {
    width: 123px;
    height: 42px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-cta__inner {
    font-size: 13px;
    gap: 8px;
    top: -8px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-cta__inner img {
    width: 16px;
    height: 16px;
  }

  /* ---------- Shared Heading (S2–S5) — 對齊 cable-tv 手機版 ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-s2__heading,
  .tmpl-south-taoyuan-exclusive-offers .steo-s3__heading,
  .tmpl-south-taoyuan-exclusive-offers .steo-s4__heading,
  .tmpl-south-taoyuan-exclusive-offers .steo-s5__heading {
    margin-bottom: 24px;
    gap: 8px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__eyebrow,
  .tmpl-south-taoyuan-exclusive-offers .steo-s5__eyebrow {
    width: 252px;
    height: 26px;
    margin-bottom: 8px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__eyebrow-text,
  .tmpl-south-taoyuan-exclusive-offers .steo-s5__eyebrow-text {
    font-size: 13px;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__subline,
  .tmpl-south-taoyuan-exclusive-offers .steo-s5__subline {
    font-size: 12px;
  }

  /* S3「南桃園第四台費用優惠」標題：與上方 S2 手機版同款左右線條＋字級 */
  .tmpl-south-taoyuan-exclusive-offers .steo-s3 .steo-s3__eyebrow-deco {
    display: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3 .steo-s3__eyebrow {
    width: 252px;
    height: 26px;
    margin-bottom: 8px;
    background: url("../img/south-taoyuan-exclusive-offers/s2-title-deco-m.svg")
      no-repeat center / 100% 100%;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3 .steo-s3__eyebrow-text {
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    transform: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3 .steo-s3__subline {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow {
    width: 252px;
    min-height: 26px;
    margin-bottom: 8px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow::before,
  .tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow::after {
    width: 12px;
    height: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__eyebrow-text {
    padding: 0 0 6px;
    font-size: 13px;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__subline {
    font-size: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__desc,
  .tmpl-south-taoyuan-exclusive-offers .steo-s3__desc,
  .tmpl-south-taoyuan-exclusive-offers .steo-s4__desc,
  .tmpl-south-taoyuan-exclusive-offers .steo-s5__desc {
    width: 300px;
    max-width: 300px;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    margin-bottom: 24px;
  }

  /* ---------- S1 — Hero Banner ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-s1__header {
    padding: 6px 16px;
    position: sticky;
    transform: none;
    left: 0;
    max-width: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__header-inner {
    gap: 16px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__logo {
    width: 140px;
    height: auto;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__nav {
    display: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__hero {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 136;
    min-height: auto;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__hero::before {
    inset: 0;
    background: none;
    background-image: url("../img/south-taoyuan-exclusive-offers/s1-banner-m.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__hero::after {
    background: rgba(0, 0, 0, 0.5);
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__content {
    display: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__content-m {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__title-wrap-m {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__title-m {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__subtitle-m {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__pill-m {
    width: 285px;
    height: 28px;
    border-radius: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__pill-text-m {
    font-size: 10px;
    font-weight: 400;
    color: #e6433e;
    white-space: nowrap;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__service-m {
    display: flex;
    gap: 8px;
    align-items: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__service-badge-m {
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__service-icon-m {
    width: 12px;
    height: 16px;
    flex: 0 0 auto;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__service-label-m {
    font-size: 12px;
    font-weight: 400;
    color: #fea500;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__divider-m {
    width: auto;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__divider-m img {
    width: 18px;
    height: 1px;
    transform: rotate(90deg);
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s1__service-area-m {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
  }

  /* ---------- S2 — 有線電視方案（Figma 583:3503 手機版） ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-s2 {
    padding: 21px 0 40px;
    background: #fff;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__bg-wifi {
    left: -85px;
    top: calc(300px + 30rem);
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__bg-ellipse {
    position: absolute;
    left: -90px;
    top: calc(520px - -7rem);
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__inner {
    max-width: 375px;
    padding: 0;
  }

  /* 標題區：252×26 裝飾條（與桌面 SVG 分離，避免壓縮變形） */
  .tmpl-south-taoyuan-exclusive-offers .steo-s2 .steo-s2__eyebrow-deco {
    display: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2 .steo-s2__eyebrow {
    background: url("../img/south-taoyuan-exclusive-offers/s2-title-deco-m.svg")
      no-repeat center / 100% 100%;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2 .steo-s2__subline {
    text-align: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__features {
    max-width: 326px;
    margin-bottom: 40px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__features-grid {
    grid-template-columns: repeat(2, 156px);
    column-gap: 14px;
    row-gap: 0;
    align-items: end;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-item {
    width: 156px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-icon-wrap {
    margin-bottom: 10px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-icon-wrap > img {
    width: 24px;
    height: 24px;
    max-height: none;
  }

  .tmpl-south-taoyuan-exclusive-offers
    .steo-s2__feature-item--location
    .steo-s2__feature-icon-wrap
    > img {
    width: 18px;
    height: 24px;
  }

  .tmpl-south-taoyuan-exclusive-offers
    .steo-s2__feature-item--channel
    .steo-s2__feature-icon-wrap
    > img {
    width: 30px;
    height: 30px;
  }

  .tmpl-south-taoyuan-exclusive-offers
    .steo-s2__feature-item--stb
    .steo-s2__feature-icon-wrap
    > img {
    width: 34px;
    height: 25px;
  }

  .tmpl-south-taoyuan-exclusive-offers
    .steo-s2__feature-item--install
    .steo-s2__feature-icon-wrap
    > img {
    width: 26px;
    height: 26px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    color: #e6433e;
  }

  /* 功能卡：Figma Rectangle 174/175 → s2-feature-card-bg-m.svg */
  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-card {
    width: 156px;
    min-height: 156px;
    border: none;
    border-radius: 0;
    background: url("../img/south-taoyuan-exclusive-offers/s2-feature-card-bg-m.svg")
      no-repeat center / 100% 100%;
    align-items: stretch;
  }

  .tmpl-south-taoyuan-exclusive-offers
    .steo-s2__feature-item--system
    .steo-s2__feature-card,
  .tmpl-south-taoyuan-exclusive-offers
    .steo-s2__feature-item--location
    .steo-s2__feature-card {
    height: 176px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-card-bg {
    display: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-card-content {
    padding: 22px 14px 18px;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-highlight {
    align-items: flex-start;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-text,
  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-note {
    width: 120px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: #000;
    min-height: 30px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__feature-badge {
    box-sizing: border-box;
    width: 70px;
    height: 24px;
    padding: 2px 19px;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    background: #d9d9d9;
    border-radius: 0;
    align-self: center;
  }

  /* 方案白卡：shadow 4px 4px 20px rgba(0,0,0,0.25)、圓角 20px、內距對齊 220px 內容 */
  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plans-box {
    width: 280px;
    max-width: calc(100% - 48px);
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 20px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plans-row {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-col {
    width: 220px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-head {
    height: 28px;
    min-height: 28px;
    border-radius: 50px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-name {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-sub {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-fit {
    height: 80px;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-fit-badge {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 2px 13px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2__plan-fit-text {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  /* 區塊內「立即申辦」：手機版按鈕底圖（Figma imgButton） */
  .tmpl-south-taoyuan-exclusive-offers .steo-s2 .steo-cta__bg {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2 .steo-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/south-taoyuan-exclusive-offers/btn_bg_m.svg")
      no-repeat center / contain;
    pointer-events: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2 .steo-cta__inner {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    gap: 11px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s2 .steo-cta__inner img {
    width: 15px;
    height: 15px;
  }

  /* ---------- S3 — 費用優惠 ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-s3 {
    padding: 24px 0 40px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__inner {
    max-width: 375px;
    padding: 0;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__columns {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__col-left {
    width: 298px;
    align-items: center;
    gap: 20px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__col-right {
    width: 298px;
    gap: 24px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card {
    width: 298px;
    min-height: 194px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card-bg {
    object-fit: fill;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-card-content {
    padding: 30px 20px 0;
    gap: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-sub {
    font-size: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-details {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__fee-detail {
    font-size: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-card {
    width: 298px;
    min-height: 615px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-content {
    padding: 29px 16px;
    gap: 28px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-badge {
    width: 204px;
    height: 40px;
    font-size: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-details {
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    width: 100%;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__combo-detail {
    font-size: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary {
    width: 324px;
    height: 348px;
    margin-top: 2rem;
    margin-left: -1rem;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-bg-deep {
    display: block;
    width: 324px;
    height: 348px;
    background: #ffbcbc;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-bg {
    content: url("../img/south-taoyuan-exclusive-offers/s3-summary-bg-mobile.svg");
    transform: scale(1.1);
    transform-origin: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-content {
    padding: 32px 28px;
    gap: 24px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-items {
    gap: 24px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-item {
    font-size: 12px;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-item--inline {
    flex-wrap: wrap;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__summary-icon-label strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s3__deco {
    display: none;
  }

  /* ---------- S4+S5 wrap deco ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-s4-s5__deco {
    display: none;
  }

  /* ---------- S4 — TBC機上盒 ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-s4 {
    padding: 24px 0 40px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__inner {
    max-width: 375px;
    padding: 0;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__what {
    width: 300px;
    max-width: 300px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__what-icon {
    width: 16px;
    height: 16px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__what-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__what-text {
    font-size: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 0 38px;
    margin-bottom: 16px;
    width: 100%;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tags::-webkit-scrollbar {
    display: none;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tags-spacer {
    flex-shrink: 0;
    width: calc(50% - 77.5px);
    min-width: calc(50% - 77.5px);
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tag-item {
    width: 155px;
    min-width: 155px;
    flex: 0 0 auto;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tag-badge {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    padding: 6px 24px;
    height: 34px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__tag-text {
    font-size: 12px;
    line-height: normal;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__dot {
    width: 6px;
    height: 6px;
    border: 1px solid #e6433e;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4__dot.is-active,
  .tmpl-south-taoyuan-exclusive-offers .steo-s4__dot[aria-current="true"] {
    background: #e6433e;
    transform: scale(1.05);
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s4 .steo-cta {
    margin-top: 8px;
  }

  /* ---------- S5 — 網路方案 ---------- */
  .tmpl-south-taoyuan-exclusive-offers .steo-s5 {
    padding: 24px 0 40px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__inner {
    max-width: 375px;
    padding: 0;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__cards {
    width: 313px;
    gap: 20px;
    margin-bottom: 40px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__cards-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 13px;
    justify-content: center;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card-wrap {
    width: 150px;
    padding-top: 0;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card-num {
    font-size: 52px;
    transform: translateX(calc(-10px - 1rem));
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card {
    width: 150px;
    flex: 1 0 auto;
    min-height: max(180px, min-content);
    padding: 12px 25px 16px;
    gap: 8px;
    margin-top: 34px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card-section {
    width: 100px;
    gap: 8px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card-desc {
    font-size: 12px;
    line-height: normal;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__card-line {
    max-width: 100px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__quote {
    max-width: 315px;
    margin-bottom: 0;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__quote-box {
    width: 306px;
    padding: 26px 48px 30px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__quote-box::after {
    top: 15px;
    left: 9px;
    right: -5px;
    bottom: -11px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5__quote-text {
    font-size: 12px;
    width: 210px;
  }

  .tmpl-south-taoyuan-exclusive-offers .steo-s5 .steo-cta {
    margin-top: -20px;
  }
}
