body {
  margin: 0;
  color: #1a1a1a;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background: #ffffff;
}

a {
  color: inherit;
}

.container {
  width: min(1200px, calc(100% - 3rem));
  margin: 0 auto;
}

.hero {
  --hero-red: #e6433e;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-color: #221f1d;
  min-height: 580px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0;
  background-image: url("../img/首頁_BANNER_PC.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__topbar {
  position: relative;
  z-index: 2;
  background: var(--hero-red);
}

.hero__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0;
}

.hero__brand {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hero__service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
}

.hero__inner {
  position: relative;
  z-index: 2;
  min-height: 580px;
  display: flex;
  align-items: center;
  padding: 4.5rem 0 5.5rem;
}

.hero__media-mark {
  position: absolute;
  top: 4.25rem;
  left: 0;
  width: 120px;
  height: 92px;
  opacity: 0.95;
}

.hero__media-mark svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hero__content {
  position: relative;
  max-width: 760px;
  margin-left: 7.5rem;
}

.hero__eyebrow {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero__title {
  position: relative;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.3rem);
  font-weight: 900;
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.hero__title::after {
  content: "";
  position: absolute;
  left: 42%;
  bottom: -1rem;
  width: 180px;
  height: 26px;
  border-bottom: 6px solid var(--hero-red);
  border-radius: 999px;
  transform: rotate(-6deg);
}

.hero__title::before {
  content: "";
  position: absolute;
  left: calc(42% + 116px);
  bottom: -1.9rem;
  width: 18px;
  height: 18px;
  border: 5px solid var(--hero-red);
  border-radius: 50%;
}

.hero__subtitle {
  margin: 2rem 0 0;
  max-width: 680px;
  font-size: clamp(1.35rem, 3vw, 2.55rem);
  font-weight: 800;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 2rem;
  padding: 0 1.75rem;
  border-radius: 999px;
  background: var(--hero-red);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(230, 67, 62, 0.3);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: #cb3632;
  transform: translateY(-1px);
}

.hero__cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: 3px;
}

/* Global Site Header */
.site-header {
  background: #e6433e;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: center; /* 電腦端：Logo + 選單置中 */
  gap: 24px;
  max-width: 1920px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 6px 24px 6px 32px;
  box-sizing: border-box;
}

.site-header__logo-wrap {
  flex: 0 0 auto;
}

.site-header__logo {
  width: 168px;
  height: 34px;
  display: block;
}

.site-header__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  font-size: 17px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  min-width: 0;
  flex: 0 1 auto; /* 電腦端：不伸展，Logo+選單才能整體置中 */
}

.site-header__nav a,
.site-header__nav-item {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

/* 電腦端：目前頁面 — 白漸層底 + 漸層字（label 在上層）；寬度用 min-width+fit-content 避免長文案被 102px 裁切 */
.site-header__nav a[aria-current="page"] {
  position: relative;
  display: flex;
  box-sizing: border-box;
  min-width: 102px;
  width: fit-content;
  max-width: 100%;
  height: 24px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) -29.9%,
    #fff 57.11%,
    rgba(255, 255, 255, 0.1) 144.12%
  );
}

.site-header__nav a[aria-current="page"] .site-header__nav-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(
    181.374deg,
    rgb(230, 67, 62) 0%,
    rgb(128, 37, 35) 137.82%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.site-header__nav a[aria-current="page"]:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.site-header__nav-item--disabled {
  opacity: 0.45;
  cursor: default;
}

/* Mobile header elements — hidden on desktop */
.site-header__logo--mobile {
  display: none;
}

.site-header__hamburger {
  display: none;
}

/* Mobile menu — hidden by default */
.mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .site-header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    position: relative;
  }

  .site-header__logo--desktop {
    display: none;
  }

  .site-header__logo--mobile {
    display: block;
    width: 105px;
    height: 21px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 34px;
    padding: 0;
    border: none;
    background: #ffffff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .site-header__hamburger-icon {
    display: block;
    width: 16px;
    height: 12px;
  }

  .site-header__close-icon {
    display: none;
    width: 16px;
    height: 16px;
  }

  .site-header__hamburger[aria-expanded="true"] .site-header__hamburger-icon {
    display: none;
  }

  .site-header__hamburger[aria-expanded="true"] .site-header__close-icon {
    display: block;
  }

  /* ── Mobile Menu ── */
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 36px 0 0 0;
    z-index: 999;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-menu[aria-hidden="false"] {
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(118, 118, 118, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .mobile-menu[aria-hidden="false"] .mobile-menu__backdrop {
    opacity: 1;
  }

  .mobile-menu__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 4px 0 19.9px rgba(0, 0, 0, 0.08);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
  }

  .mobile-menu[aria-hidden="false"] .mobile-menu__panel {
    transform: translateY(0);
  }

  .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px 34px;
  }

  .mobile-menu__item {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 4px 4px;
    border-radius: 4px;
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

  .mobile-menu__item:hover {
    background: rgba(230, 67, 62, 0.08);
    color: #a02824;
  }

  /* 當前頁面：紅底選取特效，漸層減量較不刺眼 */
  .mobile-menu__item[aria-current="page"] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-width: 102px;
    height: 24px;
    padding: 0 8px;
    background: linear-gradient(
      to right,
      rgba(230, 67, 62, 0.5) 0%,
      #e6433e 35%,
      #e6433e 65%,
      rgba(230, 67, 62, 0.5) 100%
    );
    color: #ffffff;
  }

  .mobile-menu__item[aria-current="page"]:hover {
    background: linear-gradient(
      to right,
      rgba(200, 50, 45, 0.6) 0%,
      #c8322d 35%,
      #c8322d 65%,
      rgba(200, 50, 45, 0.6) 100%
    );
    color: #ffffff;
  }

  .mobile-menu__item--disabled {
    opacity: 0.45;
    cursor: default;
  }

  .mobile-menu__divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0;
  }
}

@media (max-width: 960px) {
  .container {
    width: min(100%, calc(100% - 2rem));
  }

  .hero::before {
    background-position: 68% center;
  }

  .hero__topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__service-list {
    gap: 0.5rem 1rem;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 520px;
  }

  .hero__media-mark {
    top: 2.5rem;
    width: 90px;
    height: 68px;
  }

  .hero__content {
    margin-left: 0;
    padding-top: 5rem;
  }

  .hero__title::after {
    left: 38%;
    width: 132px;
    height: 22px;
  }

  .hero__title::before {
    left: calc(38% + 86px);
    bottom: -1.7rem;
  }
}

@media (max-width: 640px) {
  .hero::before {
    inset: 104px 0 0;
    background-position: 74% center;
  }

  .hero__brand {
    font-size: 1.25rem;
  }

  .hero__service-list {
    display: none;
  }

  .hero {
    min-height: 460px;
  }

  .hero__eyebrow {
    font-size: 0.88rem;
    letter-spacing: 0.1em;
  }

  .hero__title::after,
  .hero__title::before {
    display: none;
  }

  .hero__subtitle {
    margin-top: 1.5rem;
  }

  .hero__cta {
    width: 100%;
    max-width: 280px;
  }
}

/* Section: service-features */
.service-features {
  padding: 32px 0 72px;
  background: #ffffff;
}

.service-features__inner {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.service-features__intro {
  display: grid;
  gap: 14px;
  justify-items: center;
  max-width: 700px;
  text-align: center;
}

.service-features__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
}

.service-features__brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-features__brand-mark span {
  position: relative;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.service-features__description {
  margin: 0;
  max-width: 700px;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

.service-features__eyebrow {
  margin: 0;
  color: #e6433e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.service-features__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 42px;
  width: 100%;
  max-width: 1378px;
  align-items: start;
  justify-content: center;
}

.service-features__item {
  display: grid;
  gap: 12px;
  justify-items: center;
  align-content: start;
}

.service-features__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border: 2px solid #111111;
  border-radius: 999px;
  background: #ffffff;
}

/* 使用直覺、彈性加值：圖示內容較小，放大以與其他四個一致 */
.service-features__item--icon-scale-up .service-features__icon-wrap {
  overflow: hidden;
}

.service-features__content {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 100%;
  text-align: center;
}

.service-features__badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 32px;
  padding: 4px 16px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.service-features__badge--red {
  background: #e6433e;
}

.service-features__badge--orange {
  background: #fea500;
}

.service-features__text {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
}

.service-features__cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
}

/* 首頁「查看更多」按鈕共用樣式：紅填、白框、紅外框，0.7 倍扁型 */
.xinhe-highlight__cta,
.service-features__cta,
.plan-features__cta,
.broadband-highlight__cta,
.pricing-plans__cta,
.cable-feature__cta,
.user-types__cta,
.s1-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 44px;
  padding: 10px 39px;
  border: 8px solid #ffffff;
  background: #e6433e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 0 1px #e6433e;
  transform-origin: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    background-image 0.2s ease,
    color 0.2s ease;
}

.xinhe-highlight__cta img,
.service-features__cta img,
.plan-features__cta img,
.broadband-highlight__cta img,
.pricing-plans__cta img,
.cable-feature__cta img,
.user-types__cta img,
.s1-section__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

@media (min-width: 768px) {
  .about_s2__cta span,
  .about_s2__cta img,
  .about_s3__cta span,
  .about_s3__cta img,
  .about_s4__cta span,
  .about_s4__cta img {
    position: relative;
    top: -10px;
  }
}

@media (max-width: 1280px) {
  .service-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .xinhe-highlight__cta span,
  .service-features__cta span,
  .plan-features__cta span,
  .broadband-highlight__cta span,
  .pricing-plans__cta span,
  .cable-feature__cta span,
  .user-types__cta span,
  .s1-section__cta span {
    font-size: 12px !important;
  }

  .xinhe-highlight__cta img,
  .service-features__cta img,
  .plan-features__cta img,
  .broadband-highlight__cta img,
  .pricing-plans__cta img,
  .cable-feature__cta img,
  .user-types__cta img,
  .s1-section__cta img {
    width: 12px !important;
    height: 12px !important;
  }

  .service-features {
    padding: 40px 0 64px;
  }

  .service-features__inner {
    gap: 18px;
  }

  /* 首頁各區塊標題：行動端與電腦端一致，使用線框樣式（見下方 Homepage title frame 區塊） */

  .service-features__description {
    line-height: 1.7;
    text-align: left;
  }

  .service-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .service-features__icon-wrap {
    width: 132px;
    height: 132px;
  }

  .service-features__icon {
    width: 66px;
    height: 66px;
  }

  .service-features__icon--large {
    width: 82px;
    height: 82px;
  }

  .service-features__badge {
    min-width: 124px;
    font-size: 18px;
  }

  .service-features__text {
    font-size: 15px;
  }
}

