:root {
    --brand-orange: #F28C00;        /* 主橘 */
    --brand-blue: #1F3F79;          /* 主藍 */

    --color-blue: #1a3470;
    --color-orange: #f47b20;
    --color-bg: #f6f8fc;
    --color-text: #1a2233;
    --max-width: 1120px;

    --text-main: #1A1A1A;
    --text-muted: #6A6F76;
}



*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body{
  margin: 0;
  padding: 0;
}


body{
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  /* color: #585656; */
  font-size: 16px;
  line-height: 1.4;

}

.container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 992px) {

  .container{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }

} 


h1{font-size:32px;}
h2{font-size:28px; padding-bottom:5px;}
h3{font-size:22px;}
h4{font-size:16px;}
h5{font-size:15px;}


a{color:#585656;}
a:hover{
color:#476ac1;	
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
text-decoration:none;
}
p{
    /* color: #585656; */
    letter-spacing:0.2px;
}

.bold{
    font-weight: bold;
}
.bold-100{
    font-weight: 100;
}



.pointer{
    cursor: pointer;
}
/*商品詢問表單*/

#product-form h2{
  font-size: 30px;
  font-weight: 700;
  color: #70178E;
}



#product-form h3 {
    color: #70178e;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 6px 0;
    font-size: 20px;
}

.red{
  color: red;
}

.sb-5 {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 12px 46px;
    margin-bottom: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-color: #5A276B;
    text-align: center;
    transition: .2s ease-out;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
    border-radius: 5px;
    width: 100%;
}

.sb-5:hover {
    background: #A03BC1;
    color: #FFF;
}
/*-------------------------- 圖片效果滑動效果 -----------------------------*/
.imgop:hover {opacity: 0.8;}

img {max-width: 100%; height:auto;}
.i-pic   {width: 100%;   } /* 圖片縮放 */
.i-pic-7 {width: 70%; }
.i-pic-73 {width: 73%; }
.i-pic-6 {width: 60%; }
.i-pic-5 {width: 50%; }
.i-pic-4 {width: 40%; }
.i-pic-3 {width: 30%; }

