#sec-notice {
  padding-top: 96px;
  padding-bottom: 120px;
}

#sec-notice .sec-container {
  width: 1080px;
}

@media (min-width: 769px) and (max-width: 1150px) {
  #sec-notice .sec-container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  #sec-notice .sec-container {
    width: 90%;
  }
}

#sec-notice .sec-tit {
  display: flex;
  margin-bottom: 16px;
}

#sec-notice .sec-tit p {
  font-size: 14px;
  margin-left: 5px;
}

#sec-notice ul {
  padding-left: 1.3em;
}

#sec-notice ul li {
  list-style: decimal;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: justify;
}

#sec-notice .toggle-wrap {
  position: relative;
}

@media (max-width: 768px) {
  #sec-notice .toggle-wrap {
    height: 300px;
    overflow: hidden;
  }

  #sec-notice .toggle-wrap.-active {
    height: auto;
  }
}

#sec-notice .toggle-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  display: none;
  left: 0;
}

@media (max-width: 768px) {
  #sec-notice .toggle-btn {
    display: block;
  }
}

#sec-notice .toggle-btn .-btn {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #c0c0c0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

#sec-notice .toggle-btn .-btn span {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
}

#sec-notice .toggle-btn .-btn span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec-notice .toggle-btn .-btn span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

#sec-notice .toggle-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #c0c0c0;
}

#sec-notice .toggle-btn.-active .-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

#sec-notice .twm-content {
  margin-top: 0;
}

.custom_full_table thead td {
  font-weight: normal;
}

.top-promo {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 5rem;
  font-family: "Noto Sans TC", sans-serif;
}

.top-promo h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.7em;
  letter-spacing: 2px;
  background: #0c6fbc;
  background: linear-gradient(90deg,
      rgba(12, 111, 188, 1) 20%,
      rgba(123, 178, 227, 1) 80%);
  /*background: rgb(255,103,0);
  background: linear-gradient(90deg, rgba(255,143,8,1) 20%, rgba(255,103,0,1) 80%);
  background-color: #007ac4;*/
  border-radius: 16px 16px 0 0;
  padding: 15px 10px;
  line-height: 150%;
  text-align: center;
}

/*.top-promo .txt-primary-orange {
  color: #007ac4 !important;
}*/
.top-promo h4 {
  display: inline;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
}

.top-promo sup {
  font-size: 12px;
}

.num {
  font-size: 72px;
  color: #bdbebd;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  width: 60px;
  text-align: center;
  line-height: 60px;
}

.ex {
  border-radius: 99px;
  border: 1px solid #1b1c1e;
  padding: 10px 5px;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}

.gift-note {
  border-radius: 12px;
  padding: 2rem;
  background-color: #f8f8f8;
}

.gift-note h5 {
  font-size: 15px;
  color: #1b1c1e;
  margin-bottom: 1rem;
}

.gift-note p {
  font-size: 13px;
  color: #1b1c1e;
  line-height: 150%;
  margin-bottom: 1rem;
}

.catchd-container .banner.full-color {
  width: 100%;
  background: #d3d5dc;
}

/*samsung*/
.samsung-block {
  margin-bottom: 2rem;
}

.samsung-block h3 {
  height: 60px;
  background: rgb(40, 100, 167);
  background: linear-gradient(90deg,
      rgba(86, 167, 180, 1) 9%,
      rgba(52, 109, 173, 1) 60%,
      rgba(46, 96, 165, 1) 100%);
  background-size: contain;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  line-height: 60px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
  letter-spacing: 2px;
}

.samsung-block h4 {
  color: #333;
  margin-left: 10px;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
}

.samsung-content {
  margin: 0;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg,
      rgba(86, 167, 180, 1) 9%,
      rgba(52, 109, 173, 1) 60%,
      rgba(46, 96, 165, 1) 100%);
  border-image-slice: 1;
  /*border-radius: 0 16px 16px 16px;*/
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.samsung-content img {
  padding: 1rem;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .samsung-block h3 {
    background-size: contain;
    font-size: 18px;
    padding-left: 15px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
  }

  .samsung-block h4 {
    margin-left: 5px;
    font-size: 13px;
    display: none;
  }

  .samsung-content img {
    padding: 0.5rem;
    width: 100%;
  }
}