/* @520px service-features 1-col removed: Figma 375px shows 2-col grid */

/* Section: broadband-highlight */
/* z-index：讓絕對定位的路由器裝飾可橫跨並疊在下一區（cable-feature）之上 */
.broadband-highlight {
  position: relative;
  z-index: 2;
  padding: 24px 0 62px;
  background: #ffffff;
  overflow: visible;
}

.broadband-highlight__shell {
  position: relative;
  width: min(1400px, calc(100% - 2rem));
  margin: 0 auto;
  overflow: visible;
}

.broadband-highlight__frame {
  position: relative;
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
  padding: 24px 0 0;
  overflow: visible;
}

.broadband-highlight__frame::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 436px;
  border: 1px solid #e6433e;
  border-radius: 20px;
  background: linear-gradient(
    181.563deg,
    rgb(230, 67, 62) 0%,
    rgb(128, 37, 35) 137.82%
  );
}

.broadband-highlight__panel {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100% - 240px));
  margin: 59px auto 0;
  padding: 34px 56px 64px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 -23px 16px rgba(0, 0, 0, 0.16);
}

.broadband-highlight__header {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.broadband-highlight__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 208px;
  height: 64px;
  padding: 0 28px;
  box-sizing: border-box;
}

.broadband-highlight__brand-mark::before,
.broadband-highlight__brand-mark::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  border-top: 1px solid #111111;
}

.broadband-highlight__brand-mark::before {
  top: 8px;
}

.broadband-highlight__brand-mark::after {
  bottom: 8px;
}

.broadband-highlight__brand-mark span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}

.broadband-highlight__brand-mark span::before,
.broadband-highlight__brand-mark span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 54px;
  background: #111111;
  transform: translateY(-50%);
}

.broadband-highlight__brand-mark span::before {
  left: -16px;
}

.broadband-highlight__brand-mark span::after {
  right: -16px;
}

.broadband-highlight__description {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

.broadband-highlight__comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  width: min(700px, 100%);
  margin: 38px auto 0;
  padding: 23px 36px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 4px 14.8px rgba(0, 0, 0, 0.18);
}

.broadband-highlight__compare-group {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.broadband-highlight__compare-label {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2px;
  min-height: 126px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.broadband-highlight__compare-label--gold {
  background: #fea500;
}

.broadband-highlight__compare-label--red {
  background: #e6433e;
}

.broadband-highlight__compare-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111111;
  font-size: 16px;
  line-height: 1.2;
}

.broadband-highlight__compare-list--compact {
  gap: 16px;
}

.broadband-highlight__features-wrap {
  width: min(800px, 100%);
  margin: 34px auto 0;
}

.broadband-highlight__eyebrow {
  margin: 0;
  color: #e6433e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.broadband-highlight__features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 16px;
  margin-top: 20px;
}

.broadband-highlight__feature {
  position: relative;
  padding: 54px 18px 22px;
  border: 1px solid #f3817d;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
}

.broadband-highlight__feature--top {
  grid-column: span 2;
}

.broadband-highlight__feature--bottom {
  grid-column: span 2;
}

.broadband-highlight__feature--bottom:nth-last-child(2) {
  grid-column: 2 / span 2;
}

.broadband-highlight__feature--bottom:last-child {
  grid-column: 4 / span 2;
}

.broadband-highlight__feature-title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  min-width: 128px;
  padding: 6px 22px;
  border: 1px solid #f3817d;
  border-radius: 18px;
  background: #ffffff;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.broadband-highlight__feature-text {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
}

.broadband-highlight__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.broadband-highlight__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 58px;
  padding: 18px 24px;
  border: 1px solid #e6433e;
  background: linear-gradient(
    to bottom,
    transparent 0 6px,
    #e6433e 6px 52px,
    transparent 52px 100%
  );
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.broadband-highlight__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

.broadband-highlight__router {
  position: absolute;
  right: calc(-40px - 8rem);
  bottom: calc(-40px - 8rem);
  width: 640px;
  height: 576px;
  z-index: 3;
  overflow: visible;
  pointer-events: none;
}

.broadband-highlight__router-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: bottom right;
}

@media (max-width: 1280px) {
  .broadband-highlight__panel {
    width: calc(100% - 120px);
    padding: 34px 32px 64px;
  }

  .broadband-highlight__router {
    right: calc(-32px - 8rem);
    bottom: calc(-32px - 8rem);
    width: 520px;
    height: 468px;
  }
}

@media (max-width: 960px) {
  .broadband-highlight {
    padding: 40px 0 72px;
  }

  .broadband-highlight__frame::before {
    height: calc(100% - 72px);
  }

  .broadband-highlight__panel {
    width: calc(100% - 64px);
    margin-top: 42px;
    padding: 28px 18px 56px;
  }

  .broadband-highlight__comparison {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .broadband-highlight__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .broadband-highlight__feature,
  .broadband-highlight__feature--top,
  .broadband-highlight__feature--bottom,
  .broadband-highlight__feature--bottom:nth-last-child(2),
  .broadband-highlight__feature--bottom:last-child {
    grid-column: span 1;
  }

  .broadband-highlight__router {
    right: calc(-24px - 8rem);
    bottom: calc(-24px - 8rem);
    width: 420px;
    height: 378px;
  }
}

/* 767px 以下：白底卡片只包到「需求與建議方案」，覆蓋上方 960px 的 panel padding */
@media (max-width: 767px) {
  .broadband-highlight__panel {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .broadband-highlight__card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 -23px 16px rgba(0, 0, 0, 0.16);
    padding: 28px 18px 28px;
  }

  /* 需求與建議方案：行動裝置為高＞寬的縱向小卡，完整收納在白卡內、往右移 0.2rem */
  .broadband-highlight__comparison {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 12px;
    gap: 14px;
    max-width: calc(232px - 0.5rem);
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 14.8px rgba(0, 0, 0, 0.18);
    transform: translateX(0.2rem);
  }

  .broadband-highlight__compare-group {
    gap: 10px;
  }

  .broadband-highlight__compare-label {
    min-height: 72px;
    font-size: 13px;
    border-radius: 6px;
  }

  .broadband-highlight__compare-list,
  .broadband-highlight__compare-list--compact {
    gap: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  .broadband-highlight__compare-list li,
  .broadband-highlight__compare-list--compact li {
    white-space: normal;
    display: block;
  }

  .broadband-highlight__features-wrap {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .broadband-highlight__brand-mark span {
    font-size: 22px;
  }

  .broadband-highlight__brand-mark span::before,
  .broadband-highlight__brand-mark span::after {
    height: 48px;
  }

  .broadband-highlight__description {
    line-height: 1.75;
  }

  .broadband-highlight__compare-list {
    gap: 14px;
    font-size: 15px;
  }

  .broadband-highlight__features {
    grid-template-columns: 1fr;
  }

  .broadband-highlight__feature-title {
    font-size: 18px;
  }

  .broadband-highlight__feature-text {
    font-size: 15px;
  }

  .broadband-highlight__router {
    position: relative;
    right: auto;
    bottom: auto;
    width: 200px;
    height: auto;
    margin: -20px 0 0 auto;
    transform: translateX(5rem);
  }

  .broadband-highlight__router-img {
    position: static;
    width: 100%;
    height: auto;
  }
}

/* Section: cable-feature */
.cable-feature {
  position: relative;
  z-index: 1;
  padding: 38px 0 74px;
  background:
    radial-gradient(
      circle at 22% 62%,
      rgba(230, 67, 62, 0.05) 0,
      rgba(230, 67, 62, 0.05) 44px,
      transparent 45px
    ),
    radial-gradient(
      circle at 79% 49%,
      rgba(230, 67, 62, 0.08) 0,
      rgba(230, 67, 62, 0.08) 22px,
      transparent 23px
    ),
    linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)),
    url("../img/cable-feature/bg-pattern.webp") 62% center / cover no-repeat,
    #ffffff;
  overflow: hidden;
}

.cable-feature::before,
.cable-feature::after {
  content: "";
  position: absolute;
  border: 4px solid rgba(230, 67, 62, 0.12);
  border-radius: 999px;
  pointer-events: none;
}

.cable-feature::before {
  left: 11%;
  bottom: 94px;
  width: 148px;
  height: 148px;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(34deg);
}

.cable-feature::after {
  right: 14%;
  top: 42px;
  width: 118px;
  height: 118px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(18deg);
}

.cable-feature__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  justify-items: center;
}

.cable-feature__header {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 700px;
  text-align: center;
}

.cable-feature__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
}