.pic-max   {max-width: 100%; margin-bottom:25px; box-shadow: 3px 2px 10px #000000;}
.pic   {width: 100%;}
.pic-7 {width: 70%; }
.pic-6 {width: 60%; }
.pic-5 {width: 50%; }
.pic-4 {width: 40%; }
.pic-3 {width: 30%; }





.box-shadow{
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}



/*字型尺寸*/
.s10{font-size: 10px !important;}
.s12{font-size: 12px !important;}
.s14{font-size: 14px !important;}
.s15{font-size: 15px !important;}
.s16{font-size: 16px !important;}
.s18{font-size: 18px !important;}
.s19{font-size: 19px !important;}
.s20{font-size: 20px !important;}
.s22{font-size: 22px !important;}
.s24{font-size: 24px !important;}
.s26{font-size: 26px !important;}
.s28{font-size: 28px !important;}
.s30{font-size: 30px !important;}
.s31{font-size: 31px !important;}
.s32{font-size: 32px !important;}
.s33{font-size: 33px !important;}
.s34{font-size: 34px !important;}
.s35{font-size: 35px !important;}
.s36{font-size: 36px !important;}
.s48{font-size: 48px !important;}


/*主色系*/
.c1{color: #dc3545 !important;}  /*主色系*/
.c2{color: #7dbf8a;}
.c3{color: #fff; }
.c4{color: #e42155;}
.c5{color: #fff;}
.c6{color: #2e43ab;}
.c868e96{color: #868e96;}

.cfff{color: #fff !important;} /*白色*/
.cccc{color: #ccc !important;} /*灰色*/
.c777{color: #777 !important;} /*灰色*/



.c888{color: #888 !important;} /*灰色*/
.cgreen{color: #28a745;} /*綠色*/
.cred{color: red !important;} /*紅色*/


/*文字顏色*/
.text-white{color: white;}



/*文字粗體*/
.font-weight{font-weight:bold;}

/*主色系*/
.bc1{background:#dc3545 !important;}
.bc2{background:#e2b776;}
.bc3{background:#ccc; }
.bc4{background:#e42155;}
.bc5{background:#2e43ab;}
.bcfff{background:#fff;}
.befefef{background: #efefef !important;} /*灰色*/
.bf5f5f5{background: #f5f5f5 !important;} /*灰色*/
.order-px-100{ padding: 0 100px; }

.opacity:hover{
  opacity: 0.7;
}
.clear{
  clear: both;
}


/*圖片*/
.img-width{
    width: 100%;
}

/*置中*/
.center{
  text-align: center;
}




.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt90{ padding-top:90px;}

.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb60{ padding-bottom:60px;}
.pb90{ padding-bottom:90px;}



.mb5 {margin-bottom:5px  !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb60{margin-bottom:60px !important;}

.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.mt90{margin-top:90px;}



.msg-error{
    color: #dc3545;
    font-size: 14px;
}

.error-ci{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icon/bs4-invalid.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.error{
    color:#dc3545;
    font-size: 14px;
}

/*勾選專用*/
.error-check{
    color: #dc3545;
}
.error-file{
    border-color: #dc3545;
}

.valid {
    color: #28a745;
    font-size: 14px;
}
/*------------------BS修改----------------------------------*/


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #b9785f;
    border-color: #b9785f;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #b9785f;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #545b62;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #aedabb;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #b9785f;
    border-color: #b9785f;
}



/* 分頁設定 */
/* 分頁設定 */
    
    /* 1. 容器：強制置中並清除預設樣式 */
    .pagination-wrapper {
        margin: 50px 0 !important;
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    /* 2. 列表：橫向排列並移除圓點 */
    .pagination-wrapper ul.pagination {
        display: flex !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    /* 3. 連結與數字：核心樣式 */
    .pagination-wrapper ul.pagination li a,
    .pagination-wrapper ul.pagination li span {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 42px !important;
        height: 42px !important;
        padding: 0 15px !important;
        margin-left: -1px !important; /* 消除雙線條 */
        border: 1px solid #ddd !important;
        background-color: #ffffff !important;
        color: #555 !important;
        text-decoration: none !important;
        font-size: 15px !important;
        transition: all 0.2s !important;
    }

    /* 4. 滑鼠移入效果 */
    .pagination-wrapper ul.pagination li a:hover {
        background-color: #f8f9fa !important;
        z-index: 2 !important;
    }

    /* 5. 當前頁面 (Active) 強制變色 */
    .pagination-wrapper ul.pagination li.active a,
    .pagination-wrapper ul.pagination li.active span {
        background-color: #e68b5a !important; /* 你的主色橘色 */
        border-color: #e68b5a !important;
        color: #ffffff !important;
        z-index: 3 !important;
    }

    /* 6. 修正第一顆與最後一顆按鈕的邊角 */
    .pagination-wrapper ul.pagination li:first-child a {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        margin-left: 0 !important;
    }
    .pagination-wrapper ul.pagination li:last-child a {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.footer {
    background: linear-gradient(#0f2862 0%, #020A1E 100%);
  padding: 55px 0 0;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}

/* 主要容器 */
.footer .footer-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px;
}

/* 左側欄位 */
/* .footer-left {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  justify-content: space-between;
}  */

  /* footer 左側改為 grid 二欄 */
 .footer-left {

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 12px;
    width: 62%;
  } 



.footer-box {
  width: calc(25% - 10px);
  min-width: 180px;
  list-style: none;
}

/* 標題強化 */
.footer .link_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  /* color: #FF8A00; */
  letter-spacing: 1px;
  position: relative;
}

.footer .link_name::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 38px;
  height: 3px;
  background: #FF8A00;
  border-radius: 2px;
}

/* 清單 */
.footer-box li {
  font-size: 15px;
  margin: 8px 0;
  color: #DDE3EF;
}

.footer-box a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.25s;
}

.footer-box a:hover {
  color: #FF8A00;
  padding-left: 4px;
}

/* 右側資訊區 */
.footer-right {
  width: 38%;
  min-width: 280px;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.08);
}
.footer-right ul {
  list-style-type:none;
  margin: 24px 0 0;
}
.footer-right li {
  margin: 10px 0;
  font-size: 15px;
  color: #E6EBF5;
}

.footer-right a {
  color: #E6EBF5;
}

.info-row {
  display: flex;
  gap: 4px;
  align-items: center;
}

/* 底部版權 */
.bottom-details {
  text-align: center;
  padding: 14px 0 24px;
  margin-top: 40px;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  border-top: 1px solid rgba(255,255,255,0.15);
}

/* 手機：左側欄變兩欄 */
@media(max-width: 700px) {


  /* .footer-left {
    width: 100%;
    gap: 20px;
  } */

  /* .footer-box {
    width: calc(50% - 10px);
  } */
/* 
  .footer-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-left: 0;
    padding-top: 20px;
  } */
}


@media (max-width: 992px) {
  .footer .footer-container {
    display: flex;
    flex-direction: column;
  }

  .footer-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-left: 0;
    padding-top: 20px;
  }


  /* footer 左側改為 grid 二欄 */
  .footer-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
    width: 100%;
  }

  /* 每個 footer-box 取消原本的百分比 */
  .footer-box {
    width: 100%;
    min-width: 0;
  }

}





















/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】Hero ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】Hero ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】Hero ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.hero {
  position: relative;
  padding: 200px 20px 100px;
  background: url("../images/home/hero-bg-factory.jpg") center center / cover no-repeat;


}

.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.hero-text {
  flex: 1.2;
  /* max-width: 490px; */
}

.hero-kicker {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin: 0 0 8px;
}

.hero-text h1 {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 14px;
  color: var(--color-blue);
  font-weight: bold;
}

.hero-desc-box {

  margin: 0 0 20px;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 0px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
}

/* 按鈕 */
.hero-btn-primary {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: #ffffff;
}
/* 按鈕 */
.hero-btn-secondary {
  background: #ffffff;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.hero-btn-primary, .hero-btn-secondary {
    display: inline-block;
    font-size: 14px;
    padding: 9px 20px;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
}

.hero-btn-primary:hover {
  background: #fff;
  color:  var(--color-orange);
  border: 1px solid var(--color-orange);
}
.hero-btn-secondary:hover {
  background: var(--color-blue);
  color:  #fff;
  border: 1px solid var(--color-blue);
}



.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #555;
}

.hero-bullets li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.hero-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-orange);
}

.hero-image {
  flex: 1;
}

.hero-photo-placeholder {
  border-radius: 16px;
  min-height: 260px;
  background: linear-gradient(135deg, #e1ebff, #cfd8f5);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
  color: #2b3b7a;
  font-size: 13px;
}




.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

/* 右側人物照：靠右、固定寬度、保留圓角卡片感 */
.hero-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}





.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

/* 右側人物照容器：當作紅色區塊，可調整高度 */
.hero-image {
  flex: 1;
  position: relative;
  min-height: 360px;      /* 紅色區高度，可視覺再微調 */
}

/* 人物照：浮在紅色區裡，用 right / bottom 控制位置 */
.hero-photo {
  position: absolute;
  right: -150px;
  bottom: -100px;
  display: block;
  max-width: min(820px, 150%);
  object-fit: cover;
}


@media (max-width: 1500px) {
  /* 人物照：浮在紅色區裡，用 right / bottom 控制位置 */
  .hero-photo {
    position: static;
    right: 0px;
    bottom: -100px;
    display: block;
    width: min(620px, 100%);
    object-fit: cover;
  }

}

@media (max-width: 992px) {

    .hero {
        padding:120px 15px 0px;
    }

    .hero-inner {
        flex-direction: column;
        gap:18px;
    }

    .hero-image {
        position: static;
        min-height: auto;
        display: flex;
        justify-content: center;
    }
    
    .hero-desc{
      width: 313px;
    }

}
@media (max-width: 400px) {

    .hero-text h1 {
        font-size: 24px;

    }
    .hero-desc {

         display: inline;
    }




}




/* ===== Hero 進場動畫 ===== */

/* 初始狀態 */
.hero-animate-text,
.hero-animate-image {
  opacity: 0;
  transform: translateY(40px);
  transition: 
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 圖片稍慢，增加層次 */
.hero-animate-image {
  transition-delay: 0.6s;
}

/* 進場完成 */
.hero.is-loaded .hero-animate-text,
.hero.is-loaded .hero-animate-image {
  opacity: 1;
  transform: translateY(0);
}

/* 行動裝置動畫幅度降低，避免晃動感 */
@media (max-width: 768px) {
  .hero-animate-text,
  .hero-animate-image {
    transform: translateY(24px);
  }
}










/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】核心優勢 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】核心優勢 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】核心優勢 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.usp {
    background: #f7f9fc;
    padding: 110px 15px;

}

/* 標題區 */
.usp .header .title {
    font-size: 28px;
    color: var(--brand-blue);
    font-weight: bold;
    margin: 0 0 5px;
}

.usp .header .subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 610px;
    margin: 0 0 5px;
}

/* 列表區 */
.usp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.usp-grid .card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid rgba(31, 63, 121, 0.12);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
    position: relative;
    overflow: hidden;
}

.usp-grid .title{
      font-size: 16px;
    margin-bottom: 8px;
    color: var(--brand-blue);
}


.usp-grid .text {
    font-size: 14px;
    color: var(--text-muted);
}


/* SVG */
.feature-icon {
  width: 64px;
  height: 64px;
  background: #F5F7FA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}

.feature-icon svg {
  width: 48px;
  height: 48px;
  fill: #243E66;
}

.feature-icon svg path {
  stroke: #243E66;
  transition: stroke .2s ease;
}


.usp-grid .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}




.usp-grid .card:hover .feature-icon svg path {
  stroke: #F28C28;
}

.usp-grid .card:hover .feature-icon svg  {
  fill: #F28C28;
}

@media (max-width: 992px) {


  .usp .header .title {
      font-size: 24px;

  }
    
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.services {
    position: relative;
    color: #ffffff;

    /* 工廠照片背景 */
    background-image: url("../images/home/s2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    /* 讓區塊高度和原本差不多 */
    padding: 90px 15px;
    overflow: hidden;
}

/* 深藍遮罩：保持文字可讀性、延續品牌藍調性 */
.services::before {
    content: "";
    position: absolute;
    inset: 0;
    /* 上方略深、下方略亮，保留層次 */
    /* background: linear-gradient(
        160deg,
        rgba(16, 38, 58, 0.92),
        rgba(31, 63, 121, 0.88)
    ); */
/* background: linear-gradient(160deg, rgb(0 0 0 / 92%), #acb7c0); */
background: linear-gradient(0deg, rgb(10 20 31), #acb7c0);

    /* 可以再稍微加深，避免照片太亮搶走文字 */
    mix-blend-mode: multiply;
    z-index: 0;
}

/* 讓內容浮在遮罩上方 */
.services .container {
    position: relative;
    z-index: 1;
}



.services .header .title {
    color: #ffffff;
    margin: 0 0px;
    padding: 0;
    
}

.services .header .subtitle {
    color: #CBD5E1;
    max-width: 633px;
}

.services .header .title-bar {
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(to right, var(--brand-orange), #FFD9A8);
    margin-bottom: 12px;
}


/* 列表區 */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.services-grid .card {
    background: rgba(7, 18, 30, 0.82);
    border-radius: 18px;
    padding: 20px 18px 18px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    position: relative;
    overflow: hidden;
}


.services-grid .card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(242, 140, 0, 0.26), transparent 70%);
    opacity: 0;
    right: -50px;
    bottom: -60px;
    transition: opacity 0.2s ease;
}

.services-grid .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.65);
    border-color: rgba(242, 140, 0, 0.7);
    background: rgba(8, 22, 38, 0.96);
}

.services-grid .card:hover::after {
    opacity: 1;
}
.services-grid .card a {
  text-decoration: none;
}
.services-grid .card .label {
    font-size: 11px;
    color: #CBD5F5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.services-grid .card .title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #ffffff;
}

.services-grid .card .text {
    font-size: 13px;
    color: #C4D0E4;
    margin: 0 0 8px;
}

.services-grid .card .meta {
    font-size: 11px;
    color: #9CA3AF;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】代工分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】代工分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】代工分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.categories {
    background: #f7f9fc;
    border-top: 1px solid rgba(148, 163, 184, 0.32);
    min-height: 600px;
    padding: 100px 0px;
}


/* 標題區 */
.categories .header .title {
    font-size: 28px;
    color: var(--brand-blue);
    font-weight: bold;
    margin: 0 0 5px;
}

.categories .header .subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 570px;
    margin: 0 0 5px;
}

.category-right {
    text-align: right;
    font-size: 13px;
    color: var(--text-muted);
}

.category-right span {
    color: var(--brand-orange);
    font-weight: 600;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 30px 0 0;
}

.categories-grid .card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 16px 14px;
    border: 1px solid #E2E8F0;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.categories-grid .card:hover {
    border-color: var(--brand-orange);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    transform: translateY(-3px);
    background-color: #FFF9F3;
}

.categories-grid .tag {
    font-size: 11px;
    color: var(--brand-blue-soft);
    margin-bottom: 6px;
}

.categories-grid .title {
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-blue);
    margin-bottom: 6px;
}

.categories-grid .text {
    font-size: 13px;
    color: var(--text-muted);
}




@media (max-width: 992px) {



  .categories {

      padding: 60px 0px;
  }

    
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】合作客戶 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】合作客戶 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】合作客戶 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.clients {
    position: relative;
    padding: 90px 0 110px;
    background: linear-gradient(180deg, #eef3f8 0%, #dfe8f2 100%);
    overflow: hidden;
}

.clients::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -120px;
    width: 380px;
    height: 180px;
    background: linear-gradient(45deg, #ff7a00 0%, #ff9f40 100%);
    opacity: 0.8;
    border-radius: 100px;
    transform: rotate(12deg);
}

.clients::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -150px;
    width: 420px;
    height: 200px;
    background: linear-gradient(45deg, #003f84 0%, #0058c6 100%);
    opacity: 0.75;
    border-radius: 120px;
    transform: rotate(-12deg);
}

/* .clients-inner {
    position: relative;
    z-index: 2;
} */

.clients .header .title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #003f84;
}

.clients .header  .subtitle {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ff7a00;
    margin-bottom: 45px;
}


/* 列表區 */
.clients-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 22px 35px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1100px;
}

.clients-list li {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #003f84;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .clients{
   
      padding: 120px 0 188px;
       
    }

    
}


@media (max-width: 500px) {
    .clients{
   
      padding: 120px 0 188px;
       
    }
    .clients-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 10px;
    }
    .clients-list li {
        font-size: 16px;
    }

    

}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【首頁】未分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【首頁】未分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【首頁】未分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




@media (max-width: 992px) {

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


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



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

 
}

@media (max-width: 640px) {
    .usp-grid,
    .services-grid,
    .categories-grid {
        grid-template-columns: 1fr;
    }



}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】banner共用 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】banner共用 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】banner共用 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ===============================
   Inner Banner – Final Clean Ver.
   用途：所有內頁共用 Banner
   =============================== */

.inner-banner {
    min-height: clamp(450px, 32vh, 360px);
    padding: 80px 0 0;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    /* background: url(/images/inner/1.png) 60% 70% / cover no-repeat; */
    background: url(/images/banner-inner/bg.jpg) 50% 40% / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
     /* transform: scale(1.02); */

      /* background: linear-gradient(90deg, rgba(11,43,87,0.92), rgba(11,43,87,0.62)),
    url("/images/banner-inner/bg.png") center center / cover no-repeat; */
}

@media (max-width: 768px) {
  .inner-banner {
    background-position: center center;
  }
}


/* 全區暗化（穩定文字可讀性） */
.inner-banner::before {
  content: '';
  position: absolute;
  inset: 0;
      background: rgb(143 179 255 / 20%);
}

/* 左側文字保護漸層（企業官網關鍵） */
.inner-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 15, 30, 0.75) 0%,
    rgba(8, 15, 30, 0.45) 45%,
    rgba(8, 15, 30, 0.2) 70%,
    transparent 100%
  );
}

/* 內容層（一定要在遮罩之上） */
.inner-banner__container {
  position: relative;
  z-index: 1;
  text-align: center;
  /* max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0px 0px;
  text-align: center; */
}

/* 小標（英文） */
.inner-banner__eyebrow {
  font-size: 13px;

  color: rgba(255, 255, 255, 0.65);
  margin: 0px 4px 0;
    text-transform: uppercase;   /* 自動轉大寫顯示 */
  letter-spacing: 0.08em;      /* 可選：更有企業感 */
}

/* 主標（H1） */
.inner-banner__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0px;
}

/* 副標說明 */
.inner-banner__desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  /* max-width: 540px; */
  
}

/* ===============================
   RWD
   =============================== */
@media (max-width: 768px) {

  .inner-banner__title {
    font-size: 28px;
  }

  .inner-banner {
      min-height: clamp(250px, 32vh, 360px);


      /* background: url(/images/banner-inner/bg.png) 50% -29% / cover no-repeat; */
      background: url(/images/banner-inner/bg.jpg) center top / cover no-repeat;


  }

}

/* @media (max-width: 400px) {
    .inner-banner {
        min-height: clamp(230px, 32vh, 360px);
        background: url(/images/banner-inner/bg.png) 50% -218% / cover no-repeat;
    }
} */

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】分類條 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】分類條 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】分類條 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ===============================
   分類條外層（唯一寬度基準）
================================ */
.category-bar {
  position: relative;
  width: 100%;
  padding: 40px 0 24px;
}

/* ===============================
   手機 Header
================================ */
.category-mobile-header {
  position: relative;
  width: 100%;                 /* 關鍵：滿寬 */
  padding: 12px 16px;
  background: #eef1f5;
  border-radius: 10px;

  display: none;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.category-mobile-title {
  font-size: 15px;
  font-weight: 600;
  color: #1f3b5c;
}

.category-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #1f3b5c;
  border-bottom: 2px solid #1f3b5c;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.category-bar.is-open .category-arrow {
  transform: rotate(-135deg);
}

/* ===============================
   分類清單（唯一 UL）
================================ */
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: center;
  gap: 16px;
}

/* a */
.category-item {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  background: #eef1f5;
  color: #6b7280;
}

.category-item.active {
  background: #1f3b5c;
  color: #fff;
  font-weight: 600;
}

/* ===============================
   手機版（< 992px）
================================ */
@media (max-width: 991px) {

  .category-mobile-header {
    display: flex;
  }

  /* 下拉清單：寬度完全跟 header 一致 */
  .category-list {
    position: absolute;
    top: calc(76% + 4px);
    left: 0;
    width: 100%;               /* 關鍵：100% 同步 */

    display: none;
    flex-direction: column;

    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    overflow: hidden;
    z-index: 50;
  }

  .category-bar.is-open .category-list {
    display: block;
  }

  .category-item {
    display: block;
    padding: 14px 16px;
    border-radius: 0;
    background: #ffffff;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
  }

  .category-list li:last-child .category-item {
    border-bottom: none;
  }

  .category-item.active {
    background: #f0f4f9;
    color: #1f3b5c;
  }
}

/* ===============================
   桌機版（≥ 992px）
================================ */
@media (min-width: 992px) {
  .category-mobile-header { display: none; }
}








/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
 /* Section layout */
  .about-intro {
    padding: 100px 0px;
    background: #f8fafc; /* from --bg-light */
  }

  .about-intro__container {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    padding: 0 30px;
  }

  /* Left content */
  .about-intro__content {
    flex: 1;
    min-width: 320px;
  }

  .about-intro__bar {
    width: 60px;
    height: 4px;
    background: #e65c00; /* from --accent-orange */
    margin-bottom: 30px;
  }

  .about-intro__title {
    font-size: 28px;
    color: #0e2e5c; /* from --primary-blue */
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.25;
  }

  .about-intro__desc {
    font-size: 18px;
    line-height: 2;
    color: #64748b;
    text-align: justify;
    margin: 0 0 10px;
  }

  .about-intro .desc{
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
  }


  .about-intro .desc2{
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    font-weight: 500;
    color: #0e2e5c;
  }

  
  /* Right media */
  .about-intro__media {
    flex: 1;
    min-width: 320px;
    position: relative;
  }

  .about-intro__frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #e65c00; /* from --accent-orange */
    top: 20px;
    left: 20px;
    border-radius: 15px;
    z-index: 0;
    pointer-events: none;
  }

  .about-intro__img {
    width: 100%;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    filter: grayscale(20%);
    display: block;
  }




/* 我們的核心價值 */
.core-values {
  padding: 100px 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.core-values__bg {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.05;
  pointer-events: none;
}

.core-values__bg circle {
  fill: #0e2e5c; /* from --primary-blue */
}

.core-values__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.core-values__header {
  text-align: center;
  margin-bottom: 70px;
}

.core-values__title {
  font-size: 2rem;
  color: #0e2e5c; /* from --primary-blue */
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.core-values__subtitle {
  color: #e65c00; /* from --accent-orange */
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.6;
}

.core-values__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Card */
.value-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.value-card__icon {
  width: 60px;
  height: 60px;
  background: rgba(14, 46, 92, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.value-card__icon svg {
  stroke: #0e2e5c; /* from --primary-blue */
}

.value-card__title {
  font-size: 1.4rem;
  color: #0e2e5c; /* from --primary-blue */
  margin: 0 0 15px;
  font-weight: 700;
}

.value-card__desc {
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  font-size: 1rem;
}





  
    /* 雙據點服務區塊 */
  .location-section {
      padding: 100px 0px;
      background-color: #f8fafc;
  }

  /* .location-container {
      max-width: 1200px;
      margin: 0 auto;
  } */

  .location-main-title {
      text-align: center;
      margin-bottom: 60px;
  }

  .location-main-title h2 {
      color: #0e2e5c;
      font-size: 2.2rem;
      margin-bottom: 10px;
  }

  .location-main-title p {
      color: #e65c00;
      font-weight: 500;
  }

  /* 網格佈局 */
  .location-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 40px;
  }

  /* 據點卡片 */
  .location-card {
      background: #ffffff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
  }

  .location-card:hover {
      transform: translateY(-10px);
  }

  /* 圖片容器與幾何疊加感 */
  .location-image-wrapper {
      position: relative;
      height: 280px;
      overflow: hidden;
  }

  .location-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* 左上角深藍色幾何遮罩 */
  .location-image-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(14, 46, 92, 0.7) 0%, transparent 60%);
      z-index: 1;
  }

  /* 右下角橘色裝飾塊 */
  .location-image-wrapper::after {
      content: "";
      position: absolute;
      bottom: -30px;
      right: -30px;
      width: 100px;
      height: 100px;
      background-color: #e65c00;
      transform: rotate(45deg);
      opacity: 0.8;
      z-index: 2;
  }

  /* 文案內容區 */
  .location-content {
      padding: 30px;
  }

  .location-tag {
      display: inline-block;
      padding: 4px 12px;
      background-color: rgba(14, 46, 92, 0.1);
      color: #0e2e5c;
      border-radius: 4px;
      font-size: 0.75rem;
      font-weight: bold;
      margin-bottom: 15px;
  }

  .location-name {
      font-size: 1.5rem;
      color: #0e2e5c;
      margin-bottom: 10px;
  }

  .location-description {
      color: #64748b;
      line-height: 1.8;
      font-size: 1rem;
      text-align: justify;
  }

  /* 底部註解 */
  .location-footer-note {
      text-align: center;
      margin-top: 50px;
      color: #94a3b8;
      font-style: italic;
  }

  /* 響應式調整 */
  @media (max-width: 992px) {
      .location-grid {
          grid-template-columns: 1fr;
      }

      .about-intro__frame {
          position: absolute;
          width: 100%;
          height: 100%;
          border: 2px solid #e65c00;
          top: 16px;
          left: 13px;
          border-radius: 15px;
          z-index: 0;
          pointer-events: none;
      }



  }









/* 信賴 */

.final-promise {
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;

  /* 主背景：深藍漸層 */
  background: linear-gradient(
    180deg,
    #0e2e5c 0%,
    #0b2346 100%
  );
}

/* 右側品牌光暈 */
.final-promise::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08),
    transparent 65%
  );
  pointer-events: none;
}

/* 工業質感線條（非常淡） */
.final-promise::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.03) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.03) 50%,
      rgba(255, 255, 255, 0.03) 75%,
      transparent 75%,
      transparent
    );
  background-size: 220px 220px;
  opacity: 0.25;
  pointer-events: none;
}

