body {
  /* 提醒：body 樣式若為全站，應在 main.css */
  background: #181e24;
  color: #fff;
  font-family: "Noto Sans TC", Arial, sans-serif;
  padding-bottom: 60px; /* 來自你的第一個 style 區塊，若 body 全局如此則移至 main.css */
  /* background: radial-gradient(circle at center, #1c1f26, #131419),
                url('../img/hotsearch/bg-pattern-dark.jpg') repeat; /* 這是 tk-hotsearch 的背景，若此頁不同請調整 */
  /* background-size: cover; */ /* 確保這個背景設定是此頁想要的 */
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.section-title {
  font-size: 2.5rem; /* 這是您CSS中靠前的一個定義 */
  font-weight: bold;
  color: #ff5c5c; /* 這是您CSS中靠前的一個定義 */
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 92, 92, 0.8),
    0px 0px 12px rgba(127, 63, 152, 0.6);
  margin-bottom: 1rem;
  padding-bottom: 0px;
}

.section-subtitle {
  font-size: 1.5rem;
  color: #d3d3d3;
  text-align: center;
  margin-bottom: 1.5rem;
}

.highlight {
  color: #ff5c5c;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(255, 92, 92, 0.6);
}

.blue-highlight {
  color: #007bff;
  font-weight: bold;
  text-decoration: underline;
}

.btn-buy {
  background: linear-gradient(90deg, #ff5c5c, #7f3f98);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  box-shadow: 0 4px 12px rgba(255, 92, 92, 0.6);
  transition: all 0.3s ease;
}

.btn-buy:hover {
  background: linear-gradient(90deg, #7f3f98, #ff5c5c);
  box-shadow: 0 8px 20px rgba(255, 92, 92, 0.8);
  transform: translateY(-2px);
}

.feature-box {
  padding: 2rem;
  border-radius: 12px;
  background: linear-gradient(145deg, #1a1d23, #23272e);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5),
    inset 0 1px 8px rgba(255, 255, 255, 0.04);
}

.floating {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
    /* 初始與結束位置 */
  }

  50% {
    transform: translateY(-10px);
    /* 向上漂浮的最大距離 */
  }
}

.img-fluid {
  max-width: 80%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
}

/* Mobile Version */
@media (max-width: 768px) {
  .img-fluid {
    max-width: 100%;
  }
}

/* Mobile Version */
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 1.2rem;
  }

  .btn-buy {
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
  }

  .img-fluid {
    max-width: 100%;
  }

  .feature-box {
    padding: 1.5rem;
  }
}

.feature-box {
  background: #232b35;
  border-radius: 12px;
  padding: 1.2em 1em;
  margin-bottom: 1.2em;
}

.faq-q {
  font-weight: bold;
  color: #fff;
  background: #39404a;
  border-radius: 8px 8px 0 0;
  padding: 0.7em 1em 0.2em 1em;
  margin-bottom: 0;
}

.faq-a {
  background: #232b35;
  border-radius: 0 0 8px 8px;
  padding: 0.4em 1em 1em 1em;
  margin-bottom: 1em;
}

.icon-lg {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  vertical-align: middle;
}

.icon-md {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}

.category-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  flex-shrink: 0;
}

.category-row {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.category-label {
  font-size: 1.08rem;
  font-weight: 500;
}

.divider {
  border-bottom: 1px solid #393d40;
  margin: 2em 0 2em 0;
}

.final-cta {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffe27a;
  margin: 3em 0 1em 0;
  text-align: center;
}

.footer {
  text-align: center;
  color: #ffe27a;
  font-size: 1.1em;
  margin-top: 2em;
}

.footer-logo {
  width: 90px;
  margin-top: 0.5em;
}

.description-container {
  text-align: center;
  padding: 2rem;
  margin: 2rem 0;
  background: linear-gradient(145deg, #1a1d23, #23272e);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5),
    inset 0 1px 8px rgba(255, 255, 255, 0.04);
}

.description-container p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #d3d3d3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.1);
}

.blue-highlight {
  color: #007bff;
  font-weight: bold;
  text-decoration: underline;
}

.description-container::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 12px;
  background: radial-gradient(
    circle at center,
    rgba(255, 92, 92, 0.2),
    transparent
  );
  z-index: -1;
  filter: blur(8px);
}

.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border-radius: 12px;
  background: linear-gradient(145deg, #1a1d23, #23272e);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5),
    inset 0 1px 8px rgba(255, 255, 255, 0.04);
}

.limited-offer {
  background: linear-gradient(90deg, #ff5c5c, #ff9e7d);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 12px;
  padding: 0.8rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 92, 92, 0.6);
}

