.elementor-9763 .elementor-element.elementor-element-57fb3f67{--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-26cf467d */.hh-seo-article {
  --hh-primary: #0d274d;
  --hh-primary-2: #173f71;
  --hh-accent: #dceafb;
  --hh-text: #26364a;
  --hh-muted: #66758a;
  --hh-border: #d9e2ec;
  --hh-surface: #f5f8fc;
  --hh-white: #ffffff;
  --hh-radius: 16px;
  --hh-shadow: 0 12px 32px rgba(13, 39, 77, 0.08);
  --hh-content: 1080px;
  width: min(100%, var(--hh-content));
  margin: 0 auto;
  color: var(--hh-text);
  font-size: clamp(16px, 1.15vw, 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 h2,
.hh-seo-article h3,
.hh-seo-article p,
.hh-seo-article ul,
.hh-seo-article ol,
.hh-seo-article figure {
  margin-top: 0;
}

.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-bottom: clamp(16px, 2vw, 24px);
  font-size: clamp(28px, 4vw, 42px);
}

.hh-seo-article h3 {
  margin: clamp(30px, 4vw, 46px) 0 12px;
  font-size: clamp(21px, 2.6vw, 28px);
}

.hh-seo-article p {
  margin-bottom: 1.1em;
}

.hh-seo-article a {
  color: var(--hh-primary-2);
  text-underline-offset: 0.18em;
}

.hh-seo-article a:hover {
  color: #2467a8;
}

.hh-seo-article a:focus-visible,
.hh-seo-article summary:focus-visible,
.hh-seo-article [tabindex="0"]:focus-visible {
  outline: 3px solid #5fa8e8;
  outline-offset: 4px;
}

.hh-seo-article img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hh-seo-article .hh-article-intro {
  padding: clamp(26px, 5vw, 58px);
  border-left: 6px solid var(--hh-primary);
  border-radius: 0 var(--hh-radius) var(--hh-radius) 0;
  background: linear-gradient(135deg, #f7faff 0%, #edf4fc 100%);
}

.hh-seo-article .hh-eyebrow {
  margin-bottom: 8px;
  color: #315f92;
  font-size: 0.86em;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hh-seo-article .hh-lead {
  color: var(--hh-primary);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 650;
  line-height: 1.7;
}

.hh-seo-article .hh-toc {
  margin: clamp(28px, 5vw, 52px) 0;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-white);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-toc-title,
.hh-seo-article .hh-related-title,
.hh-seo-article .hh-sources-title {
  margin-bottom: 10px;
  color: var(--hh-primary);
  font-weight: 800;
}

.hh-seo-article .hh-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin-bottom: 0;
  padding-left: 1.4em;
}

.hh-seo-article .hh-section {
  padding: clamp(34px, 6vw, 72px) 0;
  border-bottom: 1px solid var(--hh-border);
  scroll-margin-top: 110px;
}

.hh-seo-article .hh-figure {
  margin: clamp(26px, 4vw, 42px) auto;
  text-align: center;
}

.hh-seo-article .hh-figure img {
  width: 100%;
  border-radius: var(--hh-radius);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-figure figcaption {
  margin-top: 12px;
  color: var(--hh-muted);
  font-size: 0.88em;
}

.hh-seo-article .hh-note {
  margin: clamp(22px, 4vw, 36px) 0;
  padding: 18px 22px;
  border: 1px solid #bdd2ea;
  border-radius: 12px;
  background: #eef5fd;
  color: #234463;
}

.hh-seo-article .hh-steps,
.hh-seo-article .hh-check-list {
  margin: 20px 0 0;
  padding-left: 1.45em;
}

.hh-seo-article .hh-steps li,
.hh-seo-article .hh-check-list li {
  margin-bottom: 12px;
  padding-left: 6px;
}

.hh-seo-article .hh-table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-white);
  box-shadow: var(--hh-shadow);
  -webkit-overflow-scrolling: touch;
}

.hh-seo-article table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  font-size: 0.92em;
  line-height: 1.55;
}

.hh-seo-article caption {
  padding: 14px 18px;
  color: var(--hh-muted);
  font-weight: 700;
  text-align: left;
}

.hh-seo-article th,
.hh-seo-article td {
  padding: 15px 17px;
  border-top: 1px solid var(--hh-border);
  border-right: 1px solid var(--hh-border);
  text-align: left;
  vertical-align: top;
}

.hh-seo-article th:last-child,
.hh-seo-article td:last-child {
  border-right: 0;
}

.hh-seo-article thead th {
  border-top: 0;
  background: var(--hh-primary);
  color: var(--hh-white);
}

.hh-seo-article tbody th {
  width: 17%;
  background: #edf3fa;
  color: var(--hh-primary);
}

.hh-seo-article tbody tr:nth-child(even) td {
  background: #f9fbfd;
}

.hh-seo-article .hh-type-grid,
.hh-seo-article .hh-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  margin-top: 28px;
}

.hh-seo-article .hh-type-card {
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
}

.hh-seo-article .hh-type-card h3 {
  margin-top: 0;
}

.hh-seo-article .hh-type-card p:last-child {
  margin-bottom: 0;
}