.final-promise__container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}



  .final-promise__line {
    width: 64px;
    height: 4px;
    margin: 0 auto 26px;
    background: #e65c00;
    border-radius: 999px;
  }

  .final-promise__title {
    font-size: 2.5rem;
    font-weight: 700;
  color: #ffffff;
    margin: 0 0 22px;
    line-height: 1.3;
    letter-spacing: 0.3px;
  }

  .final-promise__desc {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 2;
    color: #ccc;
  }

  @media (max-width: 992px) {
    .final-promise {
      padding: 90px 18px;
    }
    .final-promise__title {
      font-size: 24px;
    }
    .final-promise__desc {
      font-size: 16px;
    }
  }





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息(分類) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息(分類) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息(分類) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



.news-center {
  background: #f3f6fa;
  padding: 0px 0 60px;
}

.news-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px 0 30px;
}

/* Tabs */
.news-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 30px 0 30px
}
.news-tabs .tab {
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  color: #344563;
  background: #eef1f6;
  transition: all 0.2s ease;
}
.news-tabs .tab:hover {
  background: #e1e7ef;
      color: #344563;
}
.news-tabs .active {
  background: #1f3a5f;
  color: #ffffff;
}





/* --------------------------- */


/* 卡片 */
.news-card {
    display: flex;
    gap: 24px;
    padding: 24px;
        margin: 30px 0;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0,0,0,.08);
}