.btn-buy {
  background: linear-gradient(90deg, #ff5c5c, #7f3f98);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  box-shadow: 0 4px 12px rgba(255, 92, 92, 0.6);
  transition: all 0.3s ease;
}

.btn-buy:hover {
  background: linear-gradient(90deg, #7f3f98, #ff5c5c);
  box-shadow: 0 8px 20px rgba(255, 92, 92, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .feature-box {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
  }

  .limited-offer {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }

  .btn-buy {
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
  }

  .description-container {
    padding: 1.5rem;
  }

  .description-container p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .icon-lg,
  .category-icon {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }

  .feature-box,
  .faq-q,
  .faq-a {
    padding: 0.9em 0.6em !important;
  }
}

.highlight-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff5c5c;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 92, 92, 0.8),
    0px 0px 12px rgba(127, 63, 152, 0.6);
  margin-bottom: 1rem;
}

.highlight-subtitle {
  font-size: 1.5rem;
  color: #d3d3d3;
  text-align: center;
  margin-bottom: 2rem;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.icon-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, #1a1d23, #23272e);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.8);
}

.icon-image {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #23272e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.icon-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
}

.icon-description {
  font-size: 0.95rem;
  color: #d3d3d3;
}

/* Mobile Version */
@media (max-width: 768px) {
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .icon-card {
    padding: 1rem;
  }

  .icon-image {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }

  .icon-title {
    font-size: 1rem;
  }

  .icon-description {
    font-size: 0.85rem;
  }
}

.content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.content-row img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.content-text {
  font-size: 1.2rem;
  color: #d3d3d3;
}

.blue-highlight {
  font-size: 1.2rem;
  color: #36c3f4;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(54, 195, 244, 0.6);
}

ul.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.features-list li {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}

ul.features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #36c3f4;
  font-size: 1.5rem;
}

.icon-row {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(145deg, #1a1d23, #23272e);
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5),
    inset 0 1px 8px rgba(255, 255, 255, 0.04);
}

.title-section {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffe27a;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 226, 122, 0.8),
    0px 0px 12px rgba(127, 127, 127, 0.6);
  margin-bottom: 1.5rem;
}

.subtitle-section {
  font-size: 1.5rem;
  color: #d3d3d3;
  text-align: center;
  margin-bottom: 2rem;
}

.services-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}

.services-list li::before {
  content: "🎥";
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  color: #ffe27a;
}

.icon-highlight-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe27a;
  color: #181e24;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.highlight-text {
  font-size: 1.2rem;
  color: #ffe27a;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(255, 226, 122, 0.6);
}

/* Mobile Version */
@media (max-width: 768px) {
  .content-row {
    flex-direction: column;
    text-align: center;
  }

  .icon-row {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .icon-row img {
    margin-bottom: 1rem;
  }

  ul.features-list li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }

  ul.features-list li::before {
    font-size: 1.2rem;
  }

  .blue-highlight {
    font-size: 1rem;
  }
}

.feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #36c3f4;
  font-size: 1.5rem;
}

.feature-highlight {
  font-size: 1.2rem;
  color: #36c3f4;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(54, 195, 244, 0.6);
}

.icon-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #36c3f4;
  color: #181e24;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

/* Mobile Version */
@media (max-width: 768px) {
  .highlight-title {
    font-size: 1.5rem;
  }

  .feature-row {
    flex-direction: column;
    text-align: center;
  }

  .feature-list li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }

  .feature-list li::before {
    font-size: 1.2rem;
  }

  .icon-row {
    flex-direction: column;
  }

  .icon-box {
    margin-bottom: 1rem;
  }

  .feature-highlight {
    font-size: 1rem;
  }
}

.highlight-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffe27a;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 226, 122, 0.8),
    0px 0px 12px rgba(127, 127, 127, 0.6);
  margin-bottom: 1.5rem;
}