.hh-seo-article .hh-application-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hh-seo-article .hh-application-list li {
  padding: 22px;
  border: 1px solid var(--hh-border);
  border-radius: 12px;
  background: var(--hh-white);
}

.hh-seo-article .hh-application-list strong,
.hh-seo-article .hh-application-list span {
  display: block;
}

.hh-seo-article .hh-application-list strong {
  margin-bottom: 6px;
  color: var(--hh-primary);
  font-size: 1.06em;
}

.hh-seo-article .hh-related-links,
.hh-seo-article .hh-sources {
  margin-top: 30px;
  padding: 20px 24px;
  border-radius: 12px;
  background: var(--hh-surface);
}

.hh-seo-article .hh-related-links ul,
.hh-seo-article .hh-sources ul {
  margin-bottom: 0;
  padding-left: 1.25em;
}

.hh-seo-article .hh-product-section {
  margin-top: clamp(34px, 6vw, 72px);
  padding: clamp(30px, 5vw, 54px);
  border: 0;
  border-radius: var(--hh-radius);
  background: #eef4fb;
}

.hh-seo-article .hh-section-heading {
  max-width: 820px;
}

.hh-seo-article .hh-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-white);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-product-image {
  display: grid;
  min-height: 240px;
  padding: clamp(22px, 4vw, 34px);
  place-items: center;
  border-bottom: 1px solid var(--hh-border);
  background: #f8fafc;
}

.hh-seo-article .hh-product-image img {
  width: min(100%, 240px);
  max-height: 190px;
  object-fit: contain;
}

.hh-seo-article .hh-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
}

.hh-seo-article .hh-product-body h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 30px);
  overflow-wrap: normal;
  word-break: keep-all;
}

.hh-seo-article .hh-product-tag {
  margin-bottom: 4px;
  color: #42698f;
  font-size: 0.82em;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hh-seo-article .hh-product-body ul {
  margin: 0 0 14px;
  padding-left: 1.25em;
}

.hh-seo-article .hh-product-body li {
  margin-bottom: 4px;
}

.hh-seo-article .hh-product-body > p:not(.hh-product-tag) {
  flex-grow: 1;
}

.hh-seo-article .hh-product-body .hh-button {
  align-self: flex-start;
  margin-top: auto;
}

.hh-seo-article .hh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 2px solid var(--hh-primary);
  border-radius: 999px;
  background: var(--hh-primary);
  color: var(--hh-white);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hh-seo-article .hh-button:hover {
  background: var(--hh-primary-2);
  color: var(--hh-white);
  transform: translateY(-1px);
}

.hh-seo-article .hh-spec-note {
  margin: 22px 0 0;
  color: var(--hh-muted);
  font-size: 0.86em;
}

.hh-seo-article .hh-faq details {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--hh-border);
  border-radius: 12px;
  background: var(--hh-white);
}

.hh-seo-article .hh-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  color: var(--hh-primary);
  cursor: pointer;
  font-weight: 800;
  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: 1.45em;
  line-height: 1;
  transform: translateY(-50%);
}

.hh-seo-article .hh-faq details[open] summary::after {
  content: "−";
}

.hh-seo-article .hh-faq details div {
  padding: 0 20px 18px;
}

.hh-seo-article .hh-faq details p {
  margin-bottom: 0;
}

.hh-seo-article .hh-sources {
  color: var(--hh-muted);
  font-size: 0.88em;
}

.hh-seo-article .hh-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: clamp(34px, 6vw, 72px);
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--hh-radius);
  background: linear-gradient(135deg, var(--hh-primary) 0%, #1c4e80 100%);
  color: var(--hh-white);
}

.hh-seo-article .hh-cta h2,
.hh-seo-article .hh-cta .hh-eyebrow {
  color: var(--hh-white);
}

.hh-seo-article .hh-cta h2 {
  margin-bottom: 12px;
}

.hh-seo-article .hh-cta p:last-child {
  margin-bottom: 0;
}

.hh-seo-article .hh-button-light {
  border-color: var(--hh-white);
  background: var(--hh-white);
  color: var(--hh-primary);
  white-space: nowrap;
}

.hh-seo-article .hh-button-light:hover {
  background: #eaf2fb;
  color: var(--hh-primary);
}

@media (max-width: 900px) {
  .hh-seo-article .hh-product-grid {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-cta {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-cta .hh-button {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .hh-seo-article {
    font-size: 16px;
    line-height: 1.78;
  }

  .hh-seo-article .hh-toc ol,
  .hh-seo-article .hh-type-grid,
  .hh-seo-article .hh-application-list {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-product-section {
    margin-right: -4px;
    margin-left: -4px;
    padding: 24px 18px;
  }

  .hh-seo-article .hh-product-card {
    width: 100%;
  }

  .hh-seo-article .hh-product-image {
    min-height: 200px;
    padding: 24px;
  }

  .hh-seo-article .hh-product-image img {
    width: min(100%, 210px);
    max-height: 170px;
  }

  .hh-seo-article .hh-product-body .hh-button,
  .hh-seo-article .hh-cta .hh-button {
    width: 100%;
  }

  .hh-seo-article .hh-cta .hh-button {
    justify-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-seo-article .hh-button {
    transition: none;
  }
}/* End custom CSS */