/* 圖片 */
/* .news-card-img {
    flex: 0 0 380px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 14px;
    background: #f1f5f9;
} */

/* .news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* 文字區 */
.news-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
        margin: 30px 0 0;
}


.news-tag-box{
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Tag */
.news-tag {
    display: inline-block;
    padding: 5px 14px;
    font-size: 13px;
    border-radius: 999px;
    width: fit-content;
}

.tag-product {
    background: #e6f0ff;
    color: #1d4ed8;
}

.tag-notice {
    background: #fff3e0;
    color: #b45309;
}
.tag-recruiting {
    background: #e6f0ff;
    color: #1d4ed8;
}




/* 文字 */
.news-date {
    font-size: 14px;
    color: #64748b;
    
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0px;
}

.news-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-top: 0px;
}

/* RWD */
@media (max-width: 768px) {
    .news-card {
        flex-direction: column;
        gap: 0px;
    }

    .news-card-img {
        width: 100%;
    }


    .news-card-body {

        margin: 0px 0 0;
    }


    /* 分類條 */
    .news-tabs {
        gap: 2px;
    }
    .news-tabs .tab {
        padding: 10px 15px;

    }
}

/* ===============================
   News Card Image - 完整顯示（覆蓋舊規則）
   =============================== */

.news-card-img {
    flex: 0 0 380px;
    width: 100%;
    aspect-ratio: 4 / 3;        /* 商品圖最穩定 */
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;


}

