.elementor-32802 .elementor-element.elementor-element-bca6889{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32802 .elementor-element.elementor-element-1cbdbc7{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-1cbdbc7 */.hong-ar-movie-article,
.hong-industrial-ar-article {
  --hong-navy: #0d274d;
  --hong-blue: #175ea8;
  --hong-light-blue: #edf5fc;
  --hong-border: #d8e3ee;
  --hong-text: #263547;
  --hong-muted: #5c6b7a;
  --hong-white: #ffffff;
  max-width: 1080px;
  margin: 0 auto;
  color: var(--hong-text);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 17px;
  line-height: 1.85;
}

.hong-ar-movie-article *,
.hong-industrial-ar-article * {
  box-sizing: border-box;
}

.hong-ar-movie-article h1,
.hong-industrial-ar-article h1 {
  margin: 14px 0 20px;
  color: var(--hong-navy);
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hong-ar-movie-article h2,
.hong-industrial-ar-article h2 {
  margin: 52px 0 20px;
  color: var(--hong-navy);
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.4;
}

.hong-ar-movie-article h3,
.hong-industrial-ar-article h3 {
  margin: 30px 0 12px;
  color: var(--hong-navy);
  font-size: 23px;
  line-height: 1.5;
}

.hong-ar-movie-article p,
.hong-industrial-ar-article p {
  margin: 0 0 20px;
}

.hong-ar-movie-article a,
.hong-industrial-ar-article a {
  color: var(--hong-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hong-article-hero {
  padding: clamp(32px, 6vw, 64px);
  border-radius: 24px;
  background: linear-gradient(135deg, #edf5fc 0%, #ffffff 100%);
  border: 1px solid var(--hong-border);
}

.hong-article-label {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--hong-white);
  background: var(--hong-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hong-article-lead {
  margin-bottom: 0 !important;
  color: var(--hong-muted);
  font-size: 19px;
}

.hong-article-toc {
  margin: 32px 0 48px;
  padding: 26px 30px;
  border-left: 5px solid var(--hong-blue);
  background: #f7f9fb;
}

.hong-article-toc strong {
  display: block;
  margin-bottom: 10px;
  color: var(--hong-navy);
  font-size: 20px;
}

.hong-article-toc ol {
  margin: 0;
  padding-left: 24px;
}

.hong-article-toc li {
  margin: 6px 0;
}

.hong-table-wrap {
  width: 100%;
  margin: 24px 0 32px;
  overflow-x: auto;
  border: 1px solid var(--hong-border);
  border-radius: 14px;
}

.hong-table-wrap table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--hong-white);
}

.hong-table-wrap th,
.hong-table-wrap td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--hong-border);
  text-align: left;
  vertical-align: top;
}

.hong-table-wrap th {
  color: var(--hong-white);
  background: var(--hong-navy);
  font-weight: 700;
}

.hong-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.hong-note {
  margin: 26px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--hong-blue);
  border-radius: 8px;
  background: var(--hong-light-blue);
}

.hong-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0 32px;
}

.hong-info-card {
  padding: 25px;
  border: 1px solid var(--hong-border);
  border-radius: 16px;
  background: var(--hong-white);
  box-shadow: 0 8px 24px rgba(13, 39, 77, 0.06);
}

.hong-info-card h3 {
  margin-top: 0;
}

.hong-info-card p {
  margin-bottom: 0;
}

.hong-check-list {
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.hong-check-list li {
  position: relative;
  margin: 12px 0;
  padding: 14px 18px 14px 48px;
  border-radius: 10px;
  background: #f7f9fb;
}

.hong-check-list li::before {
  position: absolute;
  top: 13px;
  left: 17px;
  color: var(--hong-blue);
  content: "✓";
  font-size: 22px;
  font-weight: 700;
}

.hong-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 34px;
}

.hong-process-item {
  padding: 20px;
  border-radius: 14px;
  background: var(--hong-light-blue);
}

.hong-process-item > span {
  color: var(--hong-blue);
  font-size: 28px;
  font-weight: 800;
}

.hong-process-item h3 {
  margin: 8px 0;
  font-size: 19px;
}

.hong-process-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.hong-step-list {
  padding-left: 0;
  list-style: none;
  counter-reset: hong-step;
}

.hong-step-list li {
  position: relative;
  margin: 18px 0;
  padding: 22px 24px 22px 76px;
  border: 1px solid var(--hong-border);
  border-radius: 14px;
  counter-increment: hong-step;
}

.hong-step-list li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--hong-white);
  background: var(--hong-blue);
  content: counter(hong-step);
  font-weight: 700;
}

.hong-step-list p {
  margin: 6px 0 0;
}

.hong-faq details {
  margin: 12px 0;
  padding: 18px 22px;
  border: 1px solid var(--hong-border);
  border-radius: 12px;
  background: var(--hong-white);
}

.hong-faq summary {
  color: var(--hong-navy);
  cursor: pointer;
  font-weight: 700;
}

.hong-faq details p {
  margin: 14px 0 0;
}

.hong-article-cta {
  margin-top: 54px;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 22px;
  color: var(--hong-white);
  background: var(--hong-navy);
  text-align: center;
}

.hong-article-cta h2 {
  margin: 0 0 14px;
  color: var(--hong-white);
}

.hong-article-cta p {
  margin-bottom: 24px;
}

.hong-cta-button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 8px;
  color: var(--hong-navy) !important;
  background: var(--hong-white);
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hong-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

@media (max-width: 900px) {
  .hong-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hong-ar-movie-article,
  .hong-industrial-ar-article {
    font-size: 16px;
  }

  .hong-article-hero {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .hong-card-grid,
  .hong-process {
    grid-template-columns: 1fr;
  }

  .hong-article-toc {
    padding: 22px;
  }

  .hong-step-list li {
    padding: 68px 20px 20px;
  }
}/* End custom CSS */