.cable-feature__brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cable-feature__brand-mark span {
  position: relative;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.cable-feature__description {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

.cable-feature__eyebrow {
  margin: 0;
  color: #e6433e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.cable-feature__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 34px;
  width: min(980px, 100%);
}

.cable-feature__point {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.cable-feature__point-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.cable-feature__point-text {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
}

.cable-feature__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.cable-feature__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 58px;
  padding: 18px 24px;
  border: 1px solid #e6433e;
  background: linear-gradient(
    to bottom,
    transparent 0 6px,
    #e6433e 6px 52px,
    transparent 52px 100%
  );
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cable-feature__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

@media (max-width: 960px) {
  .cable-feature {
    padding: 48px 0 74px;
  }

  .cable-feature__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
  }
}

@media (min-width: 961px) {
  .cable-feature__brand-mark span {
    white-space: nowrap;
  }

  .cable-feature__points {
    width: 100%;
    gap: 16px 24px;
  }

  .cable-feature__point-text {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (min-width: 961px) and (max-width: 1280px) {
  .cable-feature__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cable-feature {
    padding: 44px 0 64px;
    background:
      radial-gradient(
        circle at 22% 62%,
        rgba(230, 67, 62, 0.05) 0,
        rgba(230, 67, 62, 0.05) 44px,
        transparent 45px
      ),
      radial-gradient(
        circle at 79% 49%,
        rgba(230, 67, 62, 0.08) 0,
        rgba(230, 67, 62, 0.08) 22px,
        transparent 23px
      ),
      #ffffff;
  }

  .cable-feature::before {
    display: block;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    transform: scaleX(-1);
    z-index: 0;
    background:
      linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
      url("../img/cable-feature/bg-pattern.webp") 62% center / cover no-repeat;
  }

  .cable-feature::after {
    display: none;
  }

  .cable-feature__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }

  .cable-feature__brand-mark span {
    font-size: 22px;
    white-space: nowrap;
  }

  .cable-feature__description {
    font-size: 13px;
    line-height: 1.5;
    max-width: 100%;
  }

  .cable-feature__points {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cable-feature__point-text {
    font-size: 15px;
  }
}

/* Section: plan-features */
.plan-features {
  position: relative;
  padding: 48px 0 72px;
  background: #ffffff;
  overflow: visible;
}

.plan-features__inner {
  position: relative;
  display: grid;
  gap: 32px;
  justify-items: center;
}

.plan-features__bg-mark {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 800px;
  max-width: 72%;
  transform: translateX(-50%);
  opacity: 0.3;
  pointer-events: none;
}

.plan-features__stb {
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 570px;
  max-width: 36vw;
  transform: scaleX(-1);
}

.plan-features__device-mobile {
  display: none;
}

.plan-features__header {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 700px;
  text-align: center;
}

.plan-features__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
}

.plan-features__brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plan-features__brand-mark span {
  position: relative;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.plan-features__description {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

.plan-features__summary {
  position: relative;
  z-index: 1;
  width: min(1198px, 100%);
  padding: 24px 42px 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 19.3px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}

.plan-features__eyebrow {
  margin: 0;
  color: #e6433e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.plan-features__summary-line {
  width: 100%;
  height: 5px;
  margin-top: 24px;
  border-radius: 999px;
  background: #fea500;
}

.plan-features__summary-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 48px;
  margin-top: 24px;
}

.plan-features__summary-sep {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 85px;
}

.plan-features__summary-sep img {
  width: 85px;
  height: 1px;
  object-fit: contain;
  transform: rotate(90deg);
}

.plan-features__summary-item {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 325px;
  padding: 0;
  text-align: center;
}

.plan-features__summary-title-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.plan-features__summary-title-row img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.plan-features__summary-title {
  margin: 0;
  color: #e6433e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.plan-features__summary-text {
  margin: 5px 0 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
}

.plan-features__features-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  justify-items: center;
  width: min(876px, 100%);
}

.plan-features__features-wrap .plan-features__eyebrow {
  color: #111111;
}

.plan-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 20px 36px;
  width: 100%;
  align-items: stretch;
}

.plan-features__card {
  display: flex;
  flex-direction: column;
  min-height: 120px;
  padding: 28px 24px;
  border: 1px solid #e6433e;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.8px);
}

.plan-features__card-title {
  margin: 0;
  color: #e6433e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.plan-features__card-divider {
  width: 100%;
  height: 1px;
  margin: 12px 0 10px;
  line-height: 0;
}

.plan-features__card-divider img {
  width: 100%;
  height: 1px;
  object-fit: contain;
  display: block;
}

.plan-features__card-text {
  margin: 0;
  flex: 1;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

.plan-features__cta-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.plan-features__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 58px;
  padding: 18px 24px;
  border: 1px solid #e6433e;
  background: linear-gradient(
    to bottom,
    transparent 0 6px,
    #e6433e 6px 52px,
    transparent 52px 100%
  );
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.plan-features__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

@media (max-width: 960px) {
  .plan-features {
    padding: 56px 0 72px;
  }

  .plan-features__bg-mark {
    top: 170px;
    max-width: 92%;
  }

  .plan-features__stb {
    width: 320px;
    left: 0;
    bottom: 0;
    max-width: 42vw;
  }

  .plan-features__summary-grid {
    flex-direction: column;
    gap: 18px;
  }

  .plan-features__summary-sep {
    width: 100%;
    height: 1px;
  }

  .plan-features__summary-sep img {
    width: 100%;
    height: 1px;
    transform: none;
  }

  .plan-features__summary-item {
    max-width: none;
  }

  .plan-features__grid {
    grid-template-columns: 1fr;
  }

  .plan-features__card {
    height: auto;
  }
}

@media (max-width: 640px) {
  .plan-features {
    padding: 48px 0 64px;
  }

  .plan-features__stb {
    display: none;
  }

  .plan-features__brand-mark span {
    font-size: 22px;
  }

  .plan-features__description,
  .plan-features__summary-text,
  .plan-features__card-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .plan-features__summary {
    padding: 24px 20px 28px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  }

  .plan-features__summary .plan-features__eyebrow {
    text-align: center;
    color: #e6433e;
    font-size: 20px;
    font-weight: 700;
  }

  .plan-features__summary-line {
    margin-top: 16px;
    height: 5px;
    border-radius: 999px;
    background: #fea500;
  }

  .plan-features__summary-grid {
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    align-items: stretch;
  }

  .plan-features__summary-sep {
    width: 100%;
    height: 1px;
    margin: 0;
    background: #111111;
    flex: none;
  }

  .plan-features__summary-sep img {
    display: none;
  }

  .plan-features__summary-item {
    padding: 16px 0;
    text-align: left;
    max-width: none;
  }

  .plan-features__summary-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
    width: 100%;
  }

  .plan-features__summary-title-row img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    /* 讓打勾圖示與標題外框左邊邊緣「稍微重疊」 */
    margin-right: -6px;
  }

  .plan-features__summary-title {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #e6433e;
    border-radius: 999px;
    background: #ffffff;
    color: #e6433e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }

  .plan-features__summary-text {
    margin: 10px 0 0;
    text-align: left;
    color: #111111;
    font-size: 15px;
    line-height: 1.7;
  }

  .plan-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
  }

  .plan-features__card {
    min-height: 120px;
    height: 120px;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e6433e;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .plan-features__card-title {
    font-size: 14px;
    font-weight: 700;
    color: #e6433e;
    text-align: center;
    line-height: 1.2;
    flex-shrink: 0;
  }

  .plan-features__card-divider {
    width: 80px;
    height: 2px;
    margin: 6px auto 6px;
    border-radius: 999px;
    background: #fea500;
    flex-shrink: 0;
  }

  .plan-features__card-divider img {
    display: none;
  }

  .plan-features__card-text {
    text-align: center;
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .plan-features__features-wrap .plan-features__eyebrow {
    color: #e6433e;
    text-align: center;
  }

  .plan-features__device-mobile {
    display: block;
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    z-index: 2;
    width: 140px;
    max-width: 38vw;
    height: auto;
    object-fit: contain;
    object-position: left bottom;
    pointer-events: none;
    transform: scaleX(-1);
  }
}

/* Section: user-types */
.user-types {
  padding: 34px 0 72px;
  background: #f2e6e5;
  color: #111111;
}

.user-types__inner {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.user-types__intro {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 718px;
  text-align: center;
}

.user-types__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
}

.user-types__brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.user-types__brand-mark span {
  position: relative;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.user-types__description {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

.user-types__plans {
  display: grid;
  gap: 20px;
  width: min(924px, 100%);
}

.user-types__plan-card {
  padding: 18px 28px 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 25.4px rgba(0, 0, 0, 0.18);
}

.user-types__plan-top {
  display: grid;
  grid-template-columns: minmax(0, 160px) 1px minmax(0, 200px) 1px minmax(
      0,
      200px
    );
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.user-types__plan-col {
  display: grid;
  gap: 12px;
  text-align: center;
}

.user-types__plan-label {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1;
}

.user-types__plan-value {
  margin: 0;
  color: #e6433e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.user-types__plan-divider {
  width: 1px;
  height: 32px;
  background: rgba(17, 17, 17, 0.28);
}

.user-types__price-area {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-top: 20px;
}

.user-types__price-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 376px;
  min-height: 38px;
  padding: 8px 24px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.user-types__price-pill--red {
  background: #e6433e;
}

.user-types__price-pill--gold {
  background: #fea500;
}

.user-types__price-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
}

.user-types__price-list span {
  padding: 0 18px;
}

.user-types__price-list span + span {
  border-left: 1px solid rgba(17, 17, 17, 0.36);
}

.user-types__price-list strong,
.user-types__price-single strong,
.user-types__price-note strong {
  color: #e6433e;
}

.user-types__price-single {
  margin: 0;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.user-types__price-note {
  margin: 0;
  color: #9c0202;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.user-types__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.user-types__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 58px;
  padding: 18px 24px;
  border: 1px solid #e6433e;
  background: linear-gradient(
    to bottom,
    transparent 0 6px,
    #e6433e 6px 52px,
    transparent 52px 100%
  );
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.user-types__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

@media (max-width: 960px) {
  .user-types {
    padding: 48px 0 72px;
  }

  .user-types__plan-card {
    padding: 18px 18px 16px;
  }

  .user-types__plan-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: min(194px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  /* 行動裝置：分隔線 */
  .user-types__plan-divider {
    width: 194px;
    height: 0.5px;
    flex-shrink: 0;
    background: rgba(17, 17, 17, 0.28);
  }

  /* 行動裝置：三行「方案類型／內容／適合對象」至左對齊分隔線最左側 */
  .user-types__plan-top .user-types__plan-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.35em;
    text-align: left;
  }

  .user-types__plan-top .user-types__plan-col .user-types__plan-label,
  .user-types__plan-top .user-types__plan-col .user-types__plan-value {
    white-space: nowrap;
  }

  .user-types__price-pill {
    min-width: min(376px, 100%);
    transform-origin: center center;
  }

  /* 行動裝置：第三張卡片價格方案 2x2 排列，中間垂直線 | 分隔 */
  .user-types__plan-card:nth-child(3) .user-types__price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
    justify-items: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .user-types__plan-card:nth-child(3) .user-types__price-list span {
    padding: 0 12px;
    white-space: nowrap;
  }

  .user-types__plan-card:nth-child(3) .user-types__price-list span + span {
    border-left: none;
  }

  .user-types__plan-card:nth-child(3) .user-types__price-list span:nth-child(2),
  .user-types__plan-card:nth-child(3)
    .user-types__price-list
    span:nth-child(4) {
    border-left: 1px solid rgba(17, 17, 17, 0.36);
    padding-left: 14px;
  }
}

@media (max-width: 640px) {
  .user-types {
    padding: 40px 0 64px;
  }

  .user-types__brand-mark span {
    font-size: 22px;
  }

  /* 行動裝置：三張卡片內標題、內文略為縮小 */
  .user-types__description,
  .user-types__plan-label,
  .user-types__price-pill {
    font-size: 13px;
  }

  .user-types__plan-value,
  .user-types__price-list,
  .user-types__price-single,
  .user-types__price-note {
    font-size: 15px;
  }

  .user-types__price-list span {
    padding: 0 10px;
  }

  /* 行動裝置：第一張卡片移除 300M 左側的豎線 */
  .user-types__plan-card:first-child .user-types__price-list span:nth-child(3) {
    border-left: none;
  }
}

/* Section: pricing-plans */
.pricing-plans {
  padding: 42px 0 78px;
  background: #ffffff;
}

.pricing-plans__inner {
  display: grid;
  gap: 26px;
  justify-items: center;
}

.pricing-plans__header {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 718px;
  text-align: center;
}

.pricing-plans__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
}

.pricing-plans__brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pricing-plans__brand-mark span {
  position: relative;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.pricing-plans__description {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

.pricing-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1020px, 100%);
  align-items: stretch;
}

.pricing-plans__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 14px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 23.1px rgba(0, 0, 0, 0.18);
}

.pricing-plans__card-top {
  display: grid;
  gap: 16px;
  padding: 0 2px;
}

.pricing-plans__field {
  display: grid;
  grid-template-columns: 93px minmax(0, 1fr);
  gap: 6px;
  align-items: start;
}

.pricing-plans__field--inline {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.pricing-plans__field-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #e6433e;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.pricing-plans__field-label--solid {
  background: #e6433e;
  color: #ffffff;
}

.pricing-plans__card-top--gold .pricing-plans__field-label--solid {
  background: #e6433e;
}

.pricing-plans__field-value,
.pricing-plans__field-text {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 29px;
}

.pricing-plans__field-value {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.pricing-plans__field-value--light {
  color: #ffffff;
}

.pricing-plans__card-top--red {
  padding: 8px 10px 0;
}

.pricing-plans__card-top--gold {
  padding: 8px 10px 0;
}

.pricing-plans__card-top--red .pricing-plans__field--inline,
.pricing-plans__card-top--gold .pricing-plans__field--inline {
  min-height: 37px;
  padding: 3px 16px;
  border-radius: 40px;
}

.pricing-plans__card-top--red .pricing-plans__field--inline {
  background: #e6433e;
}

.pricing-plans__card-top--gold .pricing-plans__field--inline {
  background: #fea500;
}

.pricing-plans__price-box {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 152px;
  box-sizing: border-box;
  padding: 14px 16px 16px;
  border: 1px solid #f3817d;
  border-radius: 20px;
  background: #ffffff;
}

.pricing-plans__price-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #e6433e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.pricing-plans__price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 12px;
  width: 100%;
}

.pricing-plans__price-item,
.pricing-plans__price-single,
.pricing-plans__price-note {
  color: #111111;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.pricing-plans__price-item {
  position: relative;
}

.pricing-plans__price-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -9px;
  width: 1px;
  height: calc(100% - 4px);
  background: rgba(17, 17, 17, 0.22);
}

.pricing-plans__price-item:nth-child(3)::before,
.pricing-plans__price-item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(17, 17, 17, 0.12);
}

.pricing-plans__price-item strong,
.pricing-plans__price-single strong,
.pricing-plans__price-note strong {
  color: #e6433e;
}

.pricing-plans__price-single {
  margin: 12px 0 0;
}

.pricing-plans__price-note {
  margin: 8px 0 0;
}

.pricing-plans__cta-wrap {
  display: flex;
  justify-content: center;
}

@media (min-width: 961px) {
  .pricing-plans__cta-wrap {
    margin-top: 3rem;
  }
}

.pricing-plans__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 58px;
  padding: 18px 24px;
  border: 1px solid #e6433e;
  background: linear-gradient(
    to bottom,
    transparent 0 6px,
    #e6433e 6px 52px,
    transparent 52px 100%
  );
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.pricing-plans__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

@media (max-width: 960px) {
  .pricing-plans {
    padding: 52px 0 78px;
  }

  .pricing-plans__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pricing-plans {
    padding: 44px 0 64px;
  }

  .pricing-plans__brand-mark span {
    font-size: 22px;
  }

  .pricing-plans__description,
  .pricing-plans__field-text,
  .pricing-plans__price-item,
  .pricing-plans__price-single,
  .pricing-plans__price-note {
    font-size: 15px;
    line-height: 1.6;
  }

  .pricing-plans__field {
    grid-template-columns: 1fr;
  }

  .pricing-plans__field-value {
    text-align: center;
  }

  .pricing-plans__price-list {
    grid-template-columns: 1fr;
  }

  .pricing-plans__price-item:nth-child(odd)::after,
  .pricing-plans__price-item:nth-child(3)::before,
  .pricing-plans__price-item:nth-child(4)::before {
    display: none;
  }
}

/* Section: xinhe-highlight */
.xinhe-highlight {
  position: relative;
  padding: 42px 0 78px;
  background: #ffffff;
  overflow: hidden;
}

.xinhe-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/xinhe-highlight-bg.webp") center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.xinhe-highlight__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  justify-items: center;
}

.xinhe-highlight__header {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 718px;
  text-align: center;
}

.xinhe-highlight__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
  padding: 0 28px;
  box-sizing: border-box;
}

.xinhe-highlight__brand-mark span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.xinhe-highlight__brand-mark::before,
.xinhe-highlight__brand-mark::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  border-top: 1px solid #111111;
}