/* 🔑 關鍵：覆蓋原本 cover + height:100% */
.news-card-img img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block;
        border-radius: 5px;

}







@media (max-width: 768px){
  .news-card-img{
    flex: 0 0 auto;
    aspect-ratio: 4 / 3;
    min-height: 200px; /* 你可以調 180~220 */
  }
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息(詳細頁) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息(詳細頁) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息(詳細頁) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



  /* ===============================
   頁級 Scope
=============================== */
.news-detail {
  background: #f6f8fb;
}

/* ===============================
   滿版標題區
=============================== */
.nd-hero {
  width: 100%;
  background: #d7e0ed;
  padding:120px 0px 60px;
}

.nd-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

/* 麵包屑 */
.nd-breadcrumb {
    font-size: 12px;
    color: #5d5d5d;
    /* margin-bottom: 16px; */
    padding: 5px 30px;
    display: flex;
    justify-content: flex-end;
    /* background: #fff; */
}


.nd-header {
    padding: 10px 0 0px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; */
    /* border-bottom: 1px dashed #d6d6d6; */
    /* margin: 0 0 30px; */
}
.nd-header-label{


    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94a3b8;
    margin: 0px 0 22px;

font-family: 'Playfair Display', serif;

}

/* 主標題 */
.nd-title {
  font-size: 26px;
  font-weight: 700;
  color: #383838;;
  line-height: 1.4;
  margin: 0px 0 10px;
}
@media (max-width: 768px){
  /* 主標題 */
  .nd-title {
    font-size: 26px;

  }
}

.nd-share-tools{
  margin: 0 0 30px;
}

/* 副說明 */
.nd-desc {
  font-size: 15px;
  color: #5f6b7a;
  margin-bottom: 20px;
}

/* 日期與分類 */
.nd-meta {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: #7b8794;
    align-items: center;
        margin: 0 0 15px;

}

.nd-tag {
  background: #eef2f6;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.nd-hr{
    border: 0;
  border-top: 1px solid #cbd5e1; /* 改這裡顏色 */
  margin: 24px 0;
}

/* .tag-notice {
    background: #fff4e5;
    color: #9a5b13;
}

.tag-product {
    background: #eaf7f2;
    color: #1e7f63;
}

.tag-news {
    background: #e7f0fa;
    color: #1f3a5f;
} */


.nd-tag.tag-product {
    background: #e6f0ff;
    color: #1f3a5f;
}
/* 公司公告 */
.nd-tag.tag-notice {
    background: #fff3e0;
    color: #b45309;
}
/* .nd-tag.tag-ohter {
    background: #eaf7f2;
    color: #1e7f63;
} */


/* ===============================
   內容區（白底 + 限寬）
=============================== */
.nd-content-wrap {
  background: #ffffff;
  padding:110px 0px 0px;
}

.nd-content-wrap  .container{
  max-width: 1000px;
}

.nd-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  color: #2f3a45;
}

