.elementor-24288 .elementor-element.elementor-element-52740ca9{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-7675da8a */.hh-seo-article {
  --hh-primary: #0d274d;
  --hh-primary-light: #edf3fa;
  --hh-accent: #146ca3;
  --hh-text: #263548;
  --hh-muted: #5d6b7c;
  --hh-line: #d8e1eb;
  --hh-surface: #f6f8fb;
  --hh-white: #ffffff;
  --hh-radius: 14px;
  --hh-shadow: 0 10px 28px rgba(13, 39, 77, 0.09);
  --hh-content-width: 960px;
  width: min(100%, var(--hh-content-width));
  margin-inline: auto;
  color: var(--hh-text);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.hh-seo-article *,
.hh-seo-article *::before,
.hh-seo-article *::after {
  box-sizing: border-box;
}

.hh-seo-article section {
  margin-block: clamp(42px, 7vw, 72px);
  scroll-margin-top: 32px;
}

.hh-seo-article h2,
.hh-seo-article h3 {
  color: var(--hh-primary);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.hh-seo-article h2 {
  margin: 0 0 clamp(18px, 3vw, 28px);
  padding-bottom: 12px;
  border-bottom: 3px solid var(--hh-accent);
  font-size: clamp(27px, 4vw, 38px);
}

.hh-seo-article h3 {
  margin: clamp(30px, 5vw, 46px) 0 14px;
  font-size: clamp(21px, 3vw, 28px);
}

.hh-seo-article p {
  margin: 0 0 1.15em;
}

.hh-seo-article a {
  color: #075f9a;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.hh-seo-article a:hover {
  color: var(--hh-primary);
}

.hh-seo-article a:focus-visible,
.hh-seo-article summary:focus-visible,
.hh-seo-article [tabindex="0"]:focus-visible {
  outline: 3px solid rgba(20, 108, 163, 0.45);
  outline-offset: 4px;
}

.hh-seo-article img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--hh-radius) - 3px);
}

.hh-seo-article .hh-article-intro {
  padding: clamp(24px, 5vw, 46px);
  border-top: 5px solid var(--hh-accent);
  border-radius: var(--hh-radius);
  background: linear-gradient(135deg, #f7fafe 0%, #edf3fa 100%);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-eyebrow {
  margin-bottom: 10px;
  color: var(--hh-accent);
  font-size: 0.88em;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hh-seo-article .hh-lead {
  margin-bottom: 22px;
  color: var(--hh-primary);
  font-size: clamp(18px, 2.5vw, 23px);
  font-weight: 600;
  line-height: 1.7;
}

.hh-seo-article .hh-key-answer {
  padding: 18px 20px;
  border-left: 4px solid var(--hh-accent);
  border-radius: 8px;
  background: var(--hh-white);
}

.hh-seo-article .hh-figure {
  margin: clamp(24px, 4vw, 38px) 0;
  padding: 10px;
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  background: var(--hh-white);
  box-shadow: 0 6px 18px rgba(13, 39, 77, 0.06);
}

.hh-seo-article .hh-hero-image {
  margin-top: clamp(28px, 5vw, 46px);
}

.hh-seo-article figcaption {
  padding: 10px 8px 2px;
  color: var(--hh-muted);
  font-size: 0.88em;
  line-height: 1.55;
  text-align: center;
}

.hh-seo-article .hh-toc {
  margin-block: clamp(34px, 6vw, 58px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
}

.hh-seo-article .hh-toc-title {
  margin: 0 0 14px;
  color: var(--hh-primary);
  font-size: 1.2em;
  font-weight: 700;
}

.hh-seo-article .hh-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 30px;
  margin: 0;
  padding-left: 1.5em;
}

.hh-seo-article .hh-toc li {
  padding-left: 3px;
}

.hh-seo-article .hh-table-wrap {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  box-shadow: 0 6px 18px rgba(13, 39, 77, 0.06);
  -webkit-overflow-scrolling: touch;
}

.hh-seo-article table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  background: var(--hh-white);
  font-size: 0.95em;
}

.hh-seo-article caption {
  padding: 14px 18px;
  background: var(--hh-primary);
  color: var(--hh-white);
  font-weight: 700;
  text-align: left;
}

.hh-seo-article th,
.hh-seo-article td {
  padding: 14px 16px;
  border-right: 1px solid var(--hh-line);
  border-bottom: 1px solid var(--hh-line);
  text-align: left;
  white-space: nowrap;
}

.hh-seo-article tr > :last-child {
  border-right: 0;
}

.hh-seo-article tbody tr:last-child > * {
  border-bottom: 0;
}

.hh-seo-article thead th {
  background: var(--hh-primary-light);
  color: var(--hh-primary);
}

.hh-seo-article tbody th {
  color: var(--hh-primary);
  font-weight: 700;
}

.hh-seo-article tbody tr:nth-child(even) {
  background: #fafbfd;
}

.hh-seo-article .hh-check-list,
.hh-seo-article .hh-step-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.hh-seo-article .hh-check-list li,
.hh-seo-article .hh-step-list li {
  position: relative;
  margin-bottom: 12px;
  padding: 15px 18px 15px 52px;
  border: 1px solid var(--hh-line);
  border-radius: 10px;
  background: var(--hh-white);
}

.hh-seo-article .hh-check-list li::before {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--hh-accent);
  color: var(--hh-white);
  content: "✓";
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.hh-seo-article .hh-step-list {
  counter-reset: hh-step;
}

.hh-seo-article .hh-step-list li {
  counter-increment: hh-step;
}

.hh-seo-article .hh-step-list li::before {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--hh-primary);
  color: var(--hh-white);
  content: counter(hh-step);
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.hh-seo-article .hh-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-block: 26px;
}

