/* 第一批 SEO／信任頁共用樣式；所有規則均限定在專用 class 範圍內。 */
.online-service-area-section,
.online-service-area-section *,
.trust-page-shell,
.trust-page-shell *,
.article-list-page,
.article-list-page * {
  box-sizing: border-box;
}

.trust-page-shell,
.article-list-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.trust-page-shell .trust-page-inner,
.trust-page-shell .trust-content-card,
.trust-page-shell .service-area-list-section,
.article-list-page .article-list-hero-inner,
.article-list-page .article-list-results {
  min-width: 0;
}

.trust-page-shell .trust-page-hero h1,
.trust-page-shell .trust-page-hero p,
.trust-page-shell .trust-content-card h2,
.trust-page-shell .trust-content-card p,
.article-list-page .article-list-hero h1,
.article-list-page .article-list-hero p {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
}

.online-service-area-section {
  padding: 56px 16px;
  background: linear-gradient(180deg, #fff 0%, #fff7fa 100%);
}

.online-service-area-section .online-service-area-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.online-service-area-section .online-service-area-heading {
  margin-bottom: 30px;
  text-align: center;
}

.online-service-area-section .online-service-area-label,
.trust-page-shell .trust-page-label,
.article-list-page .article-list-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #fff3f7;
  color: #c94f7c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

.online-service-area-section .online-service-area-heading h2 {
  margin: 0 0 14px;
  color: #c94f7c;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.online-service-area-section .online-service-area-heading p {
  max-width: 860px;
  margin: 8px auto 0;
  color: #555;
  font-size: 16px;
  line-height: 1.85;
}

.online-service-area-section .online-service-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.online-service-area-section .online-service-area-card {
  padding: 22px 20px;
  border: 1px solid #f2d7e1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(201, 79, 124, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.online-service-area-section .online-service-area-card:hover {
  transform: translateY(-4px);
  border-color: #eab9cb;
  box-shadow: 0 12px 28px rgba(201, 79, 124, .12);
}

.online-service-area-section .online-service-area-card h3 {
  margin: 0 0 10px;
  color: #c94f7c;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}

.online-service-area-section .online-service-area-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

.online-service-area-section .online-service-area-action {
  margin-top: 28px;
  text-align: center;
}

.online-service-area-section .online-service-area-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  background: #c94f7c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.online-service-area-section .online-service-area-btn:hover,
.online-service-area-section .online-service-area-btn:focus {
  transform: translateY(-2px);
  background: #b8426d;
  color: #fff;
  box-shadow: 0 10px 24px rgba(201, 79, 124, .18);
  text-decoration: none;
}

.trust-page-shell .trust-page-hero,
.article-list-page .article-list-hero {
  padding: 64px 16px 38px;
  background: linear-gradient(180deg, #fff7fa 0%, #fff 100%);
}

.trust-page-shell .trust-page-inner,
.article-list-page .article-list-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.trust-page-shell .trust-page-label,
.article-list-page .article-list-label {
  background: #fff;
  box-shadow: 0 6px 18px rgba(201, 79, 124, .08);
}

.trust-page-shell .trust-page-hero h1,
.article-list-page .article-list-hero h1 {
  margin: 0 0 14px;
  color: #c94f7c;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
}

.trust-page-shell .trust-page-hero p,
.article-list-page .article-list-hero p {
  max-width: 780px;
  margin: 0 auto;
  color: #555;
  font-size: 17px;
  line-height: 1.85;
}

.article-list-page .article-list-hero a {
  color: #b8426d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trust-page-shell .trust-content-section {
  padding: 28px 16px 64px;
  background: #fff;
}

.trust-page-shell .trust-content-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 36px;
  border: 1px solid #f2d7e1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(201, 79, 124, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.trust-page-shell .trust-content-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(201, 79, 124, .1);
}

.trust-page-shell .trust-content-card h2 {
  margin: 28px 0 12px;
  color: #c94f7c;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.45;
}

.trust-page-shell .trust-content-card h2:first-child {
  margin-top: 0;
}

.trust-page-shell .trust-content-card p {
  margin: 0 0 16px;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}

.trust-page-shell .trust-check-list {
  margin: 12px 0 22px;
  padding: 0;
  list-style: none;
}

.trust-page-shell .trust-check-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.trust-page-shell .trust-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #c94f7c;
  content: '\2713';
  font-weight: 800;
}

.trust-page-shell .trust-callout,
.trust-page-shell .service-area-note {
  margin: 18px 0;
  padding: 14px 18px;
  border-left: 4px solid #c94f7c;
  border-radius: 14px;
  background: #fff7fa;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.trust-page-shell .service-area-list-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 16px 64px;
}

.trust-page-shell .service-area-list-heading {
  margin-bottom: 26px;
  text-align: center;
}

.trust-page-shell .service-area-list-heading h2 {
  margin: 0 0 12px;
  color: #c94f7c;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.trust-page-shell .service-area-list-heading p {
  max-width: 860px;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
  line-height: 1.85;
}

.trust-page-shell .service-area-accordion {
  display: grid;
  gap: 14px;
}

.trust-page-shell .service-area-group {
  overflow: hidden;
  border: 1px solid #f2d7e1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(201, 79, 124, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.trust-page-shell .service-area-group:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(201, 79, 124, .1);
}

.trust-page-shell .service-area-group summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  background: #fffafa;
  color: #333;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  list-style: none;
}

.trust-page-shell .service-area-group summary::-webkit-details-marker {
  display: none;
}

.trust-page-shell .service-area-summary-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2d7e1;
  border-radius: 50%;
  background: #fff3f7;
  color: #c94f7c;
}

.trust-page-shell .service-area-summary-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.trust-page-shell .service-area-summary-icon circle {
  fill: #fff;
}

.trust-page-shell .service-area-group summary::after {
  margin-left: auto;
  color: #c94f7c;
  content: '+';
  font-size: 24px;
}

.trust-page-shell .service-area-group[open] summary::after {
  content: '\2212';
}

.trust-page-shell .service-area-table-wrap {
  padding: 18px 20px 22px;
  overflow-x: auto;
}

.trust-page-shell .service-area-table {
  width: 100%;
  min-width: 760px;
  overflow: hidden;
  border: 1px solid #f3dce5;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.trust-page-shell .service-area-table th {
  padding: 14px 16px;
  border-bottom: 1px solid #f3dce5;
  background: #fce8f0;
  color: #c94f7c;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.trust-page-shell .service-area-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #f6e6ec;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: top;
}

.trust-page-shell .service-area-table tbody tr:nth-child(even) {
  background: #fffafb;
}

.trust-page-shell .service-area-table tbody tr:last-child td {
  border-bottom: 0;
}

.article-list-page .article-list-results {
  padding: 34px 0 56px;
  background: #fff;
}

.article-list-page .news2_list.wow_list ul li {
  margin: 15px 0;
  padding: .5rem;
  border: 1px solid #f2d7e1;
  border-radius: 16px;
  background: #fff7fa;
  box-shadow: 0 6px 18px rgba(201, 79, 124, .05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.article-list-page .news2_list.wow_list ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(201, 79, 124, .1);
}

.article-list-page .news2_list.wow_list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-list-page .news2_list.wow_list .img {
  width: 30%;
}

.article-list-page .news2_list.wow_list .img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-list-page .news2_list.wow_list .text {
  width: 60%;
  padding: 0 .75rem;
  color: #333;
}

.article-list-page .news2_list.wow_list .text h2 {
  margin: 0 0 10px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.article-list-page .news2_list.wow_list .text p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.article-list-page .news2_list.wow_list .date {
  display: flex;
  width: 80px;
  min-height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #c94f7c;
  border-radius: 10px;
  color: #b8426d;
  font-size: 17px;
}

.article-list-page .news2_list.wow_list .ab_pages {
  position: static !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 30px auto 42px;
  text-align: center;
  transform: none !important;
}

.article-list-page .article-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.article-list-page .article-pagination a,
.article-list-page .article-pagination span {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #c94f7c;
  border-radius: 8px;
  background: #fff;
  color: #c94f7c;
}

.article-list-page .article-pagination a:hover,
.article-list-page .article-pagination .page-num-current {
  background: #c94f7c;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .online-service-area-section .online-service-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .trust-page-shell,
  .article-list-page {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .trust-page-shell .trust-page-hero,
  .trust-page-shell .trust-content-section,
  .trust-page-shell .service-area-list-section,
  .article-list-page .article-list-hero,
  .article-list-page .article-list-results {
    width: 100% !important;
    max-width: 100% !important;
  }

  .trust-page-shell .trust-page-inner,
  .trust-page-shell .trust-content-card,
  .article-list-page .article-list-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .trust-page-shell .trust-page-hero,
  .article-list-page .article-list-hero {
    padding: 48px 14px 28px;
  }

  .trust-page-shell .trust-page-inner,
  .article-list-page .article-list-hero-inner,
  .trust-page-shell .service-area-list-heading {
    text-align: left;
  }

  .trust-page-shell .trust-page-hero h1,
  .article-list-page .article-list-hero h1 {
    font-size: 28px;
  }

  .trust-page-shell .trust-page-hero p,
  .article-list-page .article-list-hero p {
    font-size: 15px;
  }

  .trust-page-shell .trust-content-section {
    padding: 22px 14px 48px;
  }

  .trust-page-shell .trust-content-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .trust-page-shell .trust-content-card h2 {
    font-size: 21px;
  }

  .trust-page-shell .trust-content-card p,
  .trust-page-shell .trust-check-list li {
    font-size: 15px;
  }

  .trust-page-shell .service-area-list-section {
    padding: 4px 14px 48px;
  }

  .trust-page-shell .service-area-list-heading h2 {
    font-size: 25px;
  }

  .trust-page-shell .service-area-list-heading p {
    font-size: 15px;
  }

  .trust-page-shell .service-area-group summary {
    padding: 16px 18px;
    font-size: 17px;
  }

  .trust-page-shell .service-area-summary-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .trust-page-shell .service-area-summary-icon svg {
    width: 18px;
    height: 18px;
  }

  .trust-page-shell .service-area-table-wrap {
    padding: 14px;
    overflow-x: visible;
  }

  .trust-page-shell .service-area-table,
  .trust-page-shell .service-area-table tbody,
  .trust-page-shell .service-area-table tr,
  .trust-page-shell .service-area-table td {
    display: block;
    width: 100%;
  }

  .trust-page-shell .service-area-table {
    min-width: 0;
    border: 0;
    background: transparent;
  }

  .trust-page-shell .service-area-table thead {
    display: none;
  }

  .trust-page-shell .service-area-table tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid #f3dce5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(201, 79, 124, .05);
  }

  .trust-page-shell .service-area-table td {
    padding: 6px 0;
    border: 0;
  }

  .trust-page-shell .service-area-table td::before {
    display: inline-block;
    min-width: 48px;
    color: #c94f7c;
    content: attr(data-label) '：';
    font-weight: 800;
  }

  .article-list-page .news2_list.wow_list ul li a {
    flex-direction: column;
    align-items: stretch;
  }

  .article-list-page .news2_list.wow_list .img,
  .article-list-page .news2_list.wow_list .text,
  .article-list-page .news2_list.wow_list .date {
    width: 100%;
  }

  .article-list-page .news2_list.wow_list .text {
    margin: 15px 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .online-service-area-section {
    padding: 40px 14px;
  }

  .online-service-area-section .online-service-area-heading {
    text-align: left;
  }

  .online-service-area-section .online-service-area-heading h2 {
    font-size: 25px;
  }

  .online-service-area-section .online-service-area-heading p {
    font-size: 15px;
  }

  .online-service-area-section .online-service-area-grid {
    grid-template-columns: 1fr;
  }

  .online-service-area-section .online-service-area-action {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .online-service-area-section .online-service-area-card,
  .online-service-area-section .online-service-area-btn,
  .trust-page-shell .trust-content-card,
  .trust-page-shell .service-area-group,
  .article-list-page .news2_list.wow_list ul li {
    transition: none;
  }
}