/* 段落 */
.nd-content p {
  margin-bottom: 24px;
}

/* 小標 */
.nd-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 16px;
  color: #1f2d3d;
}

/* 清單 */
.nd-list {
  padding-left: 20px;
  margin-bottom: 32px;
}

.nd-list li {
  margin-bottom: 10px;
}


.nd-content-wrap .content h2{
  font-size: 22px;
}


/* ===============================
   返回最新消息
=============================== */
.nd-back-wrap {
  margin-top: 60px;

  border-top: 1px solid #eef2f6;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #eef2f6;
}

.nd-back-link {
  display: inline-block;
  font-size: 14px;
  color: #3a4b5c;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 30px;
  background: #f4f7fb;
  transition: all 0.2s ease;
}

.nd-back-link:hover {
  background: #e8eef6;
  color: #1f2d3d;
}





/* 
.news-hero {
  width: 100%;
  aspect-ratio: 16 / 7;   
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 32px;
}

.news-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


  /* Media */
  .news-detail-media{
    margin: 0 0 56px;
  }

  .news-detail-media-frame{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    /* border-radius: 18px; */
    background:
      radial-gradient(900px 300px at 20% 0%, rgba(31,76,143,.12), transparent 60%),
      radial-gradient(700px 260px at 80% 10%, rgba(255,154,44,.10), transparent 55%),
      #eef3fb;
  }

  .news-detail-media-frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .news-detail-caption{
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    letter-spacing: .3px;
  }













/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】聯絡我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】聯絡我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】聯絡我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ===== 主體區 ===== */
.contact-page {
  padding: 80px 20px 120px;
}

.contact-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
}

/* ===== 表單區 ===== */
.contact-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.contact-form h2 {
  font-size: 24px;
  margin-bottom: 8px;
  position: relative;
}

.contact-form h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:40px;
  height:3px;
  background:#FF8A00;
  border-radius:3px;
}



.form-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #2563eb;
}

/* 按鈕 */
.btn-submit {
  width: 100%;
  padding: 14px;
  background: #1f3a5f;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #162c49;
}

/* ===== 聯絡資訊 ===== */
.contact-info {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}


.contact-info .contact-group h2{
  font-size:24px;
  font-weight:700;
  color:#0A1444;
  margin-bottom:20px;
  position:relative;
}

.contact-info .contact-group h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:40px;
  height:3px;
  background:#FF8A00;
  border-radius:3px;
}

.contact-info .contact-group h3{
  font-size:16px;
  font-weight:600;
  margin:15px 0 8px;
  color:#0A1444;
}

.contact-info .contact-group ul{
  padding-left:0;
  margin:0;
  list-style:none;
}

.contact-info .contact-group li{
  color:#44506a;
  font-size:14px;
  margin-bottom:4px;
  line-height:1.5;
}




/* ===== RWD ===== */
@media (max-width: 992px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .contact-info {
    order: -1;
  }
}