.xinhe-highlight__brand-mark::before {
  top: 8px;
}

.xinhe-highlight__brand-mark::after {
  bottom: 8px;
}

.xinhe-highlight__brand-mark span::before,
.xinhe-highlight__brand-mark span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 54px;
  background: #111111;
  transform: translateY(-50%);
}

.xinhe-highlight__brand-mark span::before {
  left: -16px;
}

.xinhe-highlight__brand-mark span::after {
  right: -16px;
}

.xinhe-highlight__description {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

.xinhe-highlight__plans {
  display: grid;
  gap: 28px;
  width: min(1146px, 100%);
}

.xinhe-highlight__row {
  display: grid;
  gap: 12px;
}

.xinhe-highlight__row-labels {
  display: grid;
  grid-template-columns: 254px 254px 284px 1fr;
  gap: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1;
}

.xinhe-highlight__row-cells {
  display: grid;
  grid-template-columns: 254px 254px 284px 1fr;
  gap: 0;
  align-items: stretch;
}

.xinhe-highlight__item {
  display: contents;
}

.xinhe-highlight__mobile-label {
  display: none;
}

.xinhe-highlight__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #111111;
  box-sizing: border-box;
}

.xinhe-highlight__cell--category {
  background: #e6433e;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.xinhe-highlight__cell--bordered {
  border: 1px solid #e6433e;
}

.xinhe-highlight__cell--price {
  padding: 8px 12px;
}

.xinhe-highlight__price-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.xinhe-highlight__price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.xinhe-highlight__price-sep {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(17, 17, 17, 0.3);
}

.xinhe-highlight__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.xinhe-highlight__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 44px;
  padding: 10px 39px;
  border: 8px solid #ffffff;
  background: #e6433e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 0 1px #e6433e;
  transform-origin: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    background-image 0.2s ease,
    color 0.2s ease;
}

.xinhe-highlight__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