.hh-seo-article .hh-image-grid .hh-figure {
  margin: 0;
}

.hh-seo-article .hh-note {
  margin: 26px 0;
  padding: 20px 22px;
  border-left: 4px solid #d99000;
  border-radius: 9px;
  background: #fff8e8;
  color: #4d3a13;
}

.hh-seo-article .hh-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
  padding: clamp(24px, 5vw, 40px);
  border-radius: var(--hh-radius);
  background: var(--hh-primary);
  color: var(--hh-white);
}

.hh-seo-article .hh-cta p {
  margin-bottom: 0;
}

.hh-seo-article .hh-cta .hh-cta-title {
  margin-bottom: 8px;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
}

.hh-seo-article .hh-cta-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid var(--hh-white);
  border-radius: 9px;
  background: var(--hh-white);
  color: var(--hh-primary);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hh-seo-article .hh-cta-button:hover {
  background: transparent;
  color: var(--hh-white);
}

.hh-seo-article .hh-faq details {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--hh-line);
  border-radius: 10px;
  background: var(--hh-white);
}

.hh-seo-article .hh-faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: var(--hh-primary);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.hh-seo-article .hh-faq summary::-webkit-details-marker {
  display: none;
}

.hh-seo-article .hh-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.hh-seo-article .hh-faq details[open] summary {
  background: var(--hh-primary-light);
}

.hh-seo-article .hh-faq details[open] summary::after {
  content: "−";
}

.hh-seo-article .hh-faq details > div {
  padding: 18px 20px 4px;
  border-top: 1px solid var(--hh-line);
}

.hh-seo-article .hh-contact-card {
  margin-bottom: 0;
}

.hh-seo-article .hh-article-footer {
  margin-top: clamp(42px, 7vw, 72px);
  padding-top: 24px;
  border-top: 1px solid var(--hh-line);
}

@media (max-width: 760px) {
  .hh-seo-article {
    font-size: 16px;
  }

  .hh-seo-article .hh-toc ol,
  .hh-seo-article .hh-image-grid {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-cta {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hh-seo-article .hh-article-intro,
  .hh-seo-article .hh-toc,
  .hh-seo-article .hh-cta {
    padding: 20px;
  }

  .hh-seo-article .hh-check-list li,
  .hh-seo-article .hh-step-list li {
    padding-right: 14px;
  }

  .hh-seo-article th,
  .hh-seo-article td {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-seo-article .hh-cta-button {
    transition: none;
  }
}/* End custom CSS */