/**/
.kv {
  height: 630px;
  background: url(../images/kvbg.jpg) no-repeat top / cover;
}

.kv img {
  text-align: right;
}

.kv h1 {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}


.bold-underline {
  background: linear-gradient(180deg, transparent 65%, #00e1b1 0);
}

.custom-date-section {
  padding: 50px 20px;
  /* 內距，確保內容不會貼邊 */
  display: flex;
  /* 使用 Flex 讓內容可以置中 */
  justify-content: center;
  /* 水平置中 */
  align-items: center;
  /* 垂直置中 */
  width: 100%;
  /* 寬度隨父容器延伸 */
  box-sizing: border-box;
}

/* 內部包裝容器（限制最大寬度） */
.date-badge-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  /* 您可以根據需求調整此寬度 */
}

/* 左右兩側的紅線 */
.line {
  flex: 1;
  /* 自動伸展填滿空間 */
  height: 2px;
  /* 線條粗細 */
  background-color: #d32f00;
  /* 紅色 */
}

/* 中間的紅膠囊 */
.date-badge {
  background-color: #d32f00;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 50px;
  /* 膠囊圓角 */
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
  white-space: nowrap;
  /* 防止日期換行 */
  margin: 0 10px;
  /* 與線條保持間距 */
}

/**/
.section-rule {
  padding: 0px 0 60px 0;
  background: linear-gradient(180deg, #f9e7c3 0%, #fff2e0 100%);
}

.section-rule h2 {
  color: #1b1c1e;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 700;
}

/* 1. 總容器 */
.cloud-section {
  background: url('../images/transbg.png') repeat-x bottom;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -173px;
}

/* 2. 視口容器：裁切 2000px 溢出的部分 */
.cloud-viewport {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* 3. 通用雲朵設定 */
.cloud {
  position: absolute;
  width: 2000px;
  height: 100%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

/* 4. 後雲朵：固定偏上，僅左右位移 */
.cloud-back {
  background-image: url('../images/cloud.png');
  z-index: 1;
  transform: translateX(-50%) translateY(-100px) scale(0.85);
  animation: floatBackOnlyX 20s ease-in-out infinite alternate;
}

/* 5. 前雲朵：固定偏下，僅左右位移 */
.cloud-front {
  background-image: url('../images/cloud-front.png');
  z-index: 2;
  transform: translateX(-50%) translateY(40px);
  animation: floatFrontOnlyX 10s ease-in-out infinite alternate;
}

/* --- 純左右位移動態 --- */

/* 後層動畫：從中心往右偏移 3% */
@keyframes floatBackOnlyX {
  0% {
    transform: translateX(-50%) translateY(-80px) scale(0.85);
  }

  100% {
    transform: translateX(-47%) translateY(-80px) scale(0.85);
  }
}

/* 前層動畫：從中心往左偏移 3% */
@keyframes floatFrontOnlyX {
  0% {
    transform: translateX(-50%) translateY(40px);
  }

  100% {
    transform: translateX(-53%) translateY(40px);
  }
}


/* --- 封裝樣式：所有選擇器皆以 .activity-campaign-root 開頭 --- */
.activity-campaign-root {
  --campaign-orange: #ff6700;
  --campaign-red: #d72300;
  --campaign-bg: #fff2e0;

  background-color: var(--campaign-bg);
  font-family: "Microsoft JhengHei", sans-serif;
  color: #333;
  overflow-x: hidden;
  /* 背景延展所需 */
  width: 100%;
  padding: 40px 0;
}

.activity-campaign-root .campaign-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* --- 區塊佈局與延展背景 --- */
.activity-campaign-root .campaign-activity-section {
  position: relative;
  padding: 60px 0;
}

.activity-campaign-root .campaign-full-width-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(90deg, rgba(254, 48, 0, 1) 0%, rgba(247, 125, 10, 1) 100%);
  z-index: 1;
}

/* 左右延展邏輯 */
.activity-campaign-root .campaign-bg-left-extend {
  left: 50%;
  transform: translateX(-50vw);
  width: calc(15vw + 500px);
  border-radius: 0 80px 80px 0;
}

.activity-campaign-root .campaign-bg-right-extend {
  right: 50%;
  transform: translateX(50vw);
  width: calc(15vw + 500px);
  border-radius: 80px 0 0 80px;
}

.activity-campaign-root .campaign-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.activity-campaign-root .campaign-row-reverse .campaign-content-wrapper {
  flex-direction: row-reverse;
}

/* --- 輪播設定 --- */
.activity-campaign-root .campaign-media-column {
  flex: 1.2;
  position: relative;
}

.activity-campaign-root .campaign-slides {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(150, 45, 45, 0.2);
  background-color: #ffffff;
  border-radius: 30px;
}

.activity-campaign-root .campaign-slides img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  background-color: #ffffff;
}

.activity-campaign-root .campaign-slides img.active {
  opacity: 1;
}

.activity-campaign-root .campaign-caption {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  font-family: "Outfit", serif;
}



/* --- 鴨子漂浮 --- */
.activity-campaign-root .campaign-duck-deco {
  position: absolute;
  z-index: 4;
  width: 167px;
}

.activity-campaign-root .campaign-duck-tl {
  top: -80px;
  left: -40px;
}

.activity-campaign-root .campaign-duck-br {
  bottom: -20px;
  right: -40px;
}

.activity-campaign-root .campaign-duck-tr {
  top: -80px;
  /* 距離上方 */
  right: -40px;
  /* 距離右側 */
}

@keyframes campaignDuckFloat {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.activity-campaign-root .campaign-duck-deco img {
  width: 100%;
  animation: campaignDuckFloat 3s ease-in-out infinite alternate;
}

/* RWD */
@media (max-width: 992px) {
  .campaign-media-column {
    width: 100%;
    ;
  }

  .activity-campaign-root .campaign-caption {
    font-size: 12px;
  }

  .activity-campaign-root .campaign-duck-deco {
    width: 120px !important;
  }

  .activity-campaign-root .campaign-bg-left-extend,
  .campaign-bg-right-extend {
    display: none
  }

  .activity-campaign-root .campaign-caption {
    color: #1b1c1e;
  }
}

/* --- 文字與按鈕 --- */
.activity-campaign-root .campaign-text-column {
  flex: 1;
}

.activity-campaign-root .campaign-tag {
  color: var(--campaign-red);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.activity-campaign-root .campaign-title {
  font-size: 2.2rem;
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
}

.activity-campaign-root .campaign-p {
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 500;
}

.activity-campaign-root .campaign-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.activity-campaign-root .campaign-text-right {
  text-align: right;
}

.activity-campaign-root .campaign-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  list-style: none;
  /* 確保原生的黑點消失 */
  margin-bottom: 30px;
}

.activity-campaign-root .campaign-list li {
  position: relative;
  padding-left: 25px;
  /* 為左側圖示留出空間 */
  line-height: 1.5;
  display: flex;
  align-items: center;
}

/* 新增：強制單排顯示的樣式 */
.activity-campaign-root .campaign-list-single {
  grid-template-columns: 1fr;
  /* 強制單欄排列 */
  gap: 15px;
}

.activity-campaign-root .campaign-list-single li {
  position: relative;
  padding-left: 25px;
  display: flex;
  /* 使用 flex 佈局 */
  align-items: flex-start;
  /* 關鍵：對齊每一項的最上方 */
  line-height: 1.5;
  /* 統一文字行高 */
  text-align: left;
}

/* 修改：圓圈對齊位置 */
.activity-campaign-root .campaign-list-single li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--campaign-red);
  border-radius: 50%;
  box-sizing: border-box;

  /* 微調：讓圓圈對齊第一行文字的中心 */
  /* 根據文字大小(16px)與行高(1.5)，約 0.4em ~ 6px 處最為精準 */
  margin-top: 6px;
}