@media (max-width: 576px) {
  .inner-banner__title {
    font-size: 28px;
  }

  .contact-form,
  .contact-info {
    padding: 24px;
  }
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】服務項目 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




.services-box{
  /* height:600px; */
  background: #f3f6fa;
      position: relative;
      padding: 0 30px 60px 30px
}




.service-line-contract {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px;
  color: #1f2d3d;
      /* background: #f3f6fa; */
}

.service-line-contract h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.service-line-contract h3 {
  font-size: 24px;
  margin-bottom: 24px;
}



.service-line-contract p {
  line-height: 1.8;
  color: #4a4a4a;
}

.service-line-contract .slc-intro h2 {
  text-align: center;
}




.slc-level-grid,
.slc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.slc-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.slc-scope ul {
  columns: 2;
  line-height: 2;
}

.slc-process ol {
  padding-left: 20px;
  line-height: 2;
}

.slc-cta {

    text-align: center;
    
    padding: 100px 15px;
    background: #cee2ff;
 
  
}

.slc-cta h3{
  font-size: 24px;
}

.slc-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 36px;
  background: #FF9800;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 992px) {
  .slc-level-grid,
  .slc-benefit-grid {
    grid-template-columns: 1fr;
  }

  .slc-scope ul {
    columns: 1;
  }


  .service-line-contract h2 {
      font-size: 24px;
      margin-bottom: 24px;
  }
  .slc-scope h3{
    text-align: center;
  }

}










/* ===== 生產線承攬｜企業效益區塊 ===== */

.slc-scope{
  margin: 0 0 60px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e7eb;
}

.slc-process{
 padding: 0 0 30px;
    border-bottom: 1px solid #e5e7eb;
}

.slc-benefit {
  /* margin-top: 48px; */
  padding-top: 32px;
    /* border-bottom: 1px solid #e5e7eb; */
}



.slc-benefit h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
}

/* 上方結論段 */
.slc-benefit-summary {
  max-width: 880px;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

/* 三欄關鍵價值 */
.slc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.slc-benefit-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.slc-benefit-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.10);
}

/* 編號 */
.slc-benefit-no {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1e3a8a;
  background: rgba(30, 58, 138, 0.10);
  border-radius: 999px;
  letter-spacing: 0.8px;
}

/* 標題 */
.slc-benefit-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

/* 說明文字 */
.slc-benefit-desc {
  font-size: 13px;
  line-height: 1.75;
  color: #64748b;
}

/* ===== RWD ===== */
@media (max-width: 900px) {
  .slc-benefit-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .slc-benefit-title {
      text-align: center;
  }
}
















/* ===== 服務頁上方情境圖（img 版） ===== */
.slc-hero{
  position: relative;
  width: 100%;
  height: 315px;            /* 控制區塊高度 */
  margin: 32px 0 40px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.15);
}

/* 用 img 取代 background-image */
.slc-hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;        /* 等同 background-size: cover */
  object-position: center;  /* 等同 background-position: center */
  display: block;
}

/* 遮罩（確保文字可讀） */
.slc-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 6, 23, 0.55),
    rgba(2, 6, 23, 0.35)
  );
}

/* 文字層 */
.slc-hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.slc-hero-overlay h2{
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .5px;
}

.slc-hero-overlay p{
  margin: 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.9);
}

@media (max-width: 768px){
  .slc-hero{
    height: 200px;
    margin: 24px 0 90px;
  }
  .slc-hero-overlay{
    padding: 24px;
  }
  .slc-hero-overlay h2{
    font-size: 18px;
  }
}











/* ===== 外包作業流程（3 steps） ===== */
.slc-process-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.slc-process-item{
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(2,6,23,.06);
}

.slc-process-no{
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1e3a8a;
  background: rgba(30,58,138,.10);
  border-radius: 999px;
}

.slc-process-title{
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.slc-process-desc{
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
}

@media (max-width: 992px){
  .slc-process-grid{
    grid-template-columns: 1fr;
  }

  .slc-process h3{
    text-align: center;
  }
}




/* =========================
   F. slc-benefit（人力派遣：數字引導卡片區）
   ========================= */

/* 區塊外層 */
.slc-benefit{
  padding-top: 60px;
  padding-bottom: 8px;
}

/* 標題（若此區有 h3） */
.slc-benefit h3{
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 18px;
  letter-spacing: .2px;
}

/* 三欄卡片網格 */
.slc-benefit-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* 卡片本體 */
.slc-benefit-card{
  position: relative;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 140px;
  overflow: hidden;
}

/* 上方淡淡的層次線條（增加企業感） */
.slc-benefit-card::before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%;
  height:4px;
  background: linear-gradient(90deg, rgba(7,79,152,.9), rgba(0,140,214,.55), rgba(7,79,152,.12));
}

/* hover 提升層次 */
.slc-benefit-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
  border-color: #dbe7f6;
}

/* 01 / 02 / 03（若你的 HTML 裡是獨立元素，例如 <div class="slc-no">01</div>） */
.slc-benefit-card .slc-no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef6ff;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .6px;
  margin-bottom: 12px;
}

/* 卡片標題（若你的 HTML 是 h4 或 .slc-title） */
.slc-benefit-card h4,
.slc-benefit-card .slc-title{
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.35;
}

/* 卡片內文（若你的 HTML 是 p 或 .slc-desc） */
.slc-benefit-card p,
.slc-benefit-card .slc-desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #475569;
}

/* 讓卡片內容排列更穩（避免行高不一致） */
.slc-benefit-card > *:last-child{
  margin-bottom: 0;
}

/* RWD：平板兩欄、手機一欄 */
@media (max-width: 992px){
  .slc-benefit-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){

  .slc-benefit-grid{ grid-template-columns: 1fr; gap: 14px; }
  .slc-benefit-card{ padding: 18px 16px; min-height: auto; }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】代工類別 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】代工類別 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】代工類別 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



.oem-services-page{
  height: 600px;
  padding: 0 30px;
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】工廠設備 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】工廠設備 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】工廠設備 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




.fe-section {
  padding: 72px 0;
  background: #f3f6fa;
}

.fe-grid-2 {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
}

@media (max-width: 992px) {
  .fe-section {
    padding: 56px 0;
  }

  .fe-grid-2 {
    grid-template-columns: 1fr;
  }
}

/* Typography */
.fe-h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.fe-h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.2px;
}

.fe-p {
  margin: 0 0 14px;
  font-size: 16px;
}

.fe-small {
  margin: 12px 0 0;
  font-size: 14px;
  color: #38506c;
}

.fe-muted {
  color: #4a607b;
}

.fe-caption {
  margin: 10px 0 0;
  font-size: 13px;
  color: #5a6f86;
}

/* HERO */
.fe-hero {
  position: relative;
  min-height: 320px;
  padding: 70px 0;
  overflow: hidden;
  background: #0b2b57;
  color: #ffffff;
}

.fe-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,43,87,0.92), rgba(11,43,87,0.62)),
    url("images/factory-equipment/hero_bg.png") center center / cover no-repeat;
  transform: scale(1.02);
  filter: saturate(0.9) contrast(0.98);
}

