  /* ===================================================
     關於我們頁面-Banner 專屬樣式
  ====================================================== */
  
  /* 1. Hero Banner 容器 */
  .sf-flagship-hero-section {
    position: relative !important;
    width: 100% !important;
    min-height: 62vh !important; /* 精確拉出高檔氣場的高度 */
    display: flex !items-center;
    align-items: center;
    justify-content: center;
    background: #0d0d0d !important;
    overflow: hidden;
    padding: 120px 0 80px 0 !important;
  }

  /* 背景圖與過渡遮罩 (關鍵：底部向下淡出融合) */
  .sf-hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  
  .sf-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.38; /* 降低背景圖質感 */
    filter: contrast(1.1) brightness(0.9);
  }

  /* 漸層：頂部與底部融進 #0d0d0d 暗黑背景 */
  .sf-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
      radial-gradient(circle at 50% 40%, rgba(255, 102, 51, 0.12) 0%, transparent 60%),
      linear-gradient(180deg, 
        rgba(13, 13, 13, 0.7) 0%, 
        rgba(13, 13, 13, 0.4) 40%, 
        rgba(13, 13, 13, 0.95) 85%, 
        #0d0d0d 100%
      ) !important;
  }

  /* 2. Hero 文字排版 */
  .sf-hero-content-box {
    z-index: 2;
  }

  /* 發光徽章 */
  .sf-hero-badge {
    display: inline-block;
    color: #ff6633;
    background: rgba(255, 102, 51, 0.12);
    border: 1px solid rgba(255, 102, 51, 0.3);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
    box-shadow: 0 0 15px rgba(255, 102, 51, 0.15);
  }

  /* 大標題 */
  .sf-hero-main-title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
  }
  
  .sf-hero-sub-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ff6633;
    letter-spacing: 5px;
    margin-top: 8px;
  }

  /* 說明文字 */
  .sf-hero-description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16.5px;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto;
    font-weight: 400;
  }
  .sf-hero-description b {
    color: #ffffff;
  }

  /* 引導按鈕 */
  .sf-hero-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #ff6633 0%, #e64a19 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 36px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(255, 102, 51, 0.4);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .sf-hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 102, 51, 0.6);
  }
  .sf-hero-btn-primary i {
    margin-left: 6px;
    transition: transform 0.3s;
  }
  .sf-hero-btn-primary:hover i {
    transform: translateY(3px);
  }

  /* 3. 滿版導覽列 Breadcrumb  */
  .sf-flagship-breadcrumb {
    background: #0d0d0d !important;
    padding: 16px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  }
  
  .sf-bc-label {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13.5px;
    font-weight: 600;
    margin-right: 8px;
  }
  
  .sf-bc-link {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13.5px;
    text-decoration: none !important;
    transition: color 0.2s;
  }
  .sf-bc-link:hover {
    color: #ff6633 !important;
  }
  
  .sf-bc-divider {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    font-size: 12px;
  }
  
  .sf-bc-current {
    color: #ff6633;
    font-size: 13.5px;
    font-weight: 700;
  }

  /* 行動裝置微調 */
  @media (max-width: 767.98px) {
    .sf-flagship-hero-section { min-height: 50vh !important; padding: 100px 0 50px 0 !important; }
    .sf-hero-main-title { font-size: 32px !important; }
    .sf-hero-sub-title { font-size: 13px !important; letter-spacing: 3px !important; }
    .sf-hero-description { font-size: 14.5px !important; }
  }


    /* ===================================================
     關於我們-內容區塊樣式
  ====================================================== */
  
  /* 1. 區塊整體背景 */
  .sf-flagship-about-section {
    background-color: #150f0f !important;
    padding: 100px 0 !important;
    position: relative;
    overflow: hidden;
    background-image: 
      radial-gradient(circle at 10% 20%, rgba(255, 102, 51, 0.08) 0%, transparent 50%),
      radial-gradient(circle at 90% 80%, rgba(255, 102, 51, 0.05) 0%, transparent 50%),
      linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px) !important;
    background-size: auto, auto, 40px 40px !important;
  }

  /* 分隔線 */
  .sf-section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 102, 51, 0.3) 50%, transparent 100%);
  }

  /* 2. 左側面板 */
  .sf-badge-card {
    background: rgba(33, 30, 30, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  }
  
  .sf-badge-tag {
    display: inline-block;
    color: #ff6633;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    background: rgba(255, 102, 51, 0.12);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 102, 51, 0.25);
  }

  .sf-flagship-title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
  }
  .sf-flagship-sub {
    font-size: 18px;
    color: #ff6633;
    letter-spacing: 3px;
    font-weight: 600;
  }

  .sf-badge-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14.5px;
    line-height: 1.6;
  }

  /* 數據三連槓 */
  .sf-metric-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .sf-metric-item {
    text-align: center;
  }
  .sf-metric-num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
  }
  .sf-metric-num small { color: #ff6633; font-size: 16px; }
  .sf-metric-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
    display: block;
  }
  .sf-metric-divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
  }

  /* 3. 右側故事面板 */
  .sf-story-content-card {
    padding: 20px 10px;
  }
  .sf-lead-paragraph {
    color: #ffffff;
    font-size: 16.5px;
    line-height: 1.85;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sf-body-paragraph {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
  }
  .sf-highlight-text {
    color: #ff6633;
    font-weight: 700;
  }

  .sf-quote-box {
    background: rgba(255, 102, 51, 0.05);
    border-left: 3px solid #ff6633;
    border-radius: 0 12px 12px 0;
    padding: 20px 25px;
    position: relative;
  }
  .sf-quote-icon {
    color: rgba(255, 102, 51, 0.3);
    font-size: 24px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .sf-quote-box p {
    color: #e5e5e5;
    font-size: 14.5px;
    margin: 0;
    padding-left: 25px;
    line-height: 1.7;
  }

  /* 4. 下半部區塊 */
  .sf-matrix-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .sf-matrix-subtitle {
    color: #ff6633;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
  }

  /* 卡片 (懸浮動態) */
  .sf-matrix-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 30px 26px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative;
  }

  /* 滑鼠懸停 */
  .sf-matrix-card:hover {
    transform: translateY(-8px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 102, 51, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 30px rgba(255, 102, 51, 0.15) !important;
  }

  /* 卡片頭部 */
  .sf-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .sf-card-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.15);
    transition: 0.3s;
  }
  .sf-matrix-card:hover .sf-card-num {
    color: #ff6633;
  }

  .sf-card-icon-wrap {
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    background: rgba(255, 102, 51, 0.12);
    border: 1px solid rgba(255, 102, 51, 0.3);
    color: #ff6633;
    font-size: 18px;
    border-radius: 12px;
  }

  .sf-card-title {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    margin-bottom: 14px !important;
  }

  .sf-card-text {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    margin-bottom: 20px !important;
  }

  /* 聯絡區塊 */
  .sf-contact-pills-box {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 12px 16px;
  }
  .sf-pill-row {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .sf-pill-row:last-child { margin-bottom: 0; }
  .sf-pill-row a {
    color: #ff6633 !important;
    font-weight: 700;
  }

  /* 按鈕組 */
  .sf-btn-ghost-dark {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.25s ease;
  }
  .sf-btn-ghost-dark:hover {
    background: #ffffff;
    color: #0d0d0d !important;
  }

  .sf-btn-solid-orange {
    display: block;
    background: linear-gradient(135deg, #ff6633 0%, #e64a19 100%);
    border: 1px solid #ff6633;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(255, 102, 51, 0.3);
  }
  .sf-btn-solid-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 102, 51, 0.5);
  }

  /* 行動裝置響應微調 */
  @media (max-width: 767.98px) {
    .sf-flagship-about-section { padding: 60px 0 !important; }
    .sf-flagship-title { font-size: 30px !important; }
    .sf-metric-num { font-size: 22px !important; }
  }

  /* ===================================================
     三大獨家特色樣式 
  ====================================================== */
  .sf-advantage-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 32px 26px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative;
    overflow: hidden;
  }
  
  /* 核心亮橘外框特色卡 */
  .sf-adv-featured {
    border-color: rgba(255, 102, 51, 0.3) !important;
    background: rgba(255, 102, 51, 0.03) !important;
  }

  .sf-advantage-card:hover {
    transform: translateY(-8px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: #ff6633 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 30px rgba(255, 102, 51, 0.2) !important;
  }

  /* 特色徽章 */
  .sf-adv-badge {
    display: inline-block;
    color: #ff6633;
    background: rgba(255, 102, 51, 0.12);
    border: 1px solid rgba(255, 102, 51, 0.3);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    align-self: flex-start;
  }

  /* 標題與簡介 */
  .sf-adv-title {
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.4;
    margin-bottom: 14px !important;
    letter-spacing: 0.5px;
  }

  .sf-adv-desc {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
  }
  .sf-adv-desc b {
    color: #ff6633;
  }

  /* 底部特色標籤 */
  .sf-adv-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .sf-adv-tag-pill {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }