/* Start custom CSS for html, class: .elementor-element-31a7b56 */.tsg-guide{
  --navy:#061f33;--navy2:#0b304c;--gold:#f2a900;--cream:#fff8e9;
  --paper:#fcfbf8;--light:#eef3f6;--white:#fff;--text:#172936;
  --muted:#60707b;--line:rgba(6,31,51,.13);--shadow:0 14px 34px rgba(6,31,51,.07);
  color:var(--text);background:var(--paper);
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;
  font-weight:500;line-height:1.75
}
.tsg-guide,.tsg-guide *{box-sizing:border-box}
.tsg-guide a{color:inherit;text-decoration:none}
.tsg-guide-container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.tsg-guide-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(115deg,var(--navy),var(--navy2))}
.tsg-guide-hero:after{content:"";position:absolute;right:-120px;bottom:-220px;width:430px;height:430px;border:1px solid rgba(242,169,0,.27);border-radius:50%}
.tsg-guide-hero__inner{position:relative;z-index:2;min-height:250px;padding:40px 0;display:flex;flex-direction:column;justify-content:center}
.tsg-guide-breadcrumb{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px;color:rgba(255,255,255,.62);font-size:12px}
.tsg-guide-hero h1{margin:0 0 9px;font-size:clamp(36px,4.5vw,54px);font-weight:800;line-height:1.2}
.tsg-guide-hero p{max-width:850px;margin:0;color:rgba(255,255,255,.82);font-size:17px}
.tsg-guide-tabs{position:sticky;top:0;z-index:999;background:rgba(6,31,51,.98)}
.tsg-guide-tabs__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.tsg-guide-tab{position:relative;display:grid;place-items:center;min-height:58px;padding:10px;color:rgba(255,255,255,.7)!important;border-right:1px solid rgba(255,255,255,.09);font-size:14px;font-weight:700}
.tsg-guide-tab:last-child{border-right:0}
.tsg-guide-tab:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;background:var(--gold);transform:scaleX(0)}
.tsg-guide-tab:hover,.tsg-guide-tab.is-active{color:#fff!important;background:rgba(255,255,255,.055)}
.tsg-guide-tab.is-active:after{transform:scaleX(1)}
.tsg-guide-main{padding:34px 0}
.tsg-guide-section{margin-bottom:34px}
.tsg-guide-section:last-child{margin-bottom:0}
.tsg-guide-heading{margin-bottom:16px}
.tsg-guide-heading h2{margin:0 0 6px;color:var(--navy);font-size:clamp(27px,3vw,38px);font-weight:800}
.tsg-guide-heading p{max-width:880px;margin:0;color:var(--muted);font-size:15px}
.tsg-guide-callout{padding:20px 22px;background:var(--cream);border-left:5px solid var(--gold)}
.tsg-guide-callout strong{display:block;margin-bottom:5px;color:var(--navy);font-size:18px}
.tsg-guide-callout p{margin:0;color:var(--muted);font-size:14px}
.tsg-guide-faq{display:grid;gap:9px}
.tsg-guide-faq details{background:#fff;border:1px solid var(--line)}
.tsg-guide-faq summary{display:flex;justify-content:space-between;gap:15px;padding:15px 18px;list-style:none;cursor:pointer;color:var(--navy);font-size:15px;font-weight:800}
.tsg-guide-faq summary::-webkit-details-marker{display:none}
.tsg-guide-faq summary:after{content:"＋";color:var(--gold);font-size:20px}
.tsg-guide-faq details[open] summary:after{content:"－"}
.tsg-guide-faq__answer{padding:0 18px 16px}
.tsg-guide-faq__answer p{margin:0;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
.tsg-guide-sources{padding:18px 20px;background:var(--light);border:1px solid var(--line)}
.tsg-guide-sources h3{margin:0 0 8px;color:var(--navy);font-size:16px}
.tsg-guide-sources ul{margin:0;padding-left:20px}
.tsg-guide-sources li{margin:4px 0;color:var(--muted);font-size:12px}
.tsg-guide-sources a{text-decoration:underline}
.tsg-guide-return{color:#fff;background:var(--navy)}
.tsg-guide-return__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0}
.tsg-guide-return h2{margin:0 0 3px;font-size:21px;font-weight:800}
.tsg-guide-return p{margin:0;color:rgba(255,255,255,.65);font-size:12px}
.tsg-guide-return__btn{display:inline-flex;align-items:center;justify-content:center;min-width:230px;min-height:44px;padding:9px 18px;color:var(--navy)!important;background:var(--gold);font-size:14px;font-weight:800}
.tsg-guide-note{padding:10px 15px;background:#e9eef1;color:var(--muted);font-size:11px;text-align:center}
@media(max-width:1024px){
  .tsg-guide-tabs__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tsg-guide-tab{border-bottom:1px solid rgba(255,255,255,.09)}
  .tsg-guide-tab:nth-child(2n){border-right:0}
  .tsg-guide-tab:nth-child(n+3){border-bottom:0}
}
@media(max-width:767px){
  .tsg-guide-container{width:min(100% - 30px,1180px)}
  .tsg-guide-hero__inner{min-height:0;padding:28px 0}
  .tsg-guide-hero h1{font-size:31px}
  .tsg-guide-hero p{font-size:14px}
  .tsg-guide-tab{min-height:50px;font-size:12px}
  .tsg-guide-main{padding:22px 0}
  .tsg-guide-section{margin-bottom:26px}
  .tsg-guide-return__inner{flex-direction:column;align-items:stretch;gap:12px;padding:18px 0}
  .tsg-guide-return__btn{width:100%;min-width:0}
}

.tsg-claim-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.tsg-claim-step{padding:20px 16px;background:#fff;border-top:4px solid var(--gold);box-shadow:var(--shadow)}
.tsg-claim-step span{display:block;margin-bottom:10px;color:var(--gold);font-size:24px;font-weight:900}
.tsg-claim-step h3{margin:0 0 5px;color:var(--navy);font-size:17px}
.tsg-claim-step p{margin:0;color:var(--muted);font-size:12px}
.tsg-docs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.tsg-doc{padding:20px;background:var(--light)}
.tsg-doc h3{margin:0 0 8px;color:var(--navy);font-size:18px}
.tsg-doc ul{margin:0;padding-left:18px}
.tsg-doc li{margin:6px 0;color:var(--muted);font-size:13px}
.tsg-claim-delay{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.tsg-delay-list,.tsg-digital{padding:22px;background:#fff;border:1px solid var(--line)}
.tsg-delay-list h3,.tsg-digital h3{margin:0 0 9px;color:var(--navy);font-size:20px}
.tsg-delay-list ol{margin:0;padding-left:20px}
.tsg-delay-list li{margin:8px 0;color:var(--muted);font-size:13px}
.tsg-digital p{margin:0 0 10px;color:var(--muted);font-size:13px}
.tsg-digital strong{color:var(--navy)}
@media(max-width:1024px){.tsg-claim-flow{grid-template-columns:repeat(3,1fr)}.tsg-docs{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.tsg-claim-flow,.tsg-docs,.tsg-claim-delay{grid-template-columns:1fr}}


/* =========================================================
   WordPress / Elementor 正式環境強制修正
   修正主題樣式覆蓋造成的字色、字級、行高與粗細異常
   ========================================================= */

/* 全頁字體基準 */
.tsg-guide,
.tsg-guide * {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif !important;
  box-sizing: border-box !important;
}

/* 清除佈景主題對標題與段落的額外樣式 */
.tsg-guide h1,
.tsg-guide h2,
.tsg-guide h3,
.tsg-guide h4,
.tsg-guide p,
.tsg-guide ul,
.tsg-guide ol,
.tsg-guide dl,
.tsg-guide dt,
.tsg-guide dd,
.tsg-guide summary {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Banner：所有文字強制為白色系 */
.tsg-guide .tsg-guide-hero,
.tsg-guide .tsg-guide-hero * {
  color: #ffffff !important;
}

.tsg-guide .tsg-guide-breadcrumb,
.tsg-guide .tsg-guide-breadcrumb a,
.tsg-guide .tsg-guide-breadcrumb span {
  color: rgba(255,255,255,.68) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.tsg-guide .tsg-guide-hero h1 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: clamp(40px, 4.2vw, 58px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}

.tsg-guide .tsg-guide-hero p {
  max-width: 860px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
}

/* 頁籤 */
.tsg-guide .tsg-guide-tab {
  color: rgba(255,255,255,.74) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.tsg-guide .tsg-guide-tab:hover,
.tsg-guide .tsg-guide-tab.is-active {
  color: #ffffff !important;
}

/* 主要內容標題與段落 */
.tsg-guide .tsg-guide-heading h2 {
  margin: 0 0 8px !important;
  color: #061f33 !important;
  font-size: clamp(28px, 2.5vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.tsg-guide .tsg-guide-heading p {
  margin: 0 !important;
  color: #60707b !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
}

/* 所有知識區塊小標題 */
.tsg-guide .tsg-budget-step h3,
.tsg-guide .tsg-budget-list h3,
.tsg-guide .tsg-budget-example h3,
.tsg-guide .tsg-terms-intro h3,
.tsg-guide .tsg-term h3,
.tsg-guide .tsg-process-step h3,
.tsg-guide .tsg-do h3,
.tsg-guide .tsg-dont h3,
.tsg-guide .tsg-policy-check h3,
.tsg-guide .tsg-claim-step h3,
.tsg-guide .tsg-doc h3,
.tsg-guide .tsg-delay-list h3,
.tsg-guide .tsg-digital h3,
.tsg-guide .tsg-guide-sources h3 {
  color: #061f33 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

/* 一般內容文字 */
.tsg-guide .tsg-budget-step p,
.tsg-guide .tsg-budget-list li,
.tsg-guide .tsg-budget-myth p,
.tsg-guide .tsg-terms-intro p,
.tsg-guide .tsg-term p,
.tsg-guide .tsg-process-step p,
.tsg-guide .tsg-do li,
.tsg-guide .tsg-dont li,
.tsg-guide .tsg-policy-check p,
.tsg-guide .tsg-claim-step p,
.tsg-guide .tsg-doc li,
.tsg-guide .tsg-delay-list li,
.tsg-guide .tsg-digital p,
.tsg-guide .tsg-guide-faq__answer p,
.tsg-guide .tsg-guide-sources li {
  color: #60707b !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
}

/* 深藍底區塊文字 */
.tsg-guide .tsg-budget-example,
.tsg-guide .tsg-budget-example * {
  color: #ffffff !important;
}

.tsg-guide .tsg-budget-example h3 {
  color: #ffffff !important;
}

.tsg-guide .tsg-budget-example p {
  color: rgba(255,255,255,.76) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.tsg-guide .tsg-budget-example dd {
  color: #f2a900 !important;
  font-weight: 800 !important;
}

/* 三個常見迷思：修正正式環境巨大字級 */
.tsg-guide .tsg-budget-myths {
  align-items: stretch !important;
}

.tsg-guide .tsg-budget-myth {
  min-height: 0 !important;
  padding: 22px !important;
}

.tsg-guide .tsg-budget-myth strong {
  display: block !important;
  margin: 0 0 8px !important;
  color: #061f33 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

.tsg-guide .tsg-budget-myth p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

/* 重要提醒 */
.tsg-guide .tsg-guide-callout strong {
  color: #061f33 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.tsg-guide .tsg-guide-callout p {
  color: #60707b !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* FAQ */
.tsg-guide .tsg-guide-faq summary {
  color: #061f33 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

.tsg-guide .tsg-guide-faq summary::after {
  color: #f2a900 !important;
}

/* 表格 */
.tsg-guide .tsg-terms-compare th {
  color: #ffffff !important;
  background: #061f33 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.tsg-guide .tsg-terms-compare td {
  color: #60707b !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.tsg-guide .tsg-terms-compare td:first-child {
  color: #061f33 !important;
  font-weight: 800 !important;
}

/* 返回區域 */
.tsg-guide .tsg-guide-return,
.tsg-guide .tsg-guide-return * {
  color: #ffffff !important;
}

.tsg-guide .tsg-guide-return h2 {
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.tsg-guide .tsg-guide-return p {
  color: rgba(255,255,255,.68) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.tsg-guide .tsg-guide-return__btn {
  color: #061f33 !important;
  background: #f2a900 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

/* 手機版 */
@media (max-width: 767px) {
  .tsg-guide .tsg-guide-hero h1 {
    font-size: 34px !important;
  }

  .tsg-guide .tsg-guide-hero p {
    font-size: 15px !important;
  }

  .tsg-guide .tsg-guide-tab {
    font-size: 13px !important;
  }

  .tsg-guide .tsg-guide-heading h2 {
    font-size: 27px !important;
  }

  .tsg-guide .tsg-guide-heading p {
    font-size: 15px !important;
  }

  .tsg-guide .tsg-budget-myth strong,
  .tsg-guide .tsg-budget-step h3,
  .tsg-guide .tsg-budget-list h3,
  .tsg-guide .tsg-budget-example h3,
  .tsg-guide .tsg-terms-intro h3,
  .tsg-guide .tsg-term h3,
  .tsg-guide .tsg-process-step h3,
  .tsg-guide .tsg-do h3,
  .tsg-guide .tsg-dont h3,
  .tsg-guide .tsg-policy-check h3,
  .tsg-guide .tsg-claim-step h3,
  .tsg-guide .tsg-doc h3,
  .tsg-guide .tsg-delay-list h3,
  .tsg-guide .tsg-digital h3 {
    font-size: 17px !important;
  }
}/* End custom CSS */