/* 使用 CSS 繪製圓圈符號 */
.activity-campaign-root .campaign-list li::before {
  content: "";
  /* 清空文字內容 */
  position: absolute;
  left: 0;
  width: 10px;
  /* 圓圈寬度 */
  height: 10px;
  /* 圓圈高度 */
  border: 2px solid var(--campaign-red);
  /* 圓圈線條顏色與粗細 */
  border-radius: 50%;
  /* 變成正圓形 */
  background-color: transparent;
  /* 圓圈內部透明 */
  box-sizing: border-box;
}

.activity-campaign-root .campaign-btn {
  display: inline-block;
  color: var(--campaign-red);
  ;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}

.activity-campaign-root .campaign-btn:hover {
  text-decoration: none;
}

/* RWD */
@media (max-width: 992px) {
  .activity-campaign-root .campaign-content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .activity-campaign-root .campaign-row-reverse .campaign-content-wrapper {
    flex-direction: column;
  }

  .activity-campaign-root .campaign-bg-left-extend,
  .activity-campaign-root .campaign-bg-right-extend {
    width: 100vw;
    border-radius: 0;
  }

  .activity-campaign-root .campaign-list {
    grid-template-columns: 1fr;
    text-align: left;
    display: inline-block;
  }

  .activity-campaign-root .campaign-text-right {
    text-align: center;
  }

  .cloud-section {
    height: 480px;
  }

  .activity-campaign-root .campaign-info-section {
    padding-top: 0 !important;
  }
}


