/* Start custom CSS for html, class: .elementor-element-cb783e1 *//* =========================================================
   台鋼保經｜個資安全政策｜最終完整版 CSS
   適用：WordPress 文章頁（HTML 與 CSS 分離）
   字體：Noto Serif TC
========================================================= */

.tsg-privacy-policy,
.tsg-privacy-policy * {
  box-sizing: border-box;
}

.tsg-privacy-policy {
  --tsg-navy: #061f33;
  --tsg-navy-light: #123b58;
  --tsg-gold: #f4a900;
  --tsg-gold-dark: #b87900;
  --tsg-text: #303942;
  --tsg-muted: #66727c;
  --tsg-line: #dde3e7;
  --tsg-bg: #f6f7f8;
  --tsg-white: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 58px 24px 72px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(244, 169, 0, 0.09) 0,
      rgba(244, 169, 0, 0) 31%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8f9fa 100%
    );

  color: var(--tsg-text);

  font-family:
    "Noto Serif TC",
    "Songti TC",
    "PMingLiU",
    serif;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.045em;
  word-break: break-word;
}

.tsg-privacy-policy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 7px;

  background: var(--tsg-gold);
}

.tsg-privacy-container {
  position: relative;
  z-index: 1;

  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =========================================================
   頁首
========================================================= */

.tsg-privacy-header {
  position: relative;

  max-width: 920px;
  margin: 0 auto 42px;
  padding: 10px 0 16px;

  text-align: center;
}

.tsg-privacy-header-line {
  width: 54px;
  height: 5px;

  margin: 0 auto 18px;

  border-radius: 999px;
  background: var(--tsg-gold);
}

.tsg-privacy-eyebrow {
  margin: 0 0 6px;

  color: var(--tsg-gold-dark);

  font-family: "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.tsg-privacy-title {
  margin: 0;

  color: var(--tsg-navy);

  font-family:
    "Noto Serif TC",
    "Songti TC",
    "PMingLiU",
    serif;

  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.tsg-privacy-intro {
  max-width: 820px;

  margin: 18px auto 0;

  color: var(--tsg-muted);

  font-size: 17px;
  font-weight: 500;
  line-height: 1.85;
}

/* =========================================================
   主章節
========================================================= */

.tsg-privacy-section {
  position: relative;

  margin-bottom: 24px;
  padding: 40px 50px 44px;

  border: 1px solid rgba(6, 31, 51, 0.09);
  border-radius: 6px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow: 0 15px 45px rgba(6, 31, 51, 0.055);
}

.tsg-privacy-section::before {
  content: "";

  position: absolute;
  top: 0;
  left: 50px;

  width: 72px;
  height: 4px;

  background: var(--tsg-gold);
}

/* =========================================================
   章節標題
========================================================= */

.tsg-privacy-heading {
  display: flex;
  align-items: center;
  gap: 20px;

  margin-bottom: 24px;
}

.tsg-privacy-number {
  display: inline-flex;
  flex: 0 0 62px;

  align-items: center;
  justify-content: center;

  width: 62px;
  height: 62px;

  border: 1px solid rgba(244, 169, 0, 0.75);

  color: var(--tsg-gold-dark);

  font-family: "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.tsg-privacy-heading-en {
  margin: 0 0 3px;

  color: var(--tsg-gold-dark);

  font-family: "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.19em;
}

.tsg-privacy-heading h2 {
  margin: 0;

  color: var(--tsg-navy);

  font-family:
    "Noto Serif TC",
    "Songti TC",
    "PMingLiU",
    serif;

  font-size: clamp(23px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.055em;
}

/* =========================================================
   一般段落
========================================================= */

.tsg-privacy-paragraph {
  margin: 0 0 20px;

  color: var(--tsg-text);

  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.tsg-privacy-paragraph-image {
  margin-top: 28px;
  margin-bottom: 18px;

  color: var(--tsg-navy);
  font-weight: 700;
}

/* =========================================================
   編號清單
========================================================= */

.tsg-privacy-list {
  margin: 0;
  padding: 0;

  list-style: none;
  counter-reset: privacy-list;
}

.tsg-privacy-list &gt; li {
  position: relative;

  margin-bottom: 12px;
  padding: 4px 0 15px 56px;

  border-bottom: 1px solid var(--tsg-line);

  color: var(--tsg-text);

  counter-increment: privacy-list;
}

.tsg-privacy-list &gt; li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.tsg-privacy-list &gt; li::before {
  content: counter(privacy-list, decimal-leading-zero);

  position: absolute;
  top: 2px;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  background: var(--tsg-navy);
  color: var(--tsg-white);

  font-family: "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tsg-privacy-list-long &gt; li {
  padding-bottom: 15px;
}

/* =========================================================
   機密性、完整性、可用性
========================================================= */

.tsg-privacy-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;

  margin-top: 24px;
}

.tsg-privacy-core-card {
  position: relative;

  display: flex;
  align-items: flex-start;
  gap: 16px;

  min-height: 168px;
  padding: 25px 23px;

  border: 1px solid rgba(6, 31, 51, 0.1);

  background: var(--tsg-bg);
}

.tsg-privacy-core-card::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;

  width: 34px;
  height: 4px;

  background: var(--tsg-gold);
}

.tsg-privacy-core-index {
  display: inline-flex;
  flex: 0 0 42px;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: var(--tsg-gold);
  color: var(--tsg-navy);

  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.tsg-privacy-core-card h3 {
  margin: 1px 0 8px;

  color: var(--tsg-navy);

  font-family:
    "Noto Serif TC",
    "Songti TC",
    "PMingLiU",
    serif;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.tsg-privacy-core-card p {
  margin: 0;

  color: var(--tsg-muted);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

/* =========================================================
   治理架構
========================================================= */

.tsg-privacy-governance {
  display: grid;
  gap: 14px;
}

.tsg-privacy-governance-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 21px;

  padding: 25px 28px;

  border-left: 4px solid var(--tsg-gold);

  background: var(--tsg-bg);
}

.tsg-privacy-governance-item &gt; span {
  padding-top: 3px;

  color: var(--tsg-gold-dark);

  font-family: "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.tsg-privacy-governance-item h3 {
  margin: 0 0 8px;

  color: var(--tsg-navy);

  font-family:
    "Noto Serif TC",
    "Songti TC",
    "PMingLiU",
    serif;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.tsg-privacy-governance-item p {
  margin: 0;

  color: var(--tsg-text);

  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}

/* =========================================================
   四大管理面向
========================================================= */

.tsg-privacy-management-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tsg-privacy-management-card {
  position: relative;

  min-height: 225px;
  padding: 35px 30px 30px;

  overflow: hidden;

  border: 1px solid rgba(6, 31, 51, 0.1);

  background: var(--tsg-bg);
}

.tsg-privacy-management-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 7px;
  height: 100%;

  background: var(--tsg-gold);
}

.tsg-privacy-card-number {
  position: absolute;
  top: 18px;
  right: 23px;

  color: rgba(6, 31, 51, 0.09);

  font-family: "Times New Roman", serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.tsg-privacy-management-card h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 14px;

  color: var(--tsg-navy);

  font-family:
    "Noto Serif TC",
    "Songti TC",
    "PMingLiU",
    serif;

  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.tsg-privacy-management-card p {
  position: relative;
  z-index: 1;

  margin: 0;

  color: var(--tsg-muted);

  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}

/* =========================================================
   圖片
========================================================= */

.tsg-privacy-image {
  margin: 26px 0 0;
  padding: 20px;

  border: 1px solid var(--tsg-line);

  background: var(--tsg-white);

  text-align: center;
}

.tsg-privacy-image img {
  display: block;

  width: auto;
  max-width: 100%;
  height: auto;

  margin: 0 auto;

  object-fit: contain;
}

.tsg-privacy-image figcaption {
  margin-top: 14px;

  color: var(--tsg-muted);

  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

/* =========================================================
   短內容區塊
========================================================= */

.tsg-privacy-section-simple {
  padding-bottom: 38px;
}

.tsg-privacy-text-box {
  padding: 24px 28px;

  border-left: 4px solid var(--tsg-gold);

  background: var(--tsg-bg);
}

.tsg-privacy-text-box p {
  margin: 0;

  color: var(--tsg-text);

  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

/* =========================================================
   日期
========================================================= */

.tsg-privacy-date-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  padding: 28px 32px;

  border: 1px solid rgba(244, 169, 0, 0.45);

  background:
    linear-gradient(
      90deg,
      rgba(244, 169, 0, 0.1),
      rgba(244, 169, 0, 0.025)
    );
}

.tsg-privacy-date-box span {
  flex: 0 0 auto;

  color: var(--tsg-gold-dark);

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.tsg-privacy-date-box strong {
  color: var(--tsg-navy);

  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-align: right;
}

/* =========================================================
   平板
========================================================= */

@media (max-width: 1024px) {

  .tsg-privacy-policy {
    padding: 50px 22px 65px;
  }

  .tsg-privacy-header {
    margin-bottom: 36px;
    padding-bottom: 12px;
  }

  .tsg-privacy-section {
    margin-bottom: 22px;
    padding: 36px 36px 40px;
  }

  .tsg-privacy-section::before {
    left: 36px;
  }

  .tsg-privacy-heading {
    margin-bottom: 22px;
  }

  .tsg-privacy-core-grid {
    grid-template-columns: 1fr;
  }

  .tsg-privacy-core-card {
    min-height: 0;
  }

}

/* =========================================================
   手機
========================================================= */

@media (max-width: 767px) {

  .tsg-privacy-policy {
    padding: 38px 14px 50px;

    font-size: 16px;
    line-height: 1.9;
  }

  .tsg-privacy-header {
    margin-bottom: 28px;
    padding: 4px 0 8px;
  }

  .tsg-privacy-header-line {
    margin-bottom: 14px;
  }

  .tsg-privacy-eyebrow {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .tsg-privacy-title {
    font-size: 32px;
    letter-spacing: 0.07em;
  }

  .tsg-privacy-intro {
    margin-top: 14px;

    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .tsg-privacy-section {
    margin-bottom: 16px;
    padding: 30px 20px 32px;

    border-radius: 3px;
  }

  .tsg-privacy-section::before {
    left: 20px;
    width: 54px;
  }

  .tsg-privacy-heading {
    align-items: flex-start;
    gap: 14px;

    margin-bottom: 20px;
  }

  .tsg-privacy-number {
    flex-basis: 47px;

    width: 47px;
    height: 47px;

    font-size: 17px;
  }

  .tsg-privacy-heading-en {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .tsg-privacy-heading h2 {
    font-size: 21px;
    line-height: 1.55;
  }

  .tsg-privacy-list &gt; li {
    margin-bottom: 12px;
    padding: 0 0 16px 47px;

    font-size: 15px;
    line-height: 1.9;
  }

  .tsg-privacy-list &gt; li::before {
    width: 33px;
    height: 33px;

    font-size: 11px;
  }

  .tsg-privacy-core-grid {
    margin-top: 20px;
  }

  .tsg-privacy-core-card {
    padding: 22px 19px;
  }

  .tsg-privacy-core-card h3 {
    font-size: 18px;
  }

  .tsg-privacy-core-card p {
    font-size: 14px;
  }

  .tsg-privacy-governance-item {
    grid-template-columns: 1fr;
    gap: 5px;

    padding: 22px 20px;
  }

  .tsg-privacy-governance-item &gt; span {
    font-size: 17px;
  }

  .tsg-privacy-governance-item h3 {
    font-size: 18px;
  }

  .tsg-privacy-governance-item p {
    font-size: 15px;
  }

  .tsg-privacy-management-grid {
    grid-template-columns: 1fr;
  }

  .tsg-privacy-management-card {
    min-height: 0;
    padding: 29px 23px 26px;
  }

  .tsg-privacy-management-card h3 {
    font-size: 19px;
  }

  .tsg-privacy-management-card p {
    font-size: 15px;
  }

  .tsg-privacy-card-number {
    top: 16px;
    right: 17px;

    font-size: 45px;
  }

  .tsg-privacy-image {
    margin-top: 22px;
    padding: 8px;
  }

  .tsg-privacy-image figcaption {
    margin-top: 10px;
    font-size: 12px;
  }

  .tsg-privacy-paragraph {
    margin-bottom: 16px;
  }

  .tsg-privacy-paragraph,
  .tsg-privacy-text-box p {
    font-size: 15px;
    line-height: 1.9;
  }

  .tsg-privacy-paragraph-image {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .tsg-privacy-text-box {
    padding: 21px 20px;
  }

  .tsg-privacy-section-simple {
    padding-bottom: 32px;
  }

  .tsg-privacy-date-box {
    display: block;
    padding: 23px 21px;
  }

  .tsg-privacy-date-box span {
    display: block;
    margin-bottom: 8px;
  }

  .tsg-privacy-date-box strong {
    display: block;

    font-size: 18px;
    text-align: left;
  }

}/* End custom CSS */