@media (max-width: 960px) {
  .xinhe-highlight__row-labels,
  .xinhe-highlight__row-cells {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .xinhe-highlight__cell--category {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .xinhe-highlight {
    padding: 32px 0 56px;
  }

  .xinhe-highlight__brand-mark span {
    font-size: 22px;
  }

  .xinhe-highlight__row-labels {
    display: none;
  }

  .xinhe-highlight__row-cells {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xinhe-highlight__item {
    display: grid;
    gap: 8px;
  }

  .xinhe-highlight__mobile-label {
    display: block;
    align-self: stretch;
    color: #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .xinhe-highlight__cell--category {
    font-size: 18px;
  }

  .xinhe-highlight__cell {
    min-height: 44px;
    font-size: 13px;
  }

  .xinhe-highlight__cell--bordered {
    border-top: 1px solid #e6433e;
  }

  .xinhe-highlight__cell--bordered:last-child {
    border-top: 1px solid #e6433e;
  }

  .xinhe-highlight__description {
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .xinhe-highlight__brand-mark {
    width: 130px;
    height: 36px;
    padding: 0 12px;
  }

  .xinhe-highlight__brand-mark span {
    font-size: 16px;
  }

  .xinhe-highlight__brand-mark::before,
  .xinhe-highlight__brand-mark::after {
    left: -8px;
    right: -8px;
  }

  .xinhe-highlight__brand-mark::before {
    top: 6px;
  }

  .xinhe-highlight__brand-mark::after {
    bottom: 6px;
  }

  .xinhe-highlight__brand-mark span::before,
  .xinhe-highlight__brand-mark span::after {
    height: 38px;
  }

  .xinhe-highlight__brand-mark span::before {
    left: -12px;
  }

  .xinhe-highlight__brand-mark span::after {
    right: -12px;
  }
}

/* Section: s1-section */
.s1-section {
  display: none;
  padding: 40px 0 88px;
  background: #ffffff;
}

.s1-section__inner {
  display: grid;
  gap: 28px;
  justify-items: center;
}

.s1-section__header {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 718px;
  text-align: center;
}

.s1-section__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
}

.s1-section__brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.s1-section__brand-mark span {
  position: relative;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.s1-section__description {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.55;
}

/* 電腦端：全站區塊內文統一（置左、行高 1.5） */
.service-features__description,
.broadband-highlight__description,
.cable-feature__description,
.plan-features__description,
.user-types__description,
.pricing-plans__description,
.xinhe-highlight__description,
.s1-section__description {
  text-align: left;
  line-height: 1.5;
}

.s1-section__stack {
  display: grid;
  gap: 64px;
  width: min(1336px, 100%);
}

.s1-section__offer {
  position: relative;
  padding-top: 48px;
}

.s1-section__offer-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 178px;
  padding: 20px 28px 78px;
  border-radius: 999px;
  background: #e6433e;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.s1-section__offer-card {
  position: relative;
  z-index: 1;
  padding: 30px 34px 22px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 23.1px rgba(0, 0, 0, 0.18);
}

.s1-section__offer-card--grid4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.s1-section__offer-card--single {
  display: block;
}

.s1-section__offer-toggle {
  display: none;
}

.s1-section__offer-toggle-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #e6433e;
  transition: transform 0.2s ease;
}

.s1-section__plan {
  display: grid;
  gap: 28px;
  padding: 0 18px;
}

.s1-section__plan + .s1-section__plan {
  border-left: 1px solid #000;
}

.s1-section__plan--single {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
}

.s1-section__plan-row {
  display: grid;
  gap: 4px;
}

.s1-section__plan-row--compact {
  align-content: start;
}

.s1-section__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  width: fit-content;
  max-width: 124px;
  padding: 0 8px;
  border: 1px solid #e6433e;
  border-radius: 999px;
  color: #e6433e;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.s1-section__value,
.s1-section__text {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
}

.s1-section__cta-wrap {
  display: flex;
  justify-content: center;
}

.s1-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 196px;
  min-height: 58px;
  padding: 18px 24px;
  border: 1px solid #e6433e;
  background: linear-gradient(
    to bottom,
    transparent 0 6px,
    #e6433e 6px 52px,
    transparent 52px 100%
  );
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.s1-section__cta img {
  width: 18px;
  height: 18px;
  transition: filter 0.2s ease;
}

.nowrap-text {
  white-space: nowrap;
}

@media (min-width: 1101px) {
  .s1-section__offer {
    padding-top: 82px;
  }

  .s1-section__offer-badge {
    z-index: 2;
    padding: calc(20px + 1rem) 14px 84px;
    align-items: flex-start;
    justify-content: center;
    clip-path: inset(0 0 calc(100% - 82px) 0 round 89px 89px 0 0);
  }

  .s1-section__offer:nth-child(3) .s1-section__offer-badge {
    padding-top: calc(20px + 0.5rem);
  }

  .s1-section__offer:nth-child(odd) .s1-section__offer-badge {
    left: 26%;
  }

  .s1-section__offer:nth-child(even) .s1-section__offer-badge {
    left: 74%;
  }

  .s1-section__offer-card {
    padding: 31px 24px;
  }

  .s1-section__offer-card--grid4 .s1-section__plan {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* 內層兩欄：縮小欄距以加寬半欄，供膠囊單行顯示 */
    gap: 32px 8px;
    padding-block: 0;
    padding-inline: clamp(8px, 1vw, 14px);
    /* 允許欄寬小於內容最小寬度，長文才會在欄內換行而非溢出蓋住欄間／鄰欄 */
    min-width: 0;
  }

  /* 四方案欄之間：略縮溝槽，把水平寬度留給欄內膠囊 */
  .s1-section__offer-card--grid4 .s1-section__plan:not(:last-child) {
    padding-inline-end: calc(clamp(8px, 1vw, 14px) + 0.5rem);
  }

  .s1-section__offer-card--grid4 .s1-section__plan + .s1-section__plan {
    padding-inline-start: calc(clamp(8px, 1vw, 14px) + 0.5rem);
  }

  .s1-section__offer-card--grid4 .s1-section__plan-row {
    min-width: 0;
  }

  .s1-section__offer-card--grid4 .s1-section__value,
  .s1-section__offer-card--grid4 .s1-section__text {
    overflow-wrap: anywhere;
  }

  /* 僅單欄方案：標籤拉滿儲存格 */
  .s1-section__offer-card--single .s1-section__label {
    width: 100%;
    height: 22px;
  }

  /*
     * 四欄 grid：膠囊單行、不換行；寬度由半欄決定（已透過縮欄距／卡片留白加寬半欄）
     */
  .s1-section__offer-card--grid4 .s1-section__label {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    padding: 0 4px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
  }

  .s1-section__plan--single
    .s1-section__plan-row--compact
    + .s1-section__plan-row--compact {
    border-left: 1px solid #000;
    padding-left: 24px;
  }
}

@media (max-width: 1100px) {
  .s1-section__offer-card--grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .s1-section__plan:nth-child(3) {
    border-left: 0;
  }

  .s1-section__plan--single {
    grid-template-columns: 1fr;
  }

  .s1-section__plan--single .s1-section__plan-row + .s1-section__plan-row {
    border-top: 1px solid rgba(17, 17, 17, 0.16);
    padding-top: 16px;
  }
}

@media (max-width: 640px) {
  .s1-section {
    padding: 48px 0 72px;
  }

  .s1-section__brand-mark span {
    font-size: 22px;
  }

  .s1-section__description,
  .s1-section__value,
  .s1-section__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .s1-section__stack {
    gap: 52px;
  }

  .s1-section__offer {
    padding-top: 38px;
  }

  .s1-section__offer-badge {
    min-width: 138px;
    min-height: 138px;
    padding: 16px 18px 54px;
    font-size: 18px;
  }

  .s1-section__offer-card,
  .s1-section__offer-card--grid4 {
    grid-template-columns: 1fr;
    padding: 26px 18px 18px;
  }

  .s1-section__plan,
  .s1-section__plan + .s1-section__plan {
    border-left: 0;
    padding: 0;
  }

  .s1-section__plan + .s1-section__plan {
    border-top: 1px solid #000;
    padding-top: 18px;
  }
}

/* 行動裝置端：首頁各區塊內文統一排版（僅內文置左、13px、行高 1.5、標題區加寬） */
@media (max-width: 640px) {
  .service-features__intro {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .service-features__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .broadband-highlight__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .broadband-highlight__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .cable-feature__description {
    text-align: left;
  }

  .plan-features__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .plan-features__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .user-types__intro {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .user-types__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .pricing-plans__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .pricing-plans__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .xinhe-highlight__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .xinhe-highlight__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .s1-section__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .s1-section__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
}

/* Section: footer */
.site-footer {
  margin-top: 0;
}

.site-footer__mobile-actions {
  display: none;
}

.site-footer__mobile-action {
  text-decoration: none;
}

.site-footer__main {
  padding: 48px 0 24px;
  background: #e6433e;
  color: #ffffff;
}

.site-footer__inner {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.site-footer__brand {
  display: flex;
  justify-content: center;
  width: 100%;
}

.site-footer__logo-link {
  display: inline-flex;
  text-decoration: none;
  line-height: 0;
}

.site-footer__logo {
  width: 146px;
  height: auto;
  max-width: 100%;
  display: block;
}

.site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 456px;
  min-height: 64px;
  padding: 14px 66px;
  border-radius: 999px;
  background: #ffffff;
  color: #e6433e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.site-footer__phone {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer__social-label {
  font-size: 20px;
  line-height: 1.4;
}

.site-footer__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.site-footer__icon-image {
  width: 36px;
  height: 36px;
  display: block;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  flex-wrap: wrap;
}

.site-footer__meta-row {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-footer__meta-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.site-footer__meta-icon--mail {
  width: 20px;
  height: 16px;
}

.site-footer__meta-item {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.site-footer__meta-item--mail {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer__bottom {
  padding: 13px 0;
  background: #802523;
  color: #ffffff;
}

.site-footer__copyright {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 640px) {
  .site-footer {
    position: relative;
    padding-top: 49px;
  }

  .site-footer__mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .site-footer__mobile-actions.is-fixed {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  }

  .site-footer__mobile-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 49px;
    border: 2px solid #e6433e;
    color: #802523;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }

  .site-footer__mobile-action--line {
    border-right-width: 1px;
  }

  .site-footer__mobile-action--phone {
    border-left-width: 1px;
  }

  .site-footer__mobile-action-icon--line {
    width: 23px;
    height: 22px;
    flex: 0 0 auto;
    display: block;
  }

  .site-footer__mobile-action-icon--phone {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .site-footer__main {
    padding: 34px 0 24px;
  }

  .site-footer__inner {
    width: min(239px, calc(100% - 2.25rem));
    gap: 23px;
  }

  .site-footer__logo {
    width: 146px;
  }

  .site-footer__cta {
    width: 100%;
    min-width: 0;
    min-height: 32px;
    padding: 5px 16px;
    border-radius: 300px;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

  .site-footer__phone {
    font-size: 14px;
    line-height: 22px;
    text-underline-offset: 2px;
  }

  .site-footer__social {
    gap: 8px;
  }

  .site-footer__social-label {
    font-size: 12px;
    line-height: 1;
  }

  .site-footer__icon-image {
    width: 19px;
    height: 19px;
  }

  .site-footer__meta {
    width: 100%;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__meta-row {
    width: 100%;
    justify-content: flex-start;
  }

  .site-footer__meta-item {
    font-size: 12px;
    line-height: 1.2;
  }

  .site-footer__bottom {
    padding: 13px 0;
  }

  .site-footer__copyright {
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
  }
}

/* 首頁「查看更多」按鈕統一覆蓋（置於檔案末以覆蓋各區塊原有樣式） */
.service-features__cta,
.xinhe-highlight__cta,
.plan-features__cta,
.broadband-highlight__cta,
.pricing-plans__cta,
.cable-feature__cta,
.user-types__cta,
.s1-section__cta {
  min-height: 44px;
  padding: 10px 39px;
  border: 8px solid #ffffff;
  background: #e6433e;
  font-weight: 400;
  box-shadow: 0 0 0 1px #e6433e;
  transform-origin: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    background-image 0.2s ease,
    color 0.2s ease;
}

.service-features__cta:hover,
.service-features__cta:focus-visible,
.xinhe-highlight__cta:hover,
.xinhe-highlight__cta:focus-visible,
.plan-features__cta:hover,
.plan-features__cta:focus-visible,
.broadband-highlight__cta:hover,
.broadband-highlight__cta:focus-visible,
.pricing-plans__cta:hover,
.pricing-plans__cta:focus-visible,
.cable-feature__cta:hover,
.cable-feature__cta:focus-visible,
.user-types__cta:hover,
.user-types__cta:focus-visible,
.s1-section__cta:hover,
.s1-section__cta:focus-visible {
  transform: scale(0.98) translateY(-2px);
  background-color: #e6433e;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  color: #cccccc;
  box-shadow:
    0 0 0 1px #b83632,
    0 10px 20px rgba(230, 67, 62, 0.16);
}

.service-features__cta:hover img,
.service-features__cta:focus-visible img,
.xinhe-highlight__cta:hover img,
.xinhe-highlight__cta:focus-visible img,
.plan-features__cta:hover img,
.plan-features__cta:focus-visible img,
.broadband-highlight__cta:hover img,
.broadband-highlight__cta:focus-visible img,
.pricing-plans__cta:hover img,
.pricing-plans__cta:focus-visible img,
.cable-feature__cta:hover img,
.cable-feature__cta:focus-visible img,
.user-types__cta:hover img,
.user-types__cta:focus-visible img,
.s1-section__cta:hover img,
.s1-section__cta:focus-visible img {
  filter: brightness(0.88);
}

/* 電腦端首頁「查看更多」：背景改為 SVG（197×58，內紅塊＋外框線） */
@media (min-width: 768px) {
  .service-features__cta,
  .plan-features__cta,
  .broadband-highlight__cta,
  .pricing-plans__cta,
  .cable-feature__cta,
  .user-types__cta,
  .s1-section__cta,
  .xinhe-highlight__cta {
    border: none;
    background-color: transparent;
    background-image: url("../img/home/home-view-more-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 197px 58px;
    box-shadow: none;
    width: 197px;
    min-height: 58px;
    padding: 6px 6.30322px 6px 4.69678px;
    box-sizing: border-box;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      color 0.2s ease,
      background-image 0.2s ease;
  }

  .service-features__cta:hover,
  .service-features__cta:focus-visible,
  .plan-features__cta:hover,
  .plan-features__cta:focus-visible,
  .broadband-highlight__cta:hover,
  .broadband-highlight__cta:focus-visible,
  .pricing-plans__cta:hover,
  .pricing-plans__cta:focus-visible,
  .cable-feature__cta:hover,
  .cable-feature__cta:focus-visible,
  .user-types__cta:hover,
  .user-types__cta:focus-visible,
  .s1-section__cta:hover,
  .s1-section__cta:focus-visible,
  .xinhe-highlight__cta:hover,
  .xinhe-highlight__cta:focus-visible {
    background-color: transparent;
    background-image: url("../img/home/home-view-more-bg-hover.svg");
    color: #cccccc;
    box-shadow: 0 10px 20px rgba(230, 67, 62, 0.16);
  }
}

/* ======================================================
   RWD ≤ 480px — 手機行動端精細調整（對應 Figma 375px）
   ====================================================== */
@media (max-width: 480px) {
  /* --- Hero：緊湊化 --- */
  .hero::before {
    inset: 0;
    background-position: 60% center;
  }

  .hero {
    min-height: 180px;
  }

  .hero__media-mark {
    display: none;
  }

  .hero__content {
    padding-top: 0;
  }

  .hero__eyebrow {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }

  .hero__title {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .hero__subtitle {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
  }

  .hero__cta {
    margin-top: 1rem;
    min-height: 40px;
    padding: 0 1.25rem;
    font-size: 0.85rem;
    max-width: 200px;
  }

  /* --- Service Features：icon 100px、badge/text 縮小 --- */
  .service-features {
    padding: 24px 0 48px;
  }

  .service-features__icon-wrap {
    width: 100px;
    height: 100px;
  }

  .service-features__icon {
    width: 50px;
    height: 50px;
  }

  .service-features__icon--large {
    width: 66px;
    height: 66px;
  }

  .service-features__badge {
    min-width: 110px;
    min-height: 24px;
    padding: 2px 12px;
    font-size: 16px;
  }

  .service-features__text {
    font-size: 14px;
  }

  .service-features__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
  .service-features__eyebrow {
    font-size: 16px;
  }

  /* --- Brand mark 全站統一縮小 --- */
  .service-features__brand-mark,
  .broadband-highlight__brand-mark,
  .cable-feature__brand-mark,
  .plan-features__brand-mark,
  .user-types__brand-mark,
  .pricing-plans__brand-mark,
  .s1-section__brand-mark {
    width: 130px;
    height: 36px;
  }

  .service-features__brand-mark span,
  .broadband-highlight__brand-mark span,
  .cable-feature__brand-mark span,
  .plan-features__brand-mark span,
  .user-types__brand-mark span,
  .pricing-plans__brand-mark span,
  .s1-section__brand-mark span {
    font-size: 16px;
  }

  .broadband-highlight__brand-mark::before,
  .broadband-highlight__brand-mark::after {
    left: -8px;
    right: -8px;
  }

  .broadband-highlight__brand-mark::before {
    top: 6px;
  }

  .broadband-highlight__brand-mark::after {
    bottom: 6px;
  }

  .broadband-highlight__brand-mark span::before,
  .broadband-highlight__brand-mark span::after {
    height: 38px;
  }

  .broadband-highlight__brand-mark span::before {
    left: -12px;
  }

  .broadband-highlight__brand-mark span::after {
    right: -12px;
  }

  /* --- Broadband Highlight：面板緊湊 --- */
  .broadband-highlight {
    padding: 16px 0 48px;
  }

  .broadband-highlight__frame::before {
    height: 260px;
  }

  .broadband-highlight__panel {
    width: calc(100% - 48px);
    margin-top: 0;
    padding: 0;
  }

  .broadband-highlight__card {
    padding: 20px 14px 24px;
  }

  /* 更小螢幕：維持高＞寬、收納在白卡內、往右移 0.2rem */
  .broadband-highlight__comparison {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(212px - 0.5rem);
    padding: 12px 10px;
    gap: 12px;
    border-radius: 14px;
    transform: translateX(0.2rem);
  }

  .broadband-highlight__compare-label {
    min-height: 66px;
    font-size: 12px;
  }

  .broadband-highlight__compare-list,
  .broadband-highlight__compare-list--compact {
    gap: 4px;
    font-size: 11px;
    line-height: 1.45;
  }

  .broadband-highlight__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
  .broadband-highlight__eyebrow {
    font-size: 16px;
  }

  /* --- Cable Feature：緊湊 --- */
  .cable-feature {
    padding: 32px 0 48px;
  }

  .cable-feature__eyebrow {
    font-size: 16px;
  }

  .cable-feature__header {
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
    box-sizing: content-box;
  }
  .cable-feature__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
  .cable-feature__point-text {
    font-size: 14px;
  }

  /* --- Plan Features：卡片 2 欄精細 --- */
  .plan-features {
    padding: 36px 0 48px;
  }

  .plan-features__card {
    padding: 14px 12px 14px;
  }

  .plan-features__card-title {
    font-size: 14px;
  }

  .plan-features__card-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .plan-features__eyebrow {
    font-size: 16px;
  }
  .plan-features__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .plan-features__summary-title {
    font-size: 16px;
  }

  /* --- User Types（北視）：緊湊 --- */
  .user-types {
    padding: 28px 0 48px;
  }

  .user-types__plan-card {
    padding: 14px 14px 12px;
  }

  .user-types__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .user-types__plan-label {
    font-size: 13px;
  }

  .user-types__plan-value {
    font-size: 15px;
  }

  .user-types__price-pill {
    font-size: 13px;
    min-height: 32px;
  }

  .user-types__price-list {
    font-size: 15px;
  }

  .user-types__price-single,
  .user-types__price-note {
    font-size: 15px;
  }

  /* --- Pricing Plans（吉元）：緊湊 --- */
  .pricing-plans {
    padding: 32px 0 48px;
  }

  .pricing-plans__card {
    padding: 12px 10px;
  }

  .pricing-plans__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  /* --- S1 Section（群健）：緊湊 --- */
  .s1-section {
    padding: 32px 0 48px;
  }

  .s1-section__description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .s1-section__offer-badge {
    min-width: 120px;
    min-height: 120px;
    padding: 14px 16px 46px;
    font-size: 16px;
  }

  .s1-section__offer {
    padding-top: 32px;
  }

  .s1-section__offer-card,
  .s1-section__offer-card--grid4 {
    padding: 20px 14px 14px;
  }

  .s1-section__stack {
    gap: 42px;
  }

  .s1-section__value,
  .s1-section__text {
    font-size: 14px;
  }

  /* --- CTA 按鈕：縮小對應 Figma 98×28 --- */
  .xinhe-highlight__cta,
  .service-features__cta,
  .plan-features__cta,
  .broadband-highlight__cta,
  .pricing-plans__cta,
  .cable-feature__cta,
  .user-types__cta,
  .s1-section__cta {
    border: 3px solid #ffffff;
    width: 98px;
    min-height: 28px;
    padding: 0 12px;
    transform: scale(1);
    gap: 12px;
  }

  /* --- Footer：緊湊 --- */
  .site-footer__phone {
    font-size: 14px;
  }
}

/* Homepage title frame: unify to line-style UI（南桃園獨家優惠等用 CSS 線框；大大寬頻用 SVG） */
/* 大大寬頻：顯示 SVG 外框，不繪製 CSS 偽元素線條 */
.service-features .service-features__brand-mark img {
  display: block !important;
}
.service-features .service-features__brand-mark::before,
.service-features .service-features__brand-mark::after {
  display: none !important;
  content: none !important;
}
.service-features .service-features__brand-mark span::before,
.service-features .service-features__brand-mark span::after {
  display: none !important;
  content: none !important;
}

.service-features__brand-mark,
.broadband-highlight__brand-mark,
.cable-feature__brand-mark,
.plan-features__brand-mark,
.user-types__brand-mark,
.pricing-plans__brand-mark,
.s1-section__brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 64px;
  padding: 0 28px;
  box-sizing: border-box;
}

.service-features__brand-mark img,
.broadband-highlight__brand-mark img,
.cable-feature__brand-mark img,
.plan-features__brand-mark img,
.user-types__brand-mark img,
.pricing-plans__brand-mark img,
.s1-section__brand-mark img {
  display: none;
}

.service-features__brand-mark::before,
.service-features__brand-mark::after,
.broadband-highlight__brand-mark::before,
.broadband-highlight__brand-mark::after,
.cable-feature__brand-mark::before,
.cable-feature__brand-mark::after,
.plan-features__brand-mark::before,
.plan-features__brand-mark::after,
.user-types__brand-mark::before,
.user-types__brand-mark::after,
.pricing-plans__brand-mark::before,
.pricing-plans__brand-mark::after,
.s1-section__brand-mark::before,
.s1-section__brand-mark::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  border-top: 1px solid #111111;
}

.service-features__brand-mark::before,
.broadband-highlight__brand-mark::before,
.cable-feature__brand-mark::before,
.plan-features__brand-mark::before,
.user-types__brand-mark::before,
.pricing-plans__brand-mark::before,
.s1-section__brand-mark::before {
  top: 8px;
}

.service-features__brand-mark::after,
.broadband-highlight__brand-mark::after,
.cable-feature__brand-mark::after,
.plan-features__brand-mark::after,
.user-types__brand-mark::after,
.pricing-plans__brand-mark::after,
.s1-section__brand-mark::after {
  bottom: 8px;
}

.service-features__brand-mark span,
.broadband-highlight__brand-mark span,
.cable-feature__brand-mark span,
.plan-features__brand-mark span,
.user-types__brand-mark span,
.pricing-plans__brand-mark span,
.s1-section__brand-mark span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #e6433e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.plan-features__brand-mark span {
  white-space: nowrap;
}

.service-features__brand-mark span::before,
.service-features__brand-mark span::after,
.broadband-highlight__brand-mark span::before,
.broadband-highlight__brand-mark span::after,
.cable-feature__brand-mark span::before,
.cable-feature__brand-mark span::after,
.plan-features__brand-mark span::before,
.plan-features__brand-mark span::after,
.user-types__brand-mark span::before,
.user-types__brand-mark span::after,
.pricing-plans__brand-mark span::before,
.pricing-plans__brand-mark span::after,
.s1-section__brand-mark span::before,
.s1-section__brand-mark span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 54px;
  background: #111111;
  transform: translateY(-50%);
}

.service-features__brand-mark span::before,
.broadband-highlight__brand-mark span::before,
.cable-feature__brand-mark span::before,
.plan-features__brand-mark span::before,
.user-types__brand-mark span::before,
.pricing-plans__brand-mark span::before,
.s1-section__brand-mark span::before {
  left: -16px;
}

.service-features__brand-mark span::after,
.broadband-highlight__brand-mark span::after,
.cable-feature__brand-mark span::after,
.plan-features__brand-mark span::after,
.user-types__brand-mark span::after,
.pricing-plans__brand-mark span::after,
.s1-section__brand-mark span::after {
  right: -16px;
}

@media (max-width: 640px) {
  .service-features__brand-mark span,
  .broadband-highlight__brand-mark span,
  .cable-feature__brand-mark span,
  .plan-features__brand-mark span,
  .user-types__brand-mark span,
  .pricing-plans__brand-mark span,
  .s1-section__brand-mark span {
    font-size: 22px;
  }

  .service-features__brand-mark span::before,
  .service-features__brand-mark span::after,
  .broadband-highlight__brand-mark span::before,
  .broadband-highlight__brand-mark span::after,
  .cable-feature__brand-mark span::before,
  .cable-feature__brand-mark span::after,
  .plan-features__brand-mark span::before,
  .plan-features__brand-mark span::after,
  .user-types__brand-mark span::before,
  .user-types__brand-mark span::after,
  .pricing-plans__brand-mark span::before,
  .pricing-plans__brand-mark span::after,
  .s1-section__brand-mark span::before,
  .s1-section__brand-mark span::after {
    height: 48px;
  }
}

@media (max-width: 480px) {
  .service-features__brand-mark,
  .broadband-highlight__brand-mark,
  .cable-feature__brand-mark,
  .plan-features__brand-mark,
  .user-types__brand-mark,
  .pricing-plans__brand-mark,
  .s1-section__brand-mark {
    width: 130px;
    height: 36px;
    padding: 0 12px;
  }

  .service-features__brand-mark span,
  .broadband-highlight__brand-mark span,
  .cable-feature__brand-mark span,
  .plan-features__brand-mark span,
  .user-types__brand-mark span,
  .pricing-plans__brand-mark span,
  .s1-section__brand-mark span {
    font-size: 16px;
  }

  .service-features__brand-mark::before,
  .service-features__brand-mark::after,
  .broadband-highlight__brand-mark::before,
  .broadband-highlight__brand-mark::after,
  .cable-feature__brand-mark::before,
  .cable-feature__brand-mark::after,
  .plan-features__brand-mark::before,
  .plan-features__brand-mark::after,
  .user-types__brand-mark::before,
  .user-types__brand-mark::after,
  .pricing-plans__brand-mark::before,
  .pricing-plans__brand-mark::after,
  .s1-section__brand-mark::before,
  .s1-section__brand-mark::after {
    left: -8px;
    right: -8px;
  }

  .service-features__brand-mark::before,
  .broadband-highlight__brand-mark::before,
  .cable-feature__brand-mark::before,
  .plan-features__brand-mark::before,
  .user-types__brand-mark::before,
  .pricing-plans__brand-mark::before,
  .s1-section__brand-mark::before {
    top: 6px;
  }

  .service-features__brand-mark::after,
  .broadband-highlight__brand-mark::after,
  .cable-feature__brand-mark::after,
  .plan-features__brand-mark::after,
  .user-types__brand-mark::after,
  .pricing-plans__brand-mark::after,
  .s1-section__brand-mark::after {
    bottom: 6px;
  }

  .service-features__brand-mark span::before,
  .service-features__brand-mark span::after,
  .broadband-highlight__brand-mark span::before,
  .broadband-highlight__brand-mark span::after,
  .cable-feature__brand-mark span::before,
  .cable-feature__brand-mark span::after,
  .plan-features__brand-mark span::before,
  .plan-features__brand-mark span::after,
  .user-types__brand-mark span::before,
  .user-types__brand-mark span::after,
  .pricing-plans__brand-mark span::before,
  .pricing-plans__brand-mark span::after,
  .s1-section__brand-mark span::before,
  .s1-section__brand-mark span::after {
    height: 38px;
  }

  .service-features__brand-mark span::before,
  .broadband-highlight__brand-mark span::before,
  .cable-feature__brand-mark span::before,
  .plan-features__brand-mark span::before,
  .user-types__brand-mark span::before,
  .pricing-plans__brand-mark span::before,
  .s1-section__brand-mark span::before {
    left: -12px;
  }

  .service-features__brand-mark span::after,
  .broadband-highlight__brand-mark span::after,
  .cable-feature__brand-mark span::after,
  .plan-features__brand-mark span::after,
  .user-types__brand-mark span::after,
  .pricing-plans__brand-mark span::after,
  .s1-section__brand-mark span::after {
    right: -12px;
  }
}

/* 首頁行動端：吉元獨家優惠文字卡（Figma node 2164:6952，僅 body.home） */
@media (max-width: 640px) {
  body.home .pricing-plans__grid {
    gap: 24px;
  }

  body.home .pricing-plans__card {
    gap: 10px;
    height: auto;
    min-height: 273px;
    justify-content: center;
    /* 只加大左內距，整塊內容一起往右移；不改欄位／標籤相對排版 */
    padding: 20px 20px 20px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 25.4px rgba(0, 0, 0, 0.25);
  }

  body.home .pricing-plans__card-top {
    gap: 12px;
    padding: 0;
    align-items: center;
  }

  body.home .pricing-plans__card-top--red,
  body.home .pricing-plans__card-top--gold {
    padding: 0;
  }

  /* 「內容／適合對象」列：用 flex 避免 grid 子項 min-width:auto 導致與左欄標籤重疊 */
  body.home
    .pricing-plans__card-top
    .pricing-plans__field:not(.pricing-plans__field--inline) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
  }

  body.home .pricing-plans__card-top .pricing-plans__field--inline {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 206px;
    max-width: 206px;
    min-height: 30px;
    padding: 3px 16px;
    gap: 9px;
    border-radius: 40px;
    align-items: center;
  }

  body.home
    .pricing-plans__card-top
    .pricing-plans__field--inline
    .pricing-plans__field-label,
  body.home
    .pricing-plans__card-top
    .pricing-plans__field--inline
    .pricing-plans__field-value {
    align-self: center;
  }

  body.home
    .pricing-plans__card-top
    .pricing-plans__field--inline
    .pricing-plans__field-label {
    box-sizing: border-box;
    border: 1px solid #ffffff;
  }

  body.home .pricing-plans__field-label {
    min-height: 20px;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1;
  }

  body.home
    .pricing-plans__field-label:not(.pricing-plans__field-label--solid) {
    width: 70px;
    min-width: 70px;
  }

  body.home
    .pricing-plans__card-top
    .pricing-plans__field:not(.pricing-plans__field--inline)
    .pricing-plans__field-label--solid {
    flex: 0 0 74px;
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    box-sizing: border-box;
    /* 74px 寬須容納「內容 / 速率」—略縮字級與左右內距避免溢出蓋住右欄 */
    padding: 1px 6px;
    font-size: 11px;
    line-height: 20px;
  }

  body.home .pricing-plans__field-label--solid {
    width: 74px;
    min-width: 74px;
  }

  body.home .pricing-plans__field-value {
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
  }

  body.home
    .pricing-plans__card-top
    .pricing-plans__field:not(.pricing-plans__field--inline)
    .pricing-plans__field-text {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.home .pricing-plans__field-text {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

  body.home .pricing-plans__price-box {
    width: 200px;
    min-height: 96px;
    margin-top: 0;
    align-self: center;
    padding: 22px 17px;
    border: 1px solid #e6433e;
    border-radius: 10px;
  }

  body.home .pricing-plans__card:nth-child(3) .pricing-plans__price-box {
    width: 230px;
    min-height: 112px;
  }

  body.home .pricing-plans__price-pill {
    min-height: 20px;
    padding: 1px 10px;
    font-size: 12px;
  }

  body.home .pricing-plans__price-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin-top: 8px;
  }

  body.home .pricing-plans__price-item,
  body.home .pricing-plans__price-single,
  body.home .pricing-plans__price-note {
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }

  body.home .pricing-plans__price-item {
    text-align: center;
    white-space: nowrap;
  }

  body.home .pricing-plans__price-item:nth-child(odd)::after,
  body.home .pricing-plans__price-item:nth-child(3)::before,
  body.home .pricing-plans__price-item:nth-child(4)::before {
    display: none;
  }

  body.home .pricing-plans__price-single {
    margin-top: 8px;
  }

  body.home .pricing-plans__price-note {
    margin-top: 8px;
  }
}

/* Homepage mobile: 群健文字卡＋方案展開（Figma node 344:484，僅 body.home） */
@media (max-width: 640px) {
  body.home .s1-section {
    overflow: hidden;
  }

  body.home .s1-section__stack {
    gap: 28px;
    max-width: 250px;
  }

  /* Figma：直向堆疊、整組靠左（items-start） */
  body.home .s1-section__offer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  /* 半圓 124×62、紅底置於標題列 ml 33px；標題 13 Semi Bold、lh 22 */
  body.home .s1-section__offer-badge {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
    box-sizing: border-box;
    margin-left: 33px;
    margin-bottom: 0;
    width: 124px;
    min-width: 124px;
    max-width: 124px;
    height: 62px;
    min-height: 62px;
    max-height: 62px;
    padding: 23px 6px 6px 23px;
    overflow: hidden;
    border-radius: 62px 62px 0 0;
    background: #e6433e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  /* Figma：單裝第四台 標題 ml 63 */
  body.home .s1-section__offer:nth-child(2) .s1-section__offer-badge {
    padding: 23px 6px 6px 30px;
  }

  /* Figma：網路+第四台套裝 雙行、mt 18、置中 */
  body.home .s1-section__offer:nth-child(3) .s1-section__offer-badge {
    padding: 18px 12px 12px;
    line-height: normal;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  body.home .s1-section__offer:nth-child(1) .s1-section__offer-badge,
  body.home .s1-section__offer:nth-child(2) .s1-section__offer-badge {
    white-space: nowrap;
  }

  body.home .s1-section--mobile-enhanced .s1-section__offer-toggle {
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-top: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 250px;
    max-width: 100%;
    min-height: 40px;
    padding: 12px 56px;
    border: 0;
    border-radius: 4px 4px 16px 16px;
    background: #ffffff;
    box-shadow: 4px 4px 28.1px rgba(0, 0, 0, 0.25);
    color: #e6433e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
  }

  body.home .s1-section__offer-toggle:focus-visible {
    outline: 2px solid #e6433e;
    outline-offset: 2px;
  }

  body.home .s1-section--mobile-enhanced .s1-section__offer-panel {
    display: none;
    width: 100%;
  }

  body.home
    .s1-section--mobile-enhanced
    .s1-section__offer.is-open
    .s1-section__offer-panel {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  body.home
    .s1-section--mobile-enhanced
    .s1-section__offer.is-open
    .s1-section__offer-toggle-icon {
    transform: rotate(180deg);
  }

  body.home .s1-section__offer-card,
  body.home .s1-section__offer-card--grid4 {
    padding: 18px 14px 14px;
    border-radius: 16px;
  }

  body.home .s1-section__offer-card--single {
    padding: 18px 14px 14px;
  }

  body.home .s1-section__plan,
  body.home .s1-section__plan + .s1-section__plan {
    border-left: 0;
    padding: 0;
  }

  body.home .s1-section__plan + .s1-section__plan {
    border-top: 1px solid rgba(17, 17, 17, 0.16);
    padding-top: 14px;
  }

  body.home .s1-section__plan {
    gap: 14px;
  }

  body.home .s1-section__label {
    max-width: 100%;
  }

  body.home .s1-section__value,
  body.home .s1-section__text {
    font-size: 13px;
    line-height: 1.45;
  }

  /* 首頁「單裝光纖網路」展開內容（Figma node 357:8157，僅行動端） */
  body.home .s1-section__offer:nth-child(1) .s1-section__offer-card--grid4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    padding: 20px 12px 20px;
  }

  body.home .s1-section__offer:nth-child(1) .s1-section__plan {
    display: grid;
    grid-template-columns: 124px 124px;
    column-gap: 32px;
    row-gap: 24px;
    justify-content: center;
    width: 280px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body.home .s1-section__offer:nth-child(1) .s1-section__plan:nth-child(3),
  body.home .s1-section__offer:nth-child(1) .s1-section__plan:nth-child(4) {
    row-gap: 28px;
  }

  body.home
    .s1-section__offer:nth-child(1)
    .s1-section__plan
    + .s1-section__plan {
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(17, 17, 17, 0.16);
  }

  body.home .s1-section__offer:nth-child(1) .s1-section__plan-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 124px;
    min-width: 0;
    margin: 0;
  }

  body.home .s1-section__offer:nth-child(1) .s1-section__label {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 22px;
    height: 22px;
    max-width: none;
    padding: 0 5px;
    border: 1px solid #e6433e;
    border-radius: 40px;
    color: #e6433e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }

  body.home .s1-section__offer:nth-child(1) .s1-section__value,
  body.home .s1-section__offer:nth-child(1) .s1-section__text {
    width: 100%;
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  body.home
    .s1-section__offer:nth-child(1)
    .s1-section__plan:nth-child(4)
    .s1-section__plan-row:nth-child(3)
    .s1-section__text,
  body.home
    .s1-section__offer:nth-child(1)
    .s1-section__plan:nth-child(4)
    .s1-section__plan-row:nth-child(4)
    .s1-section__text {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 首頁「單裝第四台」展開內容（Figma node 357:8247，僅行動端） */
  body.home .s1-section__offer:nth-child(2) .s1-section__offer-card--single {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    padding: 20px 12px 20px;
  }

  body.home .s1-section__offer:nth-child(2) .s1-section__plan--single {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: none;
  }

  body.home .s1-section__offer:nth-child(2) .s1-section__plan-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
    box-sizing: border-box;
  }

  body.home .s1-section__offer:nth-child(2) .s1-section__plan-row:first-child {
    width: 124px;
    max-width: 100%;
  }

  body.home
    .s1-section__offer:nth-child(2)
    .s1-section__plan-row:not(:first-child) {
    width: 100%;
    padding-top: 28px;
    border-top: 1px solid rgba(17, 17, 17, 0.16);
  }

  body.home .s1-section__offer:nth-child(2) .s1-section__label {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    min-width: 0;
    min-height: 22px;
    height: 22px;
    max-width: none;
    padding: 0 5px;
    border: 1px solid #e6433e;
    border-radius: 40px;
    color: #e6433e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }

  body.home .s1-section__offer:nth-child(2) .s1-section__value {
    width: 100%;
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  body.home .s1-section__offer:nth-child(2) .s1-section__text {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
  }

  /* 首頁「網路 + 第四台套裝」展開內容（Figma node 357:8266，僅行動端） */
  body.home .s1-section__offer:nth-child(3) .s1-section__offer-card--grid4 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    padding: 20px 12px 20px;
  }

  body.home .s1-section__offer:nth-child(3) .s1-section__plan {
    display: grid;
    grid-template-columns: 124px 124px;
    column-gap: 32px;
    row-gap: 24px;
    justify-content: center;
    width: 280px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body.home .s1-section__offer:nth-child(3) .s1-section__plan:nth-child(3),
  body.home .s1-section__offer:nth-child(3) .s1-section__plan:nth-child(4) {
    row-gap: 28px;
  }

  /* 稿中前兩組方案區：items-end；後兩組：items-center */
  body.home .s1-section__offer:nth-child(3) .s1-section__plan:nth-child(1),
  body.home .s1-section__offer:nth-child(3) .s1-section__plan:nth-child(2) {
    align-self: center;
  }

  body.home .s1-section__offer:nth-child(3) .s1-section__plan:nth-child(3),
  body.home .s1-section__offer:nth-child(3) .s1-section__plan:nth-child(4) {
    align-self: center;
  }

  body.home
    .s1-section__offer:nth-child(3)
    .s1-section__plan
    + .s1-section__plan {
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(17, 17, 17, 0.16);
  }

  /* 大區段分隔（稿中 Group A 與 Group B 之間較大間距） */
  body.home
    .s1-section__offer:nth-child(3)
    .s1-section__plan:nth-child(2)
    + .s1-section__plan {
    padding-top: 28px;
  }

  body.home .s1-section__offer:nth-child(3) .s1-section__plan-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 124px;
    min-width: 0;
    margin: 0;
  }

  body.home .s1-section__offer:nth-child(3) .s1-section__label {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 22px;
    height: 22px;
    max-width: none;
    padding: 0 5px;
    border: 1px solid #e6433e;
    border-radius: 40px;
    color: #e6433e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }

  body.home .s1-section__offer:nth-child(3) .s1-section__value,
  body.home .s1-section__offer:nth-child(3) .s1-section__text {
    width: 100%;
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  body.home
    .s1-section__offer:nth-child(3)
    .s1-section__plan-row:nth-child(3)
    .s1-section__text {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* --- 暫時隱藏群健相關區塊 --- */

/* 首頁群健區塊 (s1-section) */
.s1-section {
  display: none;
}

/* 桌面版 header 群健連結 (第 8 個導航項目) */
.site-header__nav a:nth-child(8) {
  display: none;
}

/* 手機版選單群健連結及其上方分隔線 */
.mobile-menu__nav a.mobile-menu__item:last-child,
.mobile-menu__nav hr.mobile-menu__divider:last-of-type {
  display: none;
}
