.elementor-92737 .elementor-element.elementor-element-de46a50{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92737 .elementor-element.elementor-element-74166fb{width:var( --container-widget-width, 103.545% );max-width:103.545%;--container-widget-width:103.545%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-74166fb */.hh-seo-article {
  --hh-navy: #0d274d;
  --hh-blue: #005eb8;
  --hh-cyan: #00a9e0;
  --hh-text: #34465d;
  --hh-muted: #66778b;
  --hh-line: #dce6ef;
  --hh-soft: #f5f8fb;
  --hh-light-blue: #edf6fc;
  --hh-white: #ffffff;
  --hh-radius: 18px;
  --hh-content-width: 1120px;

  width: 100%;
  max-width: var(--hh-content-width);
  margin: 0 auto;
  color: var(--hh-text);
  font-family:
    "Microsoft JhengHei",
    "PingFang TC",
    Arial,
    sans-serif;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.hh-seo-article *,
.hh-seo-article *::before,
.hh-seo-article *::after {
  box-sizing: border-box;
}

.hh-seo-article p {
  margin: 0 0 1.25em;
}

.hh-seo-article a {
  color: var(--hh-blue);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hh-seo-article a:hover {
  color: var(--hh-cyan);
}

.hh-seo-article a:focus-visible,
.hh-seo-article summary:focus-visible,
.hh-seo-article [tabindex="0"]:focus-visible {
  outline: 3px solid rgba(0, 169, 224, 0.3);
  outline-offset: 4px;
}

.hh-seo-article h2,
.hh-seo-article h3 {
  color: var(--hh-navy);
  text-wrap: balance;
}

.hh-seo-article h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.hh-seo-article h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 850;
  line-height: 1.5;
}

/* 文章引言 */
.hh-seo-article .hh-seo-article__intro {
  position: relative;
  margin: 0 0 clamp(35px, 6vw, 62px);
  padding: clamp(28px, 4vw, 42px);
  background: linear-gradient(
    135deg,
    #f7fafc 0%,
    #eef6fc 100%
  );
  border: 1px solid #dce7f0;
  border-left: 5px solid var(--hh-blue);
  border-radius: 0 var(--hh-radius) var(--hh-radius) 0;
}

.hh-seo-article .hh-seo-article__intro-label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px;
  color: var(--hh-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.hh-seo-article .hh-seo-article__intro-label::before {
  width: 24px;
  height: 2px;
  content: "";
  background: var(--hh-cyan);
}

.hh-seo-article .hh-seo-article__intro-title {
  max-width: 850px;
  margin: 0 0 16px;
  color: var(--hh-navy);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.hh-seo-article .hh-seo-article__intro-lead {
  max-width: 940px;
  margin: 0 0 12px;
  color: #263f5d;
  font-size: clamp(17px, 1.65vw, 20px);
  font-weight: 700;
  line-height: 1.85;
}

.hh-seo-article .hh-seo-article__intro-text {
  max-width: 940px;
  margin: 0;
  color: #5d6d80;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.9;
}

/* 文章目錄 */
.hh-seo-article .hh-seo-article__toc {
  margin-bottom: clamp(60px, 9vw, 100px);
  padding: clamp(27px, 4vw, 40px);
  background: var(--hh-white);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  box-shadow: 0 12px 32px rgba(13, 39, 77, 0.06);
}

.hh-seo-article .hh-seo-article__toc-heading {
  display: flex;
  gap: 13px;
  align-items: baseline;
  margin-bottom: 21px;
}

.hh-seo-article .hh-seo-article__toc-heading p {
  margin: 0;
  color: var(--hh-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hh-seo-article .hh-seo-article__toc-heading h2 {
  font-size: clamp(22px, 2.4vw, 29px);
}

.hh-seo-article .hh-seo-article__toc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hh-seo-article .hh-seo-article__toc-list li {
  border-top: 1px solid var(--hh-line);
}

.hh-seo-article .hh-seo-article__toc-list a {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px 3px;
  color: var(--hh-navy);
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.hh-seo-article .hh-seo-article__toc-list a:hover {
  color: var(--hh-blue);
  transform: translateX(4px);
}

.hh-seo-article .hh-seo-article__toc-list span {
  color: var(--hh-blue);
  font-size: 12px;
  font-weight: 900;
}

.hh-seo-article .hh-seo-article__toc-list strong {
  font-size: 15px;
  line-height: 1.55;
}

/* 文章章節 */
.hh-seo-article .hh-seo-article__section {
  scroll-margin-top: 100px;
  margin-bottom: clamp(70px, 10vw, 115px);
}

.hh-seo-article .hh-seo-article__section-heading {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 26px);
  align-items: start;
  margin-bottom: clamp(25px, 4vw, 37px);
}

.hh-seo-article .hh-seo-article__section-number {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--hh-white);
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(
    135deg,
    var(--hh-navy),
    var(--hh-blue)
  );
  border-radius: 14px;
  box-shadow: 0 9px 22px rgba(0, 94, 184, 0.16);
}

.hh-seo-article .hh-seo-article__section-label {
  margin: 0 0 5px;
  color: var(--hh-blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.13em;
}

/* 直接答案 */
.hh-seo-article .hh-seo-article__answer {
  margin-bottom: clamp(27px, 4vw, 40px);
  padding: clamp(24px, 4vw, 36px);
  color: var(--hh-navy);
  background: linear-gradient(
    125deg,
    var(--hh-light-blue),
    #f9fbfd
  );
  border: 1px solid #d6e7f4;
  border-left: 5px solid var(--hh-blue);
  border-radius: 0 var(--hh-radius) var(--hh-radius) 0;
}

.hh-seo-article .hh-seo-article__answer-label {
  display: block;
  margin-bottom: 8px;
  color: var(--hh-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.hh-seo-article .hh-seo-article__answer p {
  margin: 0;
  font-size: clamp(18px, 1.75vw, 21px);
  font-weight: 700;
  line-height: 1.85;
}

.hh-seo-article .hh-seo-article__prose {
  max-width: 950px;
  margin: 0 auto;
}

.hh-seo-article .hh-seo-article__prose p:last-child {
  margin-bottom: 0;
}

/* 提醒區塊 */
.hh-seo-article .hh-seo-article__notice {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
  margin-top: 30px;
  padding: 22px 24px;
  background: var(--hh-soft);
  border: 1px solid var(--hh-line);
  border-radius: 14px;
}

.hh-seo-article .hh-seo-article__notice-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--hh-blue);
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  background: #e1f2fc;
  border-radius: 50%;
}

.hh-seo-article .hh-seo-article__notice strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hh-navy);
}

.hh-seo-article .hh-seo-article__notice p {
  margin: 0;
  font-size: 15px;
}

/* 技術重點卡片 */
.hh-seo-article .hh-seo-article__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: clamp(45px, 7vw, 68px);
}

.hh-seo-article .hh-seo-article__feature-card {
  padding: clamp(25px, 4vw, 36px);
  background: var(--hh-white);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  box-shadow: 0 11px 30px rgba(13, 39, 77, 0.06);
}

.hh-seo-article .hh-seo-article__feature-card > span {
  display: block;
  margin-bottom: 28px;
  color: var(--hh-cyan);
  font-size: 13px;
  font-weight: 900;
}

.hh-seo-article .hh-seo-article__feature-card h3 {
  margin-bottom: 11px;
}

.hh-seo-article .hh-seo-article__feature-card p {
  margin: 0;
  font-size: 16px;
}

.hh-seo-article .hh-seo-article__subheading {
  margin-bottom: 15px;
  padding-left: 18px;
  border-left: 4px solid var(--hh-cyan);
}

.hh-seo-article .hh-seo-article__subheading p {
  margin: 0 0 3px;
  color: var(--hh-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

/* 比較表格 */
.hh-seo-article .hh-seo-article__table-wrap {
  width: 100%;
  margin-top: 25px;
  overflow-x: auto;
  background: var(--hh-white);
  border: 1px solid var(--hh-line);
  border-radius: 15px;
  box-shadow: 0 11px 30px rgba(13, 39, 77, 0.06);
}

.hh-seo-article table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.hh-seo-article caption {
  padding: 15px 20px;
  color: var(--hh-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  background: #f5f8fa;
  border-bottom: 1px solid var(--hh-line);
}

.hh-seo-article th,
.hh-seo-article td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--hh-line);
  text-align: left;
  vertical-align: top;
}

.hh-seo-article thead th {
  color: var(--hh-white);
  background: var(--hh-navy);
  border-color: rgba(255, 255, 255, 0.12);
}

.hh-seo-article tbody th {
  width: 21%;
  color: var(--hh-navy);
  font-weight: 850;
  background: #f5f8fa;
}

.hh-seo-article tbody tr:last-child th,
.hh-seo-article tbody tr:last-child td {
  border-bottom: 0;
}

/* 國防應用卡片 */
.hh-seo-article .hh-seo-article__application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 27px;
}

.hh-seo-article .hh-seo-article__application-card {
  min-width: 0;
  padding: clamp(25px, 3.5vw, 34px);
  background: var(--hh-white);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  box-shadow: 0 10px 28px rgba(13, 39, 77, 0.055);
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hh-seo-article .hh-seo-article__application-card:hover {
  border-color: rgba(0, 94, 184, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(13, 39, 77, 0.09);
}

.hh-seo-article .hh-seo-article__application-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}

.hh-seo-article .hh-seo-article__application-top span {
  color: var(--hh-cyan);
  font-size: 14px;
  font-weight: 900;
}

.hh-seo-article .hh-seo-article__application-top small {
  color: #93a1b1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hh-seo-article .hh-seo-article__application-card h3 {
  margin-bottom: 10px;
}

.hh-seo-article .hh-seo-article__application-card p {
  margin: 0;
  font-size: 16px;
}

/* 內容界線 */
.hh-seo-article .hh-seo-article__boundary {
  padding: 23px 26px;
  color: #506176;
  background: var(--hh-soft);
  border: 1px solid var(--hh-line);
  border-radius: 14px;
}

.hh-seo-article .hh-seo-article__boundary strong {
  display: block;
  margin-bottom: 5px;
  color: var(--hh-navy);
}

.hh-seo-article .hh-seo-article__boundary p {
  margin: 0;
  font-size: 15px;
}

/* 企業應用 */
.hh-seo-article .hh-seo-article__enterprise-list {
  border-top: 1px solid var(--hh-line);
}

.hh-seo-article .hh-seo-article__enterprise-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 38px);
  padding: clamp(25px, 4vw, 35px) 0;
  border-bottom: 1px solid var(--hh-line);
}

.hh-seo-article .hh-seo-article__enterprise-item > span {
  color: var(--hh-cyan);
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 300;
  line-height: 1.3;
}

.hh-seo-article .hh-seo-article__enterprise-item h3 {
  margin-bottom: 7px;
}

.hh-seo-article .hh-seo-article__enterprise-item p {
  margin: 0;
}

/* 產品內鏈 */
.hh-seo-article .hh-seo-article__product-link {
  margin-top: 30px;
  padding: 26px 29px;
  background: linear-gradient(
    120deg,
    #edf6fc,
    #f9fbfd
  );
  border: 1px solid #d5e7f4;
  border-left: 5px solid var(--hh-cyan);
  border-radius: 0 14px 14px 0;
}

.hh-seo-article .hh-seo-article__product-link > span {
  display: block;
  margin-bottom: 5px;
  color: var(--hh-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hh-seo-article .hh-seo-article__product-link p {
  margin: 0;
  color: var(--hh-navy);
  font-weight: 700;
}

/* 波導能力 */
.hh-seo-article .hh-seo-article__capability {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(30px, 6vw, 65px);
  margin-bottom: 34px;
  padding: clamp(30px, 5vw, 50px);
  background: var(--hh-navy);
  border-radius: 22px;
}

.hh-seo-article .hh-seo-article__capability-intro > p {
  margin: 0 0 9px;
  color: #6edbf8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hh-seo-article .hh-seo-article__capability-intro h3 {
  margin-bottom: 14px;
  color: var(--hh-white);
  font-size: clamp(23px, 2.7vw, 31px);
}

.hh-seo-article .hh-seo-article__capability-intro > span {
  display: block;
  color: rgba(232, 242, 249, 0.74);
  font-size: 15px;
  line-height: 1.85;
}

.hh-seo-article .hh-seo-article__capability-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hh-seo-article .hh-seo-article__capability-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hh-seo-article .hh-seo-article__capability-list span {
  color: #62daf8;
  font-size: 12px;
  font-weight: 900;
}

.hh-seo-article .hh-seo-article__capability-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
}

/* 導入步驟 */
.hh-seo-article .hh-seo-article__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hh-line);
}

.hh-seo-article .hh-seo-article__steps > li {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  padding: clamp(26px, 4vw, 37px) 0;
  border-bottom: 1px solid var(--hh-line);
}

.hh-seo-article .hh-seo-article__step-index {
  display: flex;
  gap: 7px;
  align-items: baseline;
  color: var(--hh-blue);
}

.hh-seo-article .hh-seo-article__step-index span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.hh-seo-article .hh-seo-article__step-index strong {
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.hh-seo-article .hh-seo-article__steps h3 {
  margin-bottom: 8px;
}

.hh-seo-article .hh-seo-article__steps p {
  margin: 0;
}

/* CTA */
.hh-seo-article .hh-seo-article__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  margin: clamp(75px, 10vw, 115px) 0;
  padding: clamp(36px, 6vw, 62px);
  color: var(--hh-white);
  background: linear-gradient(
    125deg,
    var(--hh-navy),
    #075291
  );
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(13, 39, 77, 0.18);
}

.hh-seo-article .hh-seo-article__cta-copy > p {
  margin: 0 0 8px;
  color: #6edcf9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hh-seo-article .hh-seo-article__cta h2 {
  margin-bottom: 15px;
  color: var(--hh-white);
  font-size: clamp(27px, 3.5vw, 40px);
}

.hh-seo-article .hh-seo-article__cta-copy > span {
  display: block;
  color: rgba(231, 242, 250, 0.8);
  font-size: 16px;
  line-height: 1.9;
}

.hh-seo-article .hh-seo-article__cta-action {
  display: grid;
  gap: 9px;
  justify-items: center;
  min-width: 265px;
}

.hh-seo-article .hh-seo-article__cta-action a {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 13px 20px;
  color: var(--hh-navy);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  background: var(--hh-white);
  border-radius: 8px;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hh-seo-article .hh-seo-article__cta-action a:hover {
  color: var(--hh-navy);
  background: #e6f8ff;
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.16);
}

.hh-seo-article .hh-seo-article__cta-action a strong {
  color: var(--hh-blue);
  font-size: 20px;
}

.hh-seo-article .hh-seo-article__cta-action small {
  color: rgba(231, 242, 250, 0.6);
  font-size: 12px;
}

/* FAQ */
.hh-seo-article .hh-seo-article__faq-list {
  display: grid;
  gap: 13px;
}

.hh-seo-article .hh-seo-article__faq details {
  overflow: hidden;
  background: var(--hh-white);
  border: 1px solid var(--hh-line);
  border-radius: 14px;
}

.hh-seo-article .hh-seo-article__faq details[open] {
  border-color: rgba(0, 94, 184, 0.28);
  box-shadow: 0 10px 27px rgba(13, 39, 77, 0.065);
}

.hh-seo-article .hh-seo-article__faq summary {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 21px 58px 21px 23px;
  color: var(--hh-navy);
  cursor: pointer;
  list-style: none;
}

.hh-seo-article .hh-seo-article__faq summary::-webkit-details-marker {
  display: none;
}

.hh-seo-article .hh-seo-article__faq summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "+";
  color: var(--hh-blue);
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
}

.hh-seo-article .hh-seo-article__faq details[open] summary::after {
  content: "−";
}

.hh-seo-article .hh-seo-article__faq summary span {
  color: var(--hh-cyan);
  font-size: 12px;
  font-weight: 900;
}

.hh-seo-article .hh-seo-article__faq summary strong {
  font-size: 16px;
  line-height: 1.65;
}

.hh-seo-article .hh-seo-article__faq-answer {
  padding: 0 58px 21px 74px;
}

.hh-seo-article .hh-seo-article__faq-answer p {
  margin: 0;
  font-size: 15px;
}

/* 資料來源 */
.hh-seo-article .hh-seo-article__sources {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 25px;
  align-items: start;
  margin-top: clamp(50px, 8vw, 82px);
  padding: 24px 26px;
  color: var(--hh-muted);
  background: var(--hh-soft);
  border: 1px solid var(--hh-line);
  border-radius: 14px;
}

.hh-seo-article .hh-seo-article__sources-label {
  padding-top: 4px;
  color: var(--hh-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hh-seo-article .hh-seo-article__sources h2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.hh-seo-article .hh-seo-article__sources p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

/* 平板 */
@media (max-width: 900px) {
  .hh-seo-article .hh-seo-article__capability {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-seo-article__cta {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-seo-article__cta-action {
    justify-items: start;
    min-width: 0;
    max-width: 330px;
  }
}

/* 文章圖片 */
.hh-seo-article .hh-seo-article__image {
  width: 100%;
  margin: clamp(30px, 5vw, 50px) auto;
}

.hh-seo-article .hh-seo-article__image-frame {
  position: relative;
  overflow: hidden;
  background: #f6f8fa;
  border: 1px solid var(--hh-line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(13, 39, 77, 0.07);
}

.hh-seo-article .hh-seo-article__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* 第一張產品圖 */
.hh-seo-article .hh-seo-article__image--product {
  max-width: 560px;
  margin-top: clamp(28px, 4vw, 42px);
  margin-bottom: clamp(42px, 6vw, 68px);
}

.hh-seo-article .hh-seo-article__image--product .hh-seo-article__image-frame {
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    #f4f7f9 100%
  );
}

.hh-seo-article .hh-seo-article__image--product img {
  max-width: 442px;
  margin: 0 auto;
  object-fit: contain;
}

/* 第二張國防情境圖 */
.hh-seo-article .hh-seo-article__image--portrait {
  max-width: 611px;
  margin-top: 0;
  margin-bottom: clamp(35px, 5vw, 52px);
}

.hh-seo-article .hh-seo-article__image--portrait img {
  aspect-ratio: 611 / 777;
  object-fit: cover;
}

/* 圖說 */
.hh-seo-article .hh-seo-article__image figcaption {
  max-width: 90%;
  margin: 12px auto 0;
  color: var(--hh-muted);
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 720px) {
  .hh-seo-article .hh-seo-article__image {
    margin-top: 27px;
    margin-bottom: 38px;
  }

  .hh-seo-article .hh-seo-article__image-frame {
    border-radius: 12px;
  }

  .hh-seo-article .hh-seo-article__image--product {
    max-width: 100%;
  }

  .hh-seo-article .hh-seo-article__image--product .hh-seo-article__image-frame {
    padding: 16px;
  }

  .hh-seo-article .hh-seo-article__image--portrait {
    max-width: 100%;
  }

  .hh-seo-article .hh-seo-article__image figcaption {
    max-width: 100%;
    padding: 0 5px;
    font-size: 12px;
    text-align: left;
  }
}

/* 手機 */
@media (max-width: 720px) {
  .hh-seo-article {
    font-size: 16px;
    line-height: 1.82;
  }

  .hh-seo-article .hh-seo-article__intro {
    padding: 25px 21px;
    border-radius: 0 14px 14px 0;
  }

  .hh-seo-article .hh-seo-article__intro-label {
    font-size: 12px;
  }

  .hh-seo-article .hh-seo-article__intro-title {
    font-size: 25px;
  }

  .hh-seo-article .hh-seo-article__intro-lead {
    font-size: 17px;
  }

  .hh-seo-article .hh-seo-article__intro-text {
    font-size: 15px;
  }

  .hh-seo-article .hh-seo-article__toc {
    padding: 24px 20px;
  }

  .hh-seo-article .hh-seo-article__toc-list {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-seo-article__section-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
  }

  .hh-seo-article .hh-seo-article__section-number {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    font-size: 12px;
  }

  .hh-seo-article .hh-seo-article__section-heading h2 {
    font-size: 27px;
  }

  .hh-seo-article .hh-seo-article__answer {
    padding: 21px 19px;
  }

  .hh-seo-article .hh-seo-article__answer p {
    font-size: 18px;
  }

  .hh-seo-article .hh-seo-article__feature-grid,
  .hh-seo-article .hh-seo-article__application-grid {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-seo-article__enterprise-item {
    grid-template-columns: 47px minmax(0, 1fr);
  }

  .hh-seo-article .hh-seo-article__enterprise-item > span {
    font-size: 25px;
  }

  .hh-seo-article .hh-seo-article__capability {
    padding: 28px 21px;
    border-radius: 17px;
  }

  .hh-seo-article .hh-seo-article__steps > li {
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 17px;
  }

  .hh-seo-article .hh-seo-article__step-index {
    display: grid;
    gap: 2px;
  }

  .hh-seo-article .hh-seo-article__cta {
    padding: 32px 22px;
    border-radius: 17px;
  }

  .hh-seo-article .hh-seo-article__cta-action {
    max-width: none;
  }

  .hh-seo-article .hh-seo-article__cta-action a {
    width: 100%;
  }

  .hh-seo-article .hh-seo-article__faq summary {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    padding: 19px 48px 19px 18px;
  }

  .hh-seo-article .hh-seo-article__faq-answer {
    padding: 0 19px 19px 55px;
  }

  .hh-seo-article .hh-seo-article__sources {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 480px) {
  .hh-seo-article .hh-seo-article__steps > li {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-seo-article__step-index {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-seo-article .hh-seo-article__toc-list a,
  .hh-seo-article .hh-seo-article__application-card,
  .hh-seo-article .hh-seo-article__cta-action a {
    transition: none;
  }

  .hh-seo-article .hh-seo-article__toc-list a:hover,
  .hh-seo-article .hh-seo-article__application-card:hover,
  .hh-seo-article .hh-seo-article__cta-action a:hover {
    transform: none;
  }
}/* End custom CSS */