.vh-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hc-search-wrap {
  position: relative;
  z-index: 30;
  margin-top: 28px;
  width: 100%;
  max-width: 640px;
}
.hc-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}
.hc-search .ph {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
}
main.v3h .hc-search input[type="search"],
.hc-search input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.hc-search input[type="search"]::-webkit-search-decoration,
.hc-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.hc-search-panel {
  display: none;
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  max-height: 360px;
  overflow: auto;
  z-index: 40;
  box-shadow: 0 18px 40px rgba(11, 31, 77, 0.12);
}
.hc-search-panel.is-open { display: block; }
.hc-search-panel a {
  display: block;
  padding: 12px 16px;
  min-height: 44px;
  color: var(--ink);
  border-bottom: 1px solid #f1f5f9;
  text-decoration: none;
}
.hc-search-panel a:hover,
.hc-search-panel a.is-active { background: #f8fafc; }
.hc-search-panel .cat {
  display: block;
  font-size: 12px;
  color: var(--slate);
  margin-bottom: 2px;
}
.hc-search-empty {
  padding: 14px 16px;
  color: var(--slate);
}

.hc-hub {
  padding: 8px 0 88px;
  background: #eaf1ff;
}
.hc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
a.hc-hub-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
  min-height: 220px;
}
a.hc-hub-card:hover { text-decoration: none; color: inherit; }
.hc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #eaf1ff;
  color: var(--blue);
}
.hc-icon .ph { font-size: 24px; line-height: 1; }
.hc-hub-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.0625rem, 1.4vw, 1.3125rem);
  color: var(--navy);
  letter-spacing: -0.02em;
}
.hc-hub-card p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}
.hc-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.hc-guides { margin-top: 40px; }
.hc-guides-title {
  margin: 0 0 20px;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  color: var(--navy);
  letter-spacing: -0.03em;
}
.hc-guide-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 16px;
  scroll-margin-top: 110px;
}
.hc-guide-block header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
.hc-guide-block header .hc-icon { margin-bottom: 0; }
.hc-guide-block h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  color: var(--navy);
}
.hc-guide-block header p {
  margin: 0;
  color: var(--slate);
  font-size: 0.92rem;
}
.hc-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
.hc-guide-list a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  color: var(--ink);
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.95rem;
  text-decoration: none;
}
.hc-guide-list a:hover { color: var(--blue); }

.hc-article-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0 80px;
  max-width: 1180px;
}
.hc-mobile-bar { display: none; }
.hc-side {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  height: fit-content;
  max-height: calc(100vh - 120px);
  overflow: auto;
  position: sticky;
  top: 96px;
}
.hc-side-filter {
  width: 100%;
  min-height: 44px;
  margin: 0 0 12px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
}
.hc-side-back {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-bottom: 8px;
  font-weight: 800;
  color: var(--blue) !important;
  text-decoration: none;
  padding: 0 4px !important;
}
.hc-acc {
  border-bottom: 1px solid #f1f5f9;
  padding: 4px 0;
}
.hc-acc summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  min-height: 44px;
  padding: 8px 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
}
.hc-acc summary::-webkit-details-marker { display: none; }
.hc-acc summary .ph { color: var(--blue); font-size: 16px; }
.hc-side a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 10px 8px 30px;
  border-radius: 10px;
  color: var(--ink);
  font-size: 14px;
  text-decoration: none;
}
html[dir="rtl"] .hc-side a { padding: 8px 30px 8px 10px; }
html[dir="rtl"] .hc-side-back { padding: 0 4px !important; }
.hc-side a:hover,
.hc-side a.is-active {
  background: #eaf1ff;
  color: var(--blue);
}
.hc-side a[hidden],
.hc-acc[hidden] { display: none; }
.hc-article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 36px;
  min-width: 0;
  overflow-x: auto;
}
.hc-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--slate);
  margin-bottom: 16px;
}
.hc-crumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 6px;
  color: var(--blue);
  text-decoration: none;
}
.hc-crumb a:hover { text-decoration: underline; }
.hc-article h1 {
  margin: 0 0 20px;
  font-size: clamp(1.75rem, 2.4vw, 2.4rem);
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1.3;
  overflow: visible;
  height: auto;
  min-height: 0;
}
html[lang="ar"] .hc-article h1,
html[lang="ar"] .hc-content h2,
html[lang="ar"] .hc-content h3 {
  line-height: 1.45;
  overflow: visible;
}
.hc-related {
  max-width: 760px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.hc-related h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  color: var(--navy);
  line-height: 1.45;
  overflow: visible;
}
.hc-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-related a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
}
.hc-brand-note {
  max-width: 760px;
  margin: 0 0 1.25rem;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.7;
}
.hc-content {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
html[lang="ar"] .hc-content { line-height: 1.75; }
.hc-content img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid var(--line);
  margin: 12px 0;
  background: #f8fafc;
}
.hc-content figure { margin: 18px 0; }
.hc-shot {
  display: block;
  cursor: zoom-in;
  text-decoration: none;
}
.hc-shot:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.hc-content h2,
.hc-content h3,
.hc-content h4 {
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 1.4em 0 0.6em;
}
.hc-content p,
.hc-content li { color: #24334d; }
.hc-content ul,
.hc-content ol { padding-inline-start: 1.2rem; }
.hc-content li { margin: 0.35em 0; }
.hc-content a { color: var(--blue); }
.hc-content pre,
.hc-content code {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
.hc-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.hc-missing-shot {
  border: 1px dashed var(--line);
  border-radius: 14px;
  padding: 16px;
  color: var(--slate);
  font-size: 14px;
}
.hc-ar-notice {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
  background: #f8fafc;
}
.hc-ar-notice a { font-weight: 700; }
.hc-en-gap {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--slate);
}
.hc-next {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  max-width: 760px;
}
.hc-next a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
}
.hc-next a:hover { text-decoration: underline; }

.hc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 240;
  background: rgba(6, 19, 47, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.hc-lightbox[hidden] { display: none; }
.hc-lightbox img {
  max-width: min(1200px, 100%);
  max-height: calc(100vh - 80px);
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}
.hc-lightbox-close {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

html[lang="ar"] .hc-hub-card h2,
html[lang="ar"] .hc-article h1,
html[lang="ar"] .hc-guides-title {
  letter-spacing: 0;
}
html[dir="rtl"] .ph-arrow-right,
html[dir="rtl"] .ph-arrow-left {
  transform: scaleX(-1);
}

@media (max-width: 1040px) {
  .hc-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .hc-guide-list { grid-template-columns: 1fr; }
  .hc-article-layout {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .hc-mobile-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 16px;
  }
  .hc-mobile-now {
    margin: 0;
    color: var(--navy);
    font-weight: 800;
  }
  .hc-mobile-now span {
    display: block;
    color: var(--slate);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .hc-guides-toggle {
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #eaf1ff;
    color: var(--navy);
    font-weight: 800;
    cursor: pointer;
  }
  .hc-side {
    display: none;
    order: 2;
    position: static;
    max-height: none;
  }
  html.hc-guides-open .hc-side {
    display: block;
    order: 1;
  }
  html.hc-guides-open .hc-article { order: 2; }
  .hc-article { order: 1; }
  a.hc-hub-card { min-height: 0; }
}
@media (max-width: 720px) {
  .hc-grid { grid-template-columns: 1fr; }
  .hc-article { padding: 22px 18px; }
}

html { overflow-x: hidden; }
html[data-page="resources-help"] main.v3h .page-hero {
  overflow: visible;
}
main.v3h .hc-article-layout,
main.v3h .hc-content { max-width: 100%; }
