.vn-subnav {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.vn-subnav-inner {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 13px 0;
  font-size: 14px;
  line-height: 1.5;
  flex-wrap: wrap;
}
.vn-subnav a {
  padding: 4px 0;
  color: var(--muted);
  white-space: nowrap;
}
.vn-subnav a[aria-current],
.vn-subnav a.is-active {
  color: var(--blue);
  font-weight: 700;
  border-bottom: 2px solid var(--blue);
}

.vn-shell img { display: block; max-width: 100%; object-fit: cover; }
.vn-shell a:focus-visible,
.vn-shell summary:focus-visible,
.vn-shell [tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.vn-shell h1,
.vn-shell h2,
.vn-shell h3,
.vn-shell p,
.vn-shell figure { margin: 0; }
.vn-shell h1 {
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 800;
  color: var(--navy);
}
.vn-shell h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: -.025em;
  font-weight: 800;
  color: var(--navy);
}
.vn-shell h3 { font-size: 20px; line-height: 1.3; color: var(--navy); }
.vn-hero {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  padding: 32px 0 42px;
  gap: 0;
}
.vn-hero > div { padding: 14px 34px 14px 0; }
.vn-eyebrow {
  font-size: 12px;
  color: var(--blue);
  letter-spacing: .14em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px !important;
}
.vn-lead {
  font-size: 16px;
  color: var(--muted);
  max-width: 550px;
  margin-top: 24px !important;
}
.vn-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.vn-shell .vn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.4;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  transition: background .15s;
}
.vn-shell .vn-button:hover { background: var(--navy-soft); }
.vn-shell .vn-textlink {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .025em;
  color: var(--blue);
  display: inline-block;
  line-height: 1.5;
}
.vn-textlink:hover { text-decoration: underline; }
.vn-hero figure img {
  width: 100%;
  height: 470px;
  border-radius: 14px;
  object-position: center;
}
.vn-shell figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.vn-section { padding: 52px 0; }
.vn-tint { background: var(--bg-soft); }
.vn-section-head {
  max-width: 800px;
  margin: 0 auto 28px;
  text-align: center;
}
.vn-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.vn-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vn-card {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.vn-card p { color: var(--muted); margin-top: 14px; }
.vn-mark {
  display: block;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 23px;
}
.vn-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}
.vn-split img { width: 100%; height: 340px; border-radius: 14px; }
.vn-split p:not(.vn-eyebrow) {
  color: var(--muted);
  margin-top: 20px;
  margin-bottom: 24px;
}
.vn-table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.vn-shell table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-size: 15px;
}
.vn-shell th,
.vn-shell td {
  text-align: left;
  padding: 20px 24px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.vn-shell thead th {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}
.vn-shell tbody th {
  width: 22%;
  color: var(--navy);
  font-weight: 600;
}
.vn-shell tbody td { width: 39%; color: var(--muted); }
.vn-shell tbody tr:last-child > * { border: 0; }
html[dir="rtl"] .vn-shell th,
html[dir="rtl"] .vn-shell td { text-align: right; }
.vn-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px !important;
}
.vn-faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
}
.vn-faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.vn-faq details:first-child { padding-top: 0; }
.vn-faq summary {
  font-weight: 600;
  cursor: pointer;
  padding-right: 18px;
  min-height: 32px;
}
.vn-faq details p { color: var(--muted); margin-top: 14px; }
.vn-end {
  background: var(--navy);
  border-radius: 14px;
  padding: 38px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto 30px;
}
.vn-end h2,
.vn-end p { color: #fff; }
.vn-end p { margin-top: 12px; }
.vn-end .vn-eyebrow { color: #a9c3ff; }
.vn-shell .vn-button-white {
  background: #fff;
  color: var(--navy);
  flex-shrink: 0;
}
.vn-shell .vn-button-white:hover { background: var(--blue-soft); }
.vn-related {
  padding: 0 0 30px;
  font-size: 14px;
  color: var(--blue);
}

@media (max-width: 1200px) {
  .vn-four { grid-template-columns: repeat(2, 1fr); }
  .vn-hero figure img { height: 460px; }
  .vn-actions { gap: 15px; }
}
@media (max-width: 980px) {
  .vn-subnav-inner {
    gap: 8px 16px;
    padding: 10px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .vn-hero { grid-template-columns: 1fr 1fr; }
  .vn-hero > div { padding-right: 24px; }
  .vn-cards { gap: 16px; }
  .vn-card { padding: 22px; }
  .vn-split { gap: 30px; }
  .vn-faq { gap: 35px; }
  .vn-end {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .vn-hero {
    grid-template-columns: 1fr;
    padding: 28px 0 34px;
  }
  .vn-hero > div { padding: 0; }
  .vn-hero figure { margin-top: 28px; }
  .vn-hero figure img { height: 270px; }
  .vn-actions { gap: 18px; margin-top: 24px; }
  .vn-shell h1 { font-size: 36px; }
  .vn-lead { margin-top: 20px !important; }
  .vn-section { padding: 38px 0; }
  .vn-section-head { text-align: left; margin-bottom: 24px; }
  .vn-cards,
  .vn-four,
  .vn-split,
  .vn-faq { grid-template-columns: 1fr; }
  .vn-card { padding: 24px; }
  .vn-mark { margin-bottom: 15px; }
  .vn-split { gap: 26px; }
  .vn-split img { height: 260px; }
  .vn-faq { gap: 24px; }
  .vn-table-wrap { border-radius: 10px; }
  .vn-shell th,
  .vn-shell td { padding: 16px; }
  .vn-end { padding: 28px 24px; gap: 22px; }
  .vn-shell .vn-button { font-size: 12px; max-width: 100%; }
  .vn-related { padding-bottom: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .vn-shell * { transition: none !important; }
}
html[dir="rtl"] .vn-hero > div { padding: 14px 0 14px 34px; }
html[dir="rtl"] .vn-shell th,
html[dir="rtl"] .vn-shell td { text-align: right; }
html[dir="rtl"] .vn-faq summary { padding-right: 0; padding-left: 18px; }
@media (max-width: 980px) {
  html[dir="rtl"] .vn-hero > div { padding-left: 0; padding-right: 24px; }
}
@media (max-width: 700px) {
  html[dir="rtl"] .vn-hero > div { padding: 0; }
  html[dir="rtl"] .vn-section-head { text-align: right; }
}