.campaign-gift-root {
  --gift-bg: #f9e9c5;
  --gift-red: #d72300;
  --gift-black: #1a1a1a;

  background-color: var(--gift-bg);
  font-family: "Microsoft JhengHei", sans-serif;
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
}

.campaign-gift-root .gift-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* --- 標題標籤樣式 --- */
.campaign-gift-root .gift-header {
  margin-bottom: 40px;
}

.campaign-gift-root .gift-badge {
  display: inline-flex;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
  overflow: hidden;
}

.campaign-gift-root .badge-red {
  background-color: var(--gift-red);
  color: white;
  padding: 4px 12px;
}

.campaign-gift-root .badge-black {
  background-color: var(--gift-black);
  color: white;
  padding: 4px 12px;
}

.campaign-gift-root .gift-main-title {
  font-size: 2rem;
  color: var(--gift-black);
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

/* --- 卡片佈局 --- */
.campaign-gift-root .gift-plans-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  /* RWD 自動換行 */
}

.campaign-gift-root .gift-card {
  flex: 1;
  min-width: 300px;
  /* 限制最小寬度 */
  max-width: 460px;
  background-color: white;
  border-radius: 30px;
  /* 配合原圖的大圓角樣式 */
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(150, 45, 45, 0.2);
  transition: transform 0.3s ease;
}

.campaign-gift-root .gift-card:hover {
  transform: translateY(-5px);
}

.campaign-gift-root .card-image-box img {
  width: 100%;
  height: auto;
  display: block;
  /* 移除圖片下方間隙 */
}

/* --- RWD 響應式微調 --- */
@media (max-width: 768px) {
  .campaign-gift-root {
    padding: 40px 15px;
  }

  .campaign-gift-root .gift-main-title {
    font-size: 1.5rem;
  }

  .campaign-gift-root .gift-plans-wrapper {
    gap: 20px;
  }

  .campaign-gift-root .gift-card {
    max-width: 100%;
    /* 手機版佔滿寬度 */
  }
}

/* --- 更多專案推薦區塊樣式 --- */
.activity-campaign-root .campaign-recommend-section {
  padding-bottom: 30px;

}

.activity-campaign-root .recommend-main-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

/* 網格佈局：預設桌機 4 欄 */
.activity-campaign-root .recommend-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* 推薦卡片導連 (<a>) */
.activity-campaign-root .recommend-card {
  flex: 0 1 calc(25% - 15px);
  /* 四欄 */
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  /* 移除超連結下劃線 */
  box-shadow: 0 8px 20px rgba(150, 45, 45, 0.2);
  transition: transform 0.3s ease;
  display: block;
}

/* 卡片 Hover 效果 */
.activity-campaign-root .recommend-card:hover {
  transform: translateY(-8px);
}

/* 圖片容器 */
.activity-campaign-root .recommend-img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  /* 保持圖片比例一致 */
}

.activity-campaign-root .recommend-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 文字與按鈕區 */
.activity-campaign-root .recommend-content {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.activity-campaign-root .recommend-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-right: 8px;
}

