.elementor-2026 .elementor-element.elementor-element-a1d2c12{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-2026 .elementor-element.elementor-element-abf0f0e{color:#D1D1D1;}.elementor-2026 .elementor-element.elementor-element-310d164{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-abf0f0e *//* ==========================================================================
   Class 前綴：gf-lupu- (視覺風格：暗色電競風、文字全靠左、嚴格無圓角、最外層無背景)
   ========================================================================== */

/* 主容器配置（限制寬度，無自身底色） */
.gf-lupu-main-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #e0e6ed; /* 暗色系淺灰文字 */
  line-height: 1.8;
}

/* 覆蓋所有子元素：全靠左對齊、全無圓角 */
.gf-lupu-main-wrapper * {
  box-sizing: border-box;
  text-align: left !important;
  border-radius: 0 !important;
}

/* 獨立卡片設計（深黑藍卡片底色） */
.gf-lupu-card {
  background-color: #111b30; /* 比底色稍淺的卡片灰黑藍 */
  padding: 35px;
  margin-bottom: 25px;
  border-left: 6px solid #27D8F5; /* 主色：霓虹賽博藍 */
  border-top: 1px solid #1a263f;
  border-right: 1px solid #1a263f;
  border-bottom: 1px solid #1a263f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* 首卡外觀強調 */
.gf-lupu-hero-card {
  border-left-color: #27D8F5;
  background: linear-gradient(135deg, #111b30 0%, #152442 100%);
}

/* 標題設定 */
.gf-lupu-main-title {
  color: #27D8F5;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.gf-lupu-cate-title {
  color: #27D8F5;
  font-size: 21px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1a263f;
}

/* 段落文字 */
.gf-lupu-main-wrapper p {
  font-size: 15.5px;
  color: #b2c0d4; /* 易讀的灰藍字 */
  margin-top: 0;
  margin-bottom: 16px;
}
.gf-lupu-main-wrapper p:last-child {
  margin-bottom: 0;
}

.gf-lupu-intro-text {
  font-size: 16px;
  color: #cbd5e1;
}

/* 強調粗體字 */
.gf-lupu-main-wrapper strong {
  color: #27D8F5;
}

/* 響應式表格 */
.gf-lupu-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 25px 0;
  border: 1px solid #1a263f;
}
.gf-lupu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  background-color: #0d1628;
}
.gf-lupu-table th {
  background-color: #1a263f;
  color: #27D8F5 !important;
  font-weight: bold;
  padding: 14px 12px;
  border-bottom: 2px solid #27D8F5;
}
.gf-lupu-table td {
  padding: 12px;
  border-bottom: 1px solid #1a263f;
  color: #b2c0d4;
  vertical-align: middle;
}
.gf-lupu-table tbody tr:nth-child(even) {
  background-color: #111b30;
}

/* ==========================================================================
   結尾 滿版卡片式 CTA 區塊
   ========================================================================== */
.gf-lupu-cta-card {
  background-color: #111b30;
  border: 2px solid #27D8F5; /* 用賽博藍邊框包覆 */
  padding: 40px;
  margin-bottom: 25px;
  box-shadow: 0 0 25px rgba(39, 216, 245, 0.1);
}
.gf-lupu-cta-card * {
  color: #ffffff !important;
}
.gf-lupu-cta-title-main {
  font-size: 23px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: #27D8F5 !important;
}
.gf-lupu-cta-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #b2c0d4 !important;
  margin-bottom: 30px;
}
.gf-lupu-cta-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.gf-lupu-cta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  text-decoration: none;
  border: 1px solid #1a263f;
  background-color: #0d1628;
  transition: all 0.25s ease-in-out;
}
.gf-lupu-box-tag {
  font-size: 13px;
  color: #27D8F5 !important;
  opacity: 0.9;
  margin-bottom: 4px;
}
.gf-lupu-box-uri {
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* 懸停互動效果 */
.gf-lupu-cta-box:hover {
  background-color: #27D8F5;
  border-color: #27D8F5;
}
.gf-lupu-cta-box:hover * {
  color: #0d1628 !important;
}

/* ==========================================================================
   手機版 RWD 最佳化：防止寬度過大、優化 Padding
   ========================================================================== */
@media screen and (max-width: 768px) {
  .gf-lupu-card {
    padding: 22px 16px;
    margin-bottom: 18px;
  }
  .gf-lupu-cta-card {
    padding: 25px 16px;
  }
  .gf-lupu-main-title {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .gf-lupu-cate-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .gf-lupu-main-wrapper p {
    font-size: 14.5px;
  }
  .gf-lupu-box-uri {
    font-size: 15px;
  }
}/* End custom CSS */