.highlight-subtitle {
  font-size: 1.5rem;
  color: #d3d3d3;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.feature-box {
  background: linear-gradient(145deg, #1a1d23, #23272e);
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
  margin-bottom: 1.5rem;
}

.blue-highlight {
  font-size: 1.2rem;
  color: #36c3f4;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(54, 195, 244, 0.6);
}

.buy-button-container {
  text-align: center;
  margin-top: 2rem;
}

.buy-button {
  padding: 0.8rem 3rem;
  font-size: 1.2rem;
  color: #fff;
  background: linear-gradient(90deg, #36c3f4, #ffe27a);
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.5);
  font-weight: bold;
  transition: all 0.3s ease;
}

.buy-button:hover {
  background: linear-gradient(90deg, #ffe27a, #36c3f4);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
}

/* Mobile Version */
@media (max-width: 768px) {
  .highlight-title {
    font-size: 2rem;
  }

  .highlight-subtitle {
    font-size: 1.2rem;
  }

  ul li {
    font-size: 1rem;
    padding-left: 2rem;
  }

  ul li::before {
    font-size: 1.2rem;
  }

  .buy-button {
    font-size: 1rem;
    padding: 0.6rem 2rem;
  }

  .title-section {
    font-size: 1.7rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

/* --- tk-small-cart.php Buy Button Enhancement --- */

/* 定義按鈕上下浮動動畫 */
@keyframes buyButtonFloatAnimation {
  /* 使用新的動畫名稱以避免衝突 */
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px); /* 輕微向上浮動 4 像素 */
  }
  100% {
    transform: translateY(0px);
  }
}

/* 您的 .buy-button 原有樣式 (請確保這些在您的CSS檔案中) */
.buy-button {
  background: linear-gradient(90deg, #ff5c5c, #7f3f98);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  box-shadow: 0 4px 12px rgba(255, 92, 92, 0.6);
  /* transition: all 0.3s ease; */ /* 修改 transition */

  /* 新增與修改的樣式 */
  display: inline-block; /* 確保 transform 生效 */
  transition: background 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease-out; /* 平滑過渡 */
  animation: buyButtonFloatAnimation 2.8s ease-in-out infinite; /* 套用浮動動畫 */
  will-change: transform; /* 提示瀏覽器優化 */
}

.buy-button:hover {
  background: linear-gradient(90deg, #7f3f98, #ff5c5c);
  box-shadow: 0 8px 20px rgba(255, 92, 92, 0.8);
  /* transform: translateY(-2px); */ /* 原本的 hover 效果 */

  /* 修改後的 hover 效果 */
  transform: translateY(-3px) scale(1.03); /* 輕微上移並放大 */
  animation-play-state: paused; /* 滑鼠移過時暫停浮動動畫 */
}

.animated-float-button {
  display: inline-block;
  animation: buyButtonFloatAnimation 2.8s ease-in-out infinite;
  will-change: transform;
  transition: transform 0.3s ease-out; // 為了 hover 效果
}
.animated-float-button:hover {
  transform: translateY(-3px) scale(1.03);
  animation-play-state: paused;
}

.final-section {
  position: relative;
  text-align: center;
  padding: 3rem 2rem;
  margin: 3rem auto; /* 讓它在容器內也可能水平置中 (如果容器比它寬) */
  max-width: 700px; /* 設定一個最大寬度，讓區塊不會太寬 */
  background: linear-gradient(145deg, #1a1d23, #23272e);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.65),
    inset 0 2px 10px rgba(255, 255, 255, 0.05);
}

/* 這是您之前 CSS 中 final-section::before 的一個版本，用於背景光暈效果 */
.final-section::before {
  content: "";
  position: absolute;
  top: -15px; /* 調整光暈的偏移和大小 */
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 30px; /* 比父元素稍大的圓角 */
  z-index: -1; /* 確保在背景之下 */
  background: radial-gradient(
    circle at center,
    rgba(255, 92, 92, 0.15),
    transparent 70%
  ); /* 使用您的紅色調 */
  filter: blur(12px); /* 模糊效果 */
  opacity: 0.7;
}

/* 主要標語樣式 */
.final-message-main {
  font-size: 1.8rem; /* 突出主要標語 */
  line-height: 1.6;
  color: #ffe27a; /* 使用您的主要強調色 (黃色) */
  font-weight: bold;
  margin: 0 0 1.5rem 0; /* 與下方指示文字的間距 */
  text-shadow: 1px 1px 10px rgba(255, 226, 122, 0.25);
}


/* 手機版響應式調整 */
@media (max-width: 768px) {
  .final-section {
    padding: 2.5rem 1.5rem;
    margin: 2rem auto;
  }
  .final-message-main {
    font-size: 1.45rem; /* 調整手機版字體大小 */
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  .final-cta-instructions {
    font-size: 1rem;
    line-height: 1.8;
  }
}


/* --- tk-small-cart.php - Final CTA Link Styles --- */

/* (您原本的 .final-cta-instructions 和 .final-cta-line-id 樣式) */
.final-cta-instructions {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #e0d9cd;
    margin: 0;
}

.final-cta-instructions .final-cta-line-id { /* 確保這個 Class 的樣式是你想要的 */
    color: #36c3f4; /* 您偏好的藍色強調色 */
    font-weight: 600;
}

/* 新增：針對連結本身的樣式 */
.final-cta-instructions .final-cta-line-link {
    text-decoration: none; /* 預設移除連結底線 */
    color: inherit; /* 讓連結顏色繼承其內部 span 的顏色，或者您可以直接在這裡設定 #36c3f4 */
    display: inline-block; /* 讓一些效果如 padding 或 transform 更穩定 */
    transition: transform 0.2s ease-out; /* 為 hover 效果準備 */
}

.final-cta-instructions .final-cta-line-link:hover {
    /* text-decoration: underline; */ /* 可選：滑鼠移過時顯示底線 */
    /* color: #58d8ff; */ /* 可選：滑鼠移過時改變顏色 */
    transform: translateY(-1px); /* 可選：滑鼠移過時輕微上移 */
}

/* 如果希望點擊區域就是藍色文字本身，且 hover 時藍色文字有變化 */
.final-cta-instructions .final-cta-line-link:hover .final-cta-line-id {
    text-decoration: underline; /* 例如，滑鼠移過時讓藍色文字加底線 */
}

/* --- 新增的專業圖文區塊樣式 --- */

.professional-feature-section {
    padding: 3rem 0;
}

.feature-image-wrapper {
    padding: 1rem;
    background: linear-gradient(145deg, #1a1d23, #23272e);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.rounded-pro {
    border-radius: 12px; /* 讓圖片本身也有圓角 */
    width: 100%; /* 覆蓋 .img-fluid 的 max-width: 80% */
}

.feature-text-content .highlight-title,
.feature-text-content .highlight-subtitle {
    text-align: left !important; /* 強制標題靠左 */
}

.feature-text-content .highlight-title {
    font-size: 2.2rem;
}

.feature-text-content .highlight-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.icon-feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.icon-feature-list li {
    display: flex;
    align-items: flex-start; /* 圖標和文字頂部對齊 */
    font-size: 1.1rem;
    color: #e0d9cd;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.icon-feature-list .feature-icon {
    font-size: 1.5rem;
    color: #36c3f4; /* 您的藍色高光色 */
    margin-right: 1rem;
    width: 30px; /* 固定寬度，讓文字對齊 */
    text-align: center;
}

.icon-feature-list .feature-highlight {
    color: #ff5c5c; /* 您的紅色高光色 */
    font-weight: bold;
}


/* 響應式調整 */
@media (max-width: 991px) {
    /* 在平板和手機上，文字和圖片堆疊顯示 */
    .feature-text-content {
        margin-top: 2rem;
    }

    .row .order-lg-1, .row .order-lg-2 {
        order: 0 !important; /* 清除桌面版的排序 */
    }

    .feature-text-content .highlight-title,
    .feature-text-content .highlight-subtitle {
        text-align: center !important; /* 在手機上標題置中 */
    }
}

/* --- 新增的團隊支援區塊樣式 --- */

.team-support-section {
    position: relative;
    border-radius: 20px;
    overflow: hidden; /* 確保子元素的圓角生效 */
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.team-support-overlay {
    position: relative; /* 改為 relative，因為父元素已有 padding */
    width: 100%;
    height: 100%;
    background: rgba(24, 30, 36, 0.88); /* 加深遮罩，確保文字清晰 */
    padding: 2rem 0; /* 內部的 padding */
    z-index: 1;
}

.support-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffe27a; /* 金色標題 */
    text-shadow: 0 0 15px rgba(255, 226, 122, 0.3);
}

.support-subtitle {
    font-size: 1.3rem;
    color: #e0d9cd;
    margin-bottom: 2rem;
}

.main-offer-box {
    display: inline-block;
    border: 2px solid #ff5c5c; /* 紅色邊框 */
    border-radius: 50px;
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
    background: rgba(255, 92, 92, 0.1);
}

.main-offer-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.service-points-grid {
    gap: 1.5rem 0; /* 在行之間增加間距 */
}

.service-point-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: background 0.3s ease, transform 0.3s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-point-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.service-icon {
    font-size: 2.5rem;
    color: #36c3f4; /* 科技藍圖標 */
    margin-bottom: 1rem;
}

.service-point-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.service-point-desc {
    font-size: 0.95rem;
    color: #c0c0c0;
    line-height: 1.6;
}

/* 響應式調整 */
@media (max-width: 767px) {
    .support-title {
        font-size: 1.8rem;
    }
    .support-subtitle {
        font-size: 1.1rem;
    }
    .main-offer-text {
        font-size: 1rem;
    }
    .service-point-card {
        margin-bottom: 1rem; /* 手機上卡片增加底部間距 */
    }
}