/* 右方箭頭圖案 */
.activity-campaign-root .recommend-arrow {
  width: 26px;
  height: 26px;
  background-color: #e0e0e0;
  /* 預設淺灰色 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.activity-campaign-root .recommend-arrow svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

/* 箭頭圖案 Hover 效果：卡片被觸碰時，箭頭底色變橘色且向右微移 */
.activity-campaign-root .recommend-card:hover .recommend-arrow {
  background-color: var(--campaign-orange);
  transform: translateX(4px);
}

/* --- RWD 響應式設定 --- */
@media (max-width: 1024px) {

  /* 平板與手機版：1 排 2 欄 (1 row 2 blocks) */
  .activity-campaign-root .recommend-card {
    flex: 0 1 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .activity-campaign-root .recommend-main-title {
    font-size: 1.6rem;
  }

  .activity-campaign-root .recommend-text {
    font-size: 0.88rem;
  }
}


/* --- 活動資訊與加碼區塊樣式 --- */
.activity-campaign-root .campaign-info-section {
  padding: 40px 0;
}

/* --- 活動資訊區塊比例與對齊調整 --- */
.activity-campaign-root .info-top-wrapper {
  display: flex;
  gap: 30px;
  /* 區塊間距 */
  margin-bottom: 30px;
  align-items: flex-start;
  /* 1. 確保所有區塊置上對齊 */
  width: 100%;
}

/* 2. 設定活動期間佔 1/3 */
.activity-campaign-root .info-item:nth-child(1) {
  flex: 1;
  display: flex;
  align-items: flex-start;
  /* 內部標籤與文字也置上對齊 */
}

/* 3. 設定參加方式佔 2/3 */
.activity-campaign-root .info-item:nth-child(2) {
  flex: 2;
  display: flex;
  align-items: flex-start;
  /* 內部標籤與文字也置上對齊 */
}

/* 修正垂直線的樣式，確保它在置上對齊時看起來自然 */
.activity-campaign-root .info-divider {
  width: 1px;
  background-color: #333;
  margin: 5px 20px 0;
  /* 增加上方 margin 讓線條對齊第一行字 */
  height: 50px;
  /* 設定固定高度或讓它隨內容伸展 */
  flex-shrink: 0;
}

.activity-campaign-root .info-divider {
  width: 2px;
  height: 60px;
  background-color: #333;
  margin: 0 20px;
}

/* 標籤文字微調 */
.activity-campaign-root .info-label {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  min-width: 70px;
  text-align: center;
  padding-top: 2px;
  /* 微調標籤位置對齊右側大字 */
}

/* 內容區塊微調 */
.activity-campaign-root .info-detail {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  text-align: justify;
  /* 讓 2/3 的長文字排版更整齊 */
}

.activity-campaign-root .year-text {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}

.activity-campaign-root .date-text {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.8em;
}

/* 中間橘色條 (使用 CSS 繪製大圓角) */
.activity-campaign-root .bonus-notice-bar {
  background-color: #e49d6d;
  /* 參考圖中較淺的橘色 */
  color: white;
  text-align: center;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* 下方卡片區 */
.activity-campaign-root .bonus-cards-grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.activity-campaign-root .bonus-card {
  flex: 1;
  background-color: white;
  border-radius: 16px;
  /* 大圓角卡片 */
  display: flex;
  align-items: center;
  padding: 10px 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.activity-campaign-root .bonus-badge {
  background-color: var(--campaign-red);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 12px;
  margin-right: 15px;
  white-space: nowrap;
}

.activity-campaign-root .bonus-text {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}

/* 共通顏色類別 */
.activity-campaign-root .red-text {
  color: var(--campaign-red);
}

.activity-campaign-root .bold {
  font-weight: bold;
}

.activity-campaign-root .black-text {
  color: #000;
}

/* --- RWD 響應式佈局 --- */
@media (max-width: 992px) {
  .activity-campaign-root .info-top-wrapper {
    flex-direction: column;
    /* 手機版改為垂直堆疊 */
  }

  .activity-campaign-root .info-item:nth-child(1),
  .activity-campaign-root .info-item:nth-child(2) {
    flex: none;
    width: 100%;
    /* 手機版佔滿寬度 */
  }

  .activity-campaign-root .bonus-cards-grid {
    flex-direction: column;
  }

  .activity-campaign-root .bonus-notice-bar {
    font-size: 1.1rem;
    border-radius: 15px;
    /* 手機版圓角縮小 */
  }

  .activity-campaign-root .info-divider {
    height: 40px;
  }

  .activity-campaign-root .date-text {
    font-size: 1.8rem;
  }

}