.fe-hero__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.fe-hero__kicker {
  font-size: 12px;
  letter-spacing: 2.6px;
  opacity: 0.88;
  margin-bottom: 10px;
}

.fe-hero__title {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0.6px;
}

.fe-hero__desc {
  margin: 0 0 18px;
  max-width: 760px;
  font-size: 16px;
  color: rgba(255,255,255,0.88);
}

.fe-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fe-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 13px;
  color: rgba(255,255,255,0.92);
}

.fe-hero__shape {
  position: absolute;
  right: -120px;
  top: -80px;
  width: 420px;
  height: 420px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.22), rgba(255,255,255,0) 60%),
    linear-gradient(135deg, rgba(255,153,51,0.26), rgba(0,153,255,0.12));
  border-radius: 38% 62% 58% 42% / 40% 40% 60% 60%;
  filter: blur(0.2px);
  opacity: 0.95;
}

@media (max-width: 992px) {
  .fe-hero {
    padding: 56px 0;
  }

  .fe-hero__title {
    font-size: 34px;
  }
}

/* Intro */
.fe-intro__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5edf7;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(8, 32, 66, 0.08);
  padding: 14px;
  
}

.fe-img {
  border-radius: 14px;
}

.fe-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.fe-point {
  position: relative;
  padding-left: 18px;
  color: #2a3f59;
  font-size: 15px;
}

.fe-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #ff8a2a;
}

/* Modules */
.fe-section__head {
  margin-bottom: 22px;
  max-width: 820px;
}

.fe-cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.fe-card {
  grid-column: span 4;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e7eef8;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(8, 32, 66, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.fe-card__media {
  position: relative;
  padding: 14px;
  background: linear-gradient(180deg, #f6f9ff, #ffffff);
}

.fe-card__media .fe-img {
  border: 1px solid #e6eef8;
}

.fe-card__tag {
  position: absolute;
  left: 26px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11,43,87,0.92);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  letter-spacing: 0.6px;
}

.fe-card__body {
  padding: 18px 18px 20px;
}

.fe-list {
  margin: 0;
  padding-left: 18px;
  color: #2b3f58;
  font-size: 14px;
  padding: 0;
}

.fe-list li {
  margin: 6px 0;
}

@media (max-width: 1100px) {
  .fe-card {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .fe-card {
    grid-column: span 12;
  }
}

/* Note */
.fe-note {
  margin-top: 22px;
  border-radius: 16px;
  border: 1px solid #e7eef8;
  background: #f7faff;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
}

.fe-note__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,153,51,0.24), rgba(0,153,255,0.14)),
    rgba(11,43,87,0.08);
  border: 1px solid rgba(11,43,87,0.10);
}

.fe-note__text {
  font-size: 14px;
  color: #2e4662;
}

/* CTA */
.fe-cta {
  padding: 66px 0;
  background: linear-gradient(180deg, #0b2b57, #071d3c);
  color: #ffffff;
}

.fe-cta__box {
  border-radius: 22px;
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 16px 40px rgba(0,0,0,0.20);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.fe-cta__title {
  margin-bottom: 10px;
  font-size: 26px;
}

.fe-cta__desc {
  margin: 0;
  color: rgba(255,255,255,0.86);
}

.fe-cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 14px;
  letter-spacing: 0.2px;
  border: 1px solid transparent;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
  white-space: nowrap;
}

.fe-btn--primary {
  background: #ff8a2a;
  color: #0b2b57;
  border-color: rgba(255,255,255,0.10);
}

.fe-btn--ghost {
  background: transparent;
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.22);
}

.fe-btn:hover {
  transform: translateY(-1px);
}

@media (max-width: 992px) {
  .fe-cta__box {
    grid-template-columns: 1fr;
  }

  .fe-cta__actions {
    justify-content: flex-start;
  }

  /* Intro */
  .fe-intro__media {

    margin: 0;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】生產作業 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】生產作業 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】生產作業 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


  /* 最外層：mp（避免命名撞到其他頁） */
  .mp{

    padding:60px 0px 60px;
    background: #f3f6fa;
  }

  .mp-title{
    text-align:center;
    font-size:34px;
    font-weight:800;
    letter-spacing:1px;
    margin:0;
    color:#0b1b3a;
        
  }

  .mp-subtitle{
    text-align:center;
    margin:14px auto 0;
    max-width:760px;
    font-size:16px;
    line-height:1.8;
   color: #ff7a00;
  }

  .mp-grid{
    margin-top:48px;
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
    align-items:stretch;
  }

  /* 卡片改名：mp-card（避免 .card 與別頁衝突） */
  .mp-card{
    background:#fff;
    border-radius:20px;
    padding:32px 26px 34px;
    border:1px solid #e5e7eb;
    box-shadow:0 20px 40px rgba(0,0,0,0.06);
    text-align:center;
  }

  /* icon 外框：全白、無任何顏色 */
  .mp-icon{
    width:72px;
    height:72px;
    margin:0 auto 18px;
    border-radius:16px;
    border:1px solid #e5e7eb;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
  }

  .mp-icon svg{
    width:30px;
    height:30px;
    stroke:#1f2937;
  }

  .mp-card h3{
    margin:0;
    font-size:18px;
    font-weight:800;
    color:#0b1b3a;
  }

  .mp-divider{
    width:40px;
    height:3px;
    background:#d1d5db;
    margin:14px auto;
    border-radius:999px;
  }

  .mp-desc{
    margin:0 auto;
    max-width:260px;
    font-size:14.5px;
    line-height:1.9;
    color:#6b7280;
  }

  @media (max-width: 1024px){
    .mp-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
  }

  @media (max-width: 992px){
    .mp{ padding:60px 0px 56px; }
    .mp-title{ font-size:28px; }
    .mp-grid{ grid-template-columns:1fr; }
  }

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】合作客戶 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】合作客戶 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】合作客戶 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LINE線上客服 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LINE線上客服 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LINE線上客服 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#fixedTop {
    padding: 25px 25px;
    right: 30px;
    bottom: 30px;
    color: #fff;
    text-align: center;
    display: none;
    background: #000;
    position: fixed;
    z-index: 99;
    background: url(../images/icon/line.png) no-repeat;
}