/* BRIEF 11H-2C: global portal typography hotfix.
   Scope: vca-portal-nl rendered components only. */
.vca-portal-nl-page,
.vca-portal-nl-article,
.vca-portal-nl-article-list,
.vca-contact-shell {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.vca-portal-nl-page button,
.vca-portal-nl-page input,
.vca-portal-nl-page textarea,
.vca-portal-nl-page select,
.vca-portal-nl-article button,
.vca-portal-nl-article input,
.vca-portal-nl-article textarea,
.vca-portal-nl-article select,
.vca-portal-nl-article-list button,
.vca-portal-nl-article-list input,
.vca-portal-nl-article-list textarea,
.vca-portal-nl-article-list select,
.vca-contact-shell button,
.vca-contact-shell input,
.vca-contact-shell textarea,
.vca-contact-shell select {
  font-family: inherit;
}

.vca-portal-nl-page,
.vca-portal-nl-article,
.vca-portal-nl-article-list {
  max-width: 920px;
  margin: 0 auto;
}

.vca-portal-nl-lead {
  font-size: 1.15rem;
  line-height: 1.65;
}

.vca-portal-nl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.78rem 1.08rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.vca-portal-nl-button:hover,
.vca-portal-nl-button:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.vca-portal-nl-button:focus-visible,
.vca-article a:focus-visible,
.vca-faq-item summary:focus-visible {
  outline: 3px solid rgba(21, 128, 61, 0.28);
  outline-offset: 3px;
}

.vca-portal-nl-button--primary {
  background: #15803d;
  color: #ffffff;
  box-shadow: 0 0.9rem 1.65rem rgba(21, 128, 61, 0.20);
}

.vca-portal-nl-button--primary:hover,
.vca-portal-nl-button--primary:focus-visible {
  background: #166534;
  color: #ffffff;
  box-shadow: 0 1.05rem 2rem rgba(21, 128, 61, 0.28);
}

.vca-portal-nl-button--secondary {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #172033;
}

.vca-portal-nl-button--secondary:hover,
.vca-portal-nl-button--secondary:focus-visible {
  border-color: #15803d;
  color: #15803d;
}

.vca-portal-nl-card {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(23, 32, 51, 0.14);
}

.vca-portal-nl-asset {
  margin: 0;
}

.vca-portal-nl-asset img {
  max-width: 100%;
  height: auto;
}

.vca-article-shell {
  width: min(1180px, calc(100% - 2rem));
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 0 2.75rem;
  color: #172033;
  font-size: 16px;
}

.vca-article * {
  box-sizing: border-box;
}

.vca-article a {
  color: #15803d;
  text-underline-offset: 0.18em;
}

.vca-article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  margin: 0 0 1rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.4;
}

.vca-article-breadcrumb a,
.vca-article-breadcrumb span {
  display: inline-flex;
  align-items: center;
}

.vca-article-breadcrumb a {
  color: #334155;
  font-weight: 800;
  text-decoration: none;
}

.vca-article-breadcrumb a:hover,
.vca-article-breadcrumb a:focus-visible {
  color: #15803d;
}

.vca-article-breadcrumb span[aria-hidden="true"] {
  color: #94a3b8;
  font-weight: 900;
}

.vca-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(220px, 0.62fr);
  gap: clamp(1.25rem, 4vw, 2.4rem);
  align-items: center;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  border: 1px solid #dbe7f3;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 56%, #ecfdf5 100%);
  box-shadow: 0 1rem 2.8rem rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.vca-article-hero__text {
  min-width: 0;
}

.vca-article-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 0.7rem;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(21, 128, 61, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #15803d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.vca-article h1 {
  max-width: 820px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.05rem, 5vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.vca-article-lead {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #475569;
}

.vca-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.vca-article-meta li {
  padding: 0.38rem 0.66rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  font-size: 0.9rem;
  font-weight: 800;
}

.vca-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.vca-article-hero__media {
  justify-self: end;
  width: min(100%, 290px);
}

.vca-article-hero__media .vca-portal-nl-asset {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid rgba(21, 128, 61, 0.14);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.09);
}

.vca-article-hero__media img {
  display: block;
  width: min(100%, 230px);
  max-height: 230px;
  object-fit: contain;
}


.vca-article-featured-image {
  margin: 1.25rem 0 1.25rem;
}

.vca-article-featured-image .vca-portal-nl-asset {
  overflow: hidden;
  border: 1px solid rgba(21, 128, 61, 0.16);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.08);
}

.vca-article-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.vca-article-featured-image figcaption {
  padding: 0.85rem 1rem 1rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.55;
}

.vca-article-quick-answer,
.vca-cta-box,
.vca-legal-note,
.vca-article-toc,
.vca-faq,
.vca-related-links {
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 0.85rem 2rem rgba(15, 23, 42, 0.05);
}

.vca-article-quick-answer {
  position: relative;
  margin: 1.5rem 0;
  padding: 1.25rem 1.35rem 1.25rem 1.55rem;
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.vca-article-quick-answer::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 0.85rem;
  width: 4px;
  border-radius: 999px;
  background: #15803d;
}

.vca-article-quick-answer h2,
.vca-cta-box h2,
.vca-legal-note h2,
.vca-article-toc h2,
.vca-faq h2,
.vca-related-links h2 {
  margin: 0 0 0.75rem;
  color: #0f172a;
  line-height: 1.2;
}

.vca-article-quick-answer h2,
.vca-article-toc h2,
.vca-related-links--sidebar h2,
.vca-cta-box--sidebar h2 {
  font-size: 1rem;
}

.vca-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.vca-article-sidebar {
  grid-column: 2;
  position: sticky;
  top: 2rem;
  align-self: start;
}

.vca-article-content {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.vca-article-toc,
.vca-cta-box,
.vca-related-links,
.vca-faq,
.vca-legal-note {
  margin: 1.25rem 0;
  padding: 1.1rem;
}

.vca-article-toc {
  background: #f8fafc;
}

.vca-article-toc ol {
  margin: 0;
  padding-left: 1.15rem;
}

.vca-article-toc li + li {
  margin-top: 0.5rem;
}

.vca-article-toc a {
  color: #334155;
  font-weight: 750;
  text-decoration: none;
}

.vca-article-toc a:hover,
.vca-article-toc a:focus-visible {
  color: #15803d;
  text-decoration: underline;
}

.vca-cta-box {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.vca-cta-box--sidebar .vca-portal-nl-button,
.vca-related-links--sidebar a {
  width: 100%;
}

.vca-portal-nl-section {
  scroll-margin-top: 2rem;
}

.vca-article-content .vca-portal-nl-section {
  margin: 0 0 2.25rem;
  padding-bottom: 0.25rem;
}

.vca-article-content h2 {
  margin: 0 0 0.85rem;
  color: #0f172a;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.vca-article-content h3 {
  color: #0f172a;
}

.vca-article-content p,
.vca-article-content li,
.vca-article-quick-answer p,
.vca-legal-note p,
.vca-cta-box p,
.vca-faq-item p {
  color: #334155;
  line-height: 1.72;
}

.vca-article-content p {
  margin: 0 0 1rem;
}

.vca-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.vca-info-card {
  position: relative;
  min-height: 100%;
  padding: 1.05rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.6rem 1.4rem rgba(15, 23, 42, 0.045);
}

.vca-info-card::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.22rem;
  margin-bottom: 0.78rem;
  border-radius: 999px;
  background: #15803d;
}

.vca-info-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.vca-info-card p {
  margin: 0;
}

.vca-article-steps {
  display: grid;
  gap: 0.6rem;
  margin: 1.1rem 0 0;
  padding-left: 1.35rem;
}

.vca-article-steps li {
  padding-left: 0.15rem;
}

.vca-article-note,
.vca-legal-note {
  border-color: #fde68a;
  background: #fffbeb;
}

.vca-article-note {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px solid #fde68a;
  border-radius: 1rem;
  color: #78350f;
  font-weight: 800;
}

.vca-faq {
  padding: 1.15rem;
}

.vca-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 0.95rem;
  background: #ffffff;
  overflow: hidden;
}

.vca-faq-item + .vca-faq-item {
  margin-top: 0.75rem;
}

.vca-faq-item summary {
  cursor: pointer;
  padding: 0.95rem 1rem;
  color: #0f172a;
  font-weight: 850;
  line-height: 1.35;
}

.vca-faq-item p {
  margin: 0;
  padding: 0 1rem 1rem;
}

.vca-related-links ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.vca-related-links li {
  margin: 0;
}

.vca-related-links li a {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 0.9rem 0.95rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  background: #f8fafc;
  color: #172033;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.3;
}

.vca-related-links li a:hover,
.vca-related-links li a:focus-visible {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}

.vca-related-links--sidebar ul {
  grid-template-columns: 1fr;
}

.vca-related-links--sidebar li a {
  padding: 0.78rem 0.85rem;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .vca-article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .vca-article-sidebar,
  .vca-article-content {
    grid-column: auto;
    grid-row: auto;
  }

  .vca-article-sidebar {
    position: static;
    order: -1;
  }
}

@media (max-width: 760px) {
  .vca-article-shell {
    width: min(100% - 1rem, 1180px);
    padding-top: 0.75rem;
  }

  .vca-article-hero,
  .vca-info-grid,
  .vca-related-links ul {
    grid-template-columns: 1fr;
  }

  .vca-article-hero {
    padding: 1.15rem;
    border-radius: 1.25rem;
  }

  .vca-article h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .vca-article-hero__media {
    justify-self: stretch;
    width: 100%;
  }

  .vca-article-hero__media .vca-portal-nl-asset {
    padding: 0.85rem;
  }

  .vca-article-hero__media img {
    width: min(100%, 170px);
    max-height: 170px;
  }

  .vca-article-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vca-article-actions .vca-portal-nl-button {
    width: 100%;
    text-align: center;
  }

  .vca-article-quick-answer,
  .vca-cta-box,
  .vca-legal-note,
  .vca-article-toc,
  .vca-faq,
  .vca-related-links {
    border-radius: 1rem;
  }
}

/* BRIEF 11C-1B: keep primary CTA labels visible even when the active WordPress theme overrides link/button colors. */
.vca-article .vca-portal-nl-button,
.vca-article .vca-portal-nl-button:visited,
.vca-article-shell .vca-portal-nl-button,
.vca-article-shell .vca-portal-nl-button:visited,
.vca-portal-nl-page .vca-portal-nl-button,
.vca-portal-nl-page .vca-portal-nl-button:visited {
  font-size: 0.96rem !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  letter-spacing: normal !important;
  white-space: normal;
}

.vca-article .vca-portal-nl-button--primary,
.vca-article .vca-portal-nl-button--primary:visited,
.vca-article .vca-portal-nl-button--primary:hover,
.vca-article .vca-portal-nl-button--primary:focus,
.vca-article .vca-portal-nl-button--primary:focus-visible,
.vca-article .vca-portal-nl-button--primary:active,
.vca-article-shell .vca-portal-nl-button--primary,
.vca-article-shell .vca-portal-nl-button--primary:visited,
.vca-article-shell .vca-portal-nl-button--primary:hover,
.vca-article-shell .vca-portal-nl-button--primary:focus,
.vca-article-shell .vca-portal-nl-button--primary:focus-visible,
.vca-article-shell .vca-portal-nl-button--primary:active,
.vca-portal-nl-page .vca-portal-nl-button--primary,
.vca-portal-nl-page .vca-portal-nl-button--primary:visited,
.vca-portal-nl-page .vca-portal-nl-button--primary:hover,
.vca-portal-nl-page .vca-portal-nl-button--primary:focus,
.vca-portal-nl-page .vca-portal-nl-button--primary:focus-visible,
.vca-portal-nl-page .vca-portal-nl-button--primary:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #15803d;
  text-decoration: none !important;
}

.vca-article .vca-portal-nl-button--primary:hover,
.vca-article .vca-portal-nl-button--primary:focus,
.vca-article .vca-portal-nl-button--primary:focus-visible,
.vca-article-shell .vca-portal-nl-button--primary:hover,
.vca-article-shell .vca-portal-nl-button--primary:focus,
.vca-article-shell .vca-portal-nl-button--primary:focus-visible,
.vca-portal-nl-page .vca-portal-nl-button--primary:hover,
.vca-portal-nl-page .vca-portal-nl-button--primary:focus,
.vca-portal-nl-page .vca-portal-nl-button--primary:focus-visible {
  background-color: #166534;
}

.vca-article .vca-portal-nl-button--secondary,
.vca-article .vca-portal-nl-button--secondary:visited,
.vca-article-shell .vca-portal-nl-button--secondary,
.vca-article-shell .vca-portal-nl-button--secondary:visited,
.vca-portal-nl-page .vca-portal-nl-button--secondary,
.vca-portal-nl-page .vca-portal-nl-button--secondary:visited {
  color: #15803d !important;
  -webkit-text-fill-color: #15803d !important;
  text-decoration: none !important;
}

/* BRIEF 11C-2A: align portal index and SEO pages with the approved educational article visual system. */
.vca-portal-nl-page {
  width: min(1180px, calc(100% - 2rem));
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 0 2.75rem;
  color: #172033;
  font-size: 16px;
}

.vca-portal-nl-page * {
  box-sizing: border-box;
}

.vca-portal-nl-page > h1 {
  max-width: 820px;
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: clamp(2.05rem, 5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.vca-portal-nl-page > .vca-portal-nl-lead {
  max-width: 760px;
  margin: 0 0 1.5rem;
  color: #475569;
}

.vca-portal-nl-page > .vca-portal-nl-section {
  max-width: 850px;
  margin: 0 0 2.25rem;
}

.vca-portal-nl-page > .vca-portal-nl-section h2,
.vca-portal-nl-page .vca-portal-nl-section--article-list h2 {
  margin: 0 0 0.85rem;
  color: #0f172a;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.vca-portal-nl-page > .vca-portal-nl-section p,
.vca-portal-nl-page > .vca-portal-nl-section li,
.vca-portal-nl-page--articles-index .vca-portal-nl-section p,
.vca-portal-nl-page--articles-index .vca-portal-nl-section li {
  color: #334155;
  line-height: 1.72;
}


/* BRIEF 11C-2K: give simple portal and legal pages the same polished hero treatment as the article index. */
.vca-portal-nl-page-hero {
  margin-bottom: clamp(1.75rem, 4vw, 2.4rem);
}

.vca-portal-nl-page-hero--plain {
  grid-template-columns: 1fr;
}

.vca-portal-nl-page-hero .vca-portal-nl-lead {
  max-width: 780px;
  margin: 1rem 0 0;
  color: #334155;
  font-size: clamp(1.02rem, 1.4vw, 1.17rem);
  line-height: 1.65;
}

.vca-portal-nl-page-hero .vca-portal-nl-button {
  width: 100%;
  justify-content: center;
}

.vca-portal-nl-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: clamp(1.25rem, 4vw, 2.4rem);
  align-items: center;
  margin: 0 0 1.5rem;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  border: 1px solid #dbe7f3;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 56%, #ecfdf5 100%);
  box-shadow: 0 1rem 2.8rem rgba(15, 23, 42, 0.08);
}

.vca-portal-nl-index-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.05rem, 5vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.vca-portal-nl-index-hero__cta {
  padding: 1.2rem;
  border: 1px solid rgba(21, 128, 61, 0.14);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.08);
}

.vca-portal-nl-index-hero__media {
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.7);
}

.vca-portal-nl-index-hero__media .vca-portal-nl-asset {
  margin: 0;
}

.vca-portal-nl-index-hero__media img {
  display: block;
  width: min(100%, 260px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 1.15rem;
}


.vca-portal-nl-page-image {
  max-width: 860px;
  margin: -0.25rem auto 2rem;
  padding: 0.6rem;
  border: 1px solid rgba(21, 128, 61, 0.16);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.08);
}

.vca-portal-nl-page-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: contain;
}

.vca-portal-nl-page-image figcaption {
  margin: 0.65rem 0.25rem 0.15rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 760px) {
  .vca-portal-nl-page-image {
    margin: 1rem auto 1.5rem;
    padding: 0.45rem;
    border-radius: 1.1rem;
  }
}


.vca-portal-nl-hero-panel-image {
  display: grid;
  place-items: center;
  margin: 0 0 0.9rem;
}

.vca-portal-nl-hero-panel-image__img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 1.15rem;
  object-fit: contain;
}

.vca-portal-nl-index-hero__cta h2 {
  margin: 0 0 0.65rem;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.2;
}

.vca-portal-nl-index-hero__cta p {
  margin: 0 0 1rem;
  color: #334155;
  line-height: 1.6;
}

.vca-portal-nl-index-hero__cta .vca-portal-nl-button {
  display: flex;
  width: 100%;
  margin-top: 0.75rem;
}

.vca-portal-nl-index-hero__cta p + .vca-portal-nl-button {
  margin-top: 1rem;
}

.vca-portal-nl-index-layout {
  margin-top: 1.5rem;
}

.vca-portal-nl-page--articles-index .vca-portal-nl-section--article-list {
  margin-top: 2.25rem;
}

.vca-portal-nl-article-list {
  display: grid;
  gap: 1rem;
  max-width: none;
  margin: 1rem 0 0;
}

.vca-portal-nl-card--article {
  display: grid;
  grid-template-columns: 7.25rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow: 0 0.8rem 1.8rem rgba(15, 23, 42, 0.055);
}

.vca-portal-nl-card__icon {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1rem;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  color: #15803d;
}

.vca-portal-nl-card__icon::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vca-portal-nl-card--article h3 {
  margin: 0 0 0.55rem;
  color: #0f172a;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.2;
}

.vca-portal-nl-card--article h3 a {
  color: inherit;
  text-decoration: none;
}

.vca-portal-nl-card--article h3 a:hover,
.vca-portal-nl-card--article h3 a:focus-visible {
  color: #15803d;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.vca-portal-nl-card--article p {
  margin: 0 0 0.85rem;
  color: #334155;
  line-height: 1.65;
}

.vca-portal-nl-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #15803d;
  font-weight: 850;
  text-decoration: none;
}

.vca-portal-nl-read-more:hover,
.vca-portal-nl-read-more:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.vca-article-steps {
  list-style: none;
  counter-reset: vca-step;
  padding-left: 0;
}

.vca-article-steps li {
  counter-increment: vca-step;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0 0.35rem 0.9rem rgba(15, 23, 42, 0.035);
}

.vca-article-steps li::before {
  content: counter(vca-step);
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #15803d;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 980px) {
  .vca-portal-nl-index-hero,
  .vca-portal-nl-card--article {
    grid-template-columns: 1fr;
  }

  .vca-portal-nl-index-hero__cta {
    max-width: 100%;
  }

  .vca-portal-nl-card__icon {
    width: 5.25rem;
  }
}

@media (max-width: 760px) {
  .vca-portal-nl-page {
    width: min(100% - 1rem, 1180px);
    padding-top: 0.75rem;
  }

  .vca-portal-nl-index-hero {
    padding: 1.15rem;
    border-radius: 1.25rem;
  }

  .vca-portal-nl-card--article {
    padding: 1rem;
    border-radius: 1rem;
  }
}

.vca-contact-card {
  margin: 1.5rem 0;
  padding: clamp(1.1rem, 3vw, 1.65rem);
  border: 1px solid #dbe7f3;
  border-radius: 1.35rem;
  background: #ffffff;
  box-shadow: 0 0.85rem 2rem rgba(15, 23, 42, 0.06);
}

.vca-contact-form {
  display: grid;
  gap: 1rem;
}

.vca-contact-field,
.vca-contact-consent,
.vca-contact-form p {
  margin: 0;
}

.vca-contact-field label {
  display: block;
  margin-bottom: 0.4rem;
  color: #172033;
  font-weight: 800;
}

.vca-contact-field input,
.vca-contact-field textarea {
  width: 100%;
  padding: 0.86rem 0.95rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #172033;
  font: inherit;
  line-height: 1.45;
}

.vca-contact-field textarea {
  min-height: 11rem;
  resize: vertical;
}

.vca-contact-field input:focus,
.vca-contact-field textarea:focus {
  border-color: #15803d;
  outline: 3px solid rgba(21, 128, 61, 0.18);
  outline-offset: 1px;
}

.vca-contact-consent label {
  display: flex;
  gap: 0.62rem;
  align-items: flex-start;
  color: #334155;
  line-height: 1.5;
}

.vca-contact-consent input {
  margin-top: 0.22rem;
  flex: 0 0 auto;
}

.vca-contact-message {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.vca-contact-message p {
  margin: 0 0 0.45rem;
}

.vca-contact-message ul {
  margin: 0;
  padding-left: 1.2rem;
}

.vca-contact-message--success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.vca-contact-message--error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.vca-contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .vca-contact-card {
    border-radius: 1.1rem;
  }

  .vca-contact-field input,
  .vca-contact-field textarea {
    font-size: 16px;
  }
}

/* BRIEF 11H-1A -- contact page visual polish hotfix */
.vca-contact-shell {
  width: min(1180px, calc(100% - 2rem));
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
  color: #172033;
}

.vca-contact-shell * {
  box-sizing: border-box;
}

.vca-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
  margin-bottom: 1.35rem;
  padding: clamp(1.35rem, 4vw, 2.65rem);
  border: 1px solid #dbe7f3;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 58%, #ecfdf5 100%);
  box-shadow: 0 1rem 2.8rem rgba(15, 23, 42, 0.08);
}

.vca-contact-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.vca-contact-lead {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #475569;
}

.vca-contact-hero__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 1px solid rgba(21, 128, 61, 0.15);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.06);
}

.vca-contact-hero__box h2,
.vca-contact-card__head h2,
.vca-contact-side-card h2 {
  margin: 0 0 0.55rem;
  color: #0f172a;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.vca-contact-hero__box p,
.vca-contact-card__head p,
.vca-contact-side-card p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.vca-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(1rem, 3vw, 1.6rem);
  align-items: start;
}

.vca-contact-main {
  min-width: 0;
}

.vca-contact-main .vca-portal-nl-section {
  margin: 0 0 1rem;
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 0.7rem 1.8rem rgba(15, 23, 42, 0.045);
}

.vca-contact-main .vca-portal-nl-section h2 {
  margin: 0 0 0.65rem;
  color: #0f172a;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.18;
}

.vca-contact-main .vca-portal-nl-section p {
  max-width: 780px;
  margin: 0.55rem 0 0;
  color: #334155;
  line-height: 1.7;
}

.vca-contact-card {
  position: relative;
  margin: 0;
  padding: clamp(1rem, 3vw, 1.55rem);
  border: 1px solid #dbe7f3;
  border-radius: 1.35rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.07);
}

.vca-contact-card__head {
  margin: 0 0 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.vca-contact-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 0.6rem !important;
  padding: 0.32rem 0.6rem;
  border: 1px solid rgba(21, 128, 61, 0.18);
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.vca-contact-form {
  display: grid;
  gap: 1rem;
}

.vca-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vca-contact-field,
.vca-contact-consent,
.vca-contact-submit,
.vca-contact-form p {
  margin: 0;
}

.vca-contact-field label {
  display: block !important;
  margin: 0 0 0.42rem;
  color: #172033;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.3;
}

.vca-contact-field input,
.vca-contact-field textarea {
  display: block;
  width: 100%;
  min-height: 3.1rem;
  padding: 0.9rem 0.98rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.95rem;
  background: #f8fafc;
  color: #172033;
  font: inherit;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.vca-contact-field textarea {
  min-height: 12rem;
  resize: vertical;
}

.vca-contact-field input:focus,
.vca-contact-field textarea:focus {
  border-color: #15803d;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(21, 128, 61, 0.13);
  outline: 0;
}

.vca-contact-consent {
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
}

.vca-contact-consent label {
  display: grid !important;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  color: #334155;
  line-height: 1.55;
}

.vca-contact-consent input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.18rem 0 0;
  accent-color: #15803d;
}

.vca-contact-submit {
  display: flex;
  justify-content: flex-start;
}

.vca-contact-submit .vca-portal-nl-button {
  min-width: 12rem;
}

.vca-contact-message {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  font-weight: 750;
  line-height: 1.5;
}

.vca-contact-message p {
  margin: 0 0 0.45rem;
}

.vca-contact-message ul {
  margin: 0;
  padding-left: 1.2rem;
}

.vca-contact-message--success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.vca-contact-message--error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.vca-contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.vca-contact-sidebar {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 1rem;
}

.vca-contact-side-card,
.vca-related-links--contact {
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 0.7rem 1.7rem rgba(15, 23, 42, 0.045);
}

.vca-contact-side-card--cta {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.vca-contact-side-card .vca-portal-nl-button {
  margin-top: 0.85rem;
}

.vca-contact-side-card a,
.vca-related-links--contact a {
  color: #15803d;
  font-weight: 800;
}

.vca-related-links--contact h2 {
  margin-top: 0;
}

@media (max-width: 900px) {
  .vca-contact-hero,
  .vca-contact-layout {
    grid-template-columns: 1fr;
  }

  .vca-contact-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .vca-contact-shell {
    width: min(100% - 1rem, 1180px);
    padding-top: 0.75rem;
  }

  .vca-contact-hero,
  .vca-contact-card,
  .vca-contact-main .vca-portal-nl-section,
  .vca-contact-side-card,
  .vca-related-links--contact {
    border-radius: 1.05rem;
  }

  .vca-contact-hero {
    padding: 1.05rem;
  }

  .vca-contact-hero h1 {
    font-size: clamp(2.05rem, 12vw, 2.8rem);
  }

  .vca-contact-grid {
    grid-template-columns: 1fr;
  }

  .vca-contact-field input,
  .vca-contact-field textarea {
    font-size: 16px;
  }

  .vca-contact-submit .vca-portal-nl-button {
    width: 100%;
  }
}

/* BRIEF 11H-1C -- VCA Portal NL Safety CAPTCHA Hotfix */
.vca-contact-captcha {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid #dbe7f3;
  border-radius: 1.1rem;
  background: #f8fafc;
}

.vca-contact-captcha legend {
  padding: 0 0.35rem;
  color: #172033;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.3;
}

.vca-contact-captcha p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

.vca-contact-captcha__help {
  color: #172033 !important;
  font-weight: 900;
}

.vca-contact-captcha__help strong {
  font-weight: 900;
}

.vca-contact-captcha__error {
  padding: 0.72rem 0.85rem;
  border: 1px solid #fecaca;
  border-radius: 0.85rem;
  background: #fff1f2;
  color: #991b1b !important;
  font-weight: 900;
}

.vca-contact-captcha__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.vca-contact-captcha__option {
  position: relative;
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.62rem;
  border: 2px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.vca-contact-captcha__option:hover,
.vca-contact-captcha__option:focus-within {
  border-color: #86efac;
  box-shadow: 0 0.75rem 1.4rem rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.vca-contact-captcha__option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.vca-contact-captcha__option:has(input:checked),
.vca-contact-captcha__option.is-selected {
  border-color: #15803d;
  background: #f0fdf4;
  box-shadow: 0 0 0 4px rgba(21, 128, 61, 0.13), 0 0.85rem 1.55rem rgba(21, 128, 61, 0.10);
}

.vca-contact-captcha__option:has(input:checked)::after,
.vca-contact-captcha__option.is-selected::after {
  content: "Geselecteerd";
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  padding: 0.22rem 0.46rem;
  border-radius: 999px;
  background: #15803d;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.vca-contact-captcha__media {
  display: block;
  overflow: hidden;
  border-radius: 0.78rem;
  background: #e2e8f0;
  aspect-ratio: 4 / 3;
}

.vca-contact-captcha__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vca-contact-captcha__label {
  display: block;
  color: #172033;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 760px) {
  .vca-contact-captcha {
    padding: 0.85rem;
  }

  .vca-contact-captcha__grid {
    grid-template-columns: 1fr;
  }

  .vca-contact-captcha__option {
    grid-template-columns: minmax(5.8rem, 7.2rem) minmax(0, 1fr);
    align-items: center;
  }

  .vca-contact-captcha__label {
    text-align: left;
  }
}

/* BRIEF 11C-2C: premium Polish homepage visual hotfix. */
.vca-portal-nl-home {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: min(1180px, calc(100% - 2rem));
  max-width: 1180px;
  padding-top: 0;
}

.vca-portal-nl-home .vca-article-breadcrumb {
  margin-bottom: 1.15rem;
}

.vca-home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(1.25rem, 4vw, 2.75rem);
  align-items: stretch;
  margin: 0 0 2rem;
  padding: clamp(1.5rem, 4.6vw, 3.25rem);
  border: 1px solid #bbf7d0;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 88% 12%, rgba(21, 128, 61, 0.18), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(15, 23, 42, 0.06), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f0fdf4 54%, #ecfdf5 100%);
  box-shadow: 0 1.35rem 3.8rem rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.vca-home-hero::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  border: 1.35rem solid rgba(21, 128, 61, 0.08);
  border-radius: 999px;
  pointer-events: none;
}

.vca-home-hero__content,
.vca-home-hero__panel {
  position: relative;
  z-index: 1;
}

.vca-home-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.55rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.vca-home-lead {
  max-width: 720px;
  margin: 1.1rem 0 0;
  color: #334155;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.vca-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.55rem;
}

.vca-home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 620px;
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
}

.vca-home-proof li {
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(21, 128, 61, 0.16);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0.55rem 1.5rem rgba(15, 23, 42, 0.045);
}

.vca-home-proof strong,
.vca-home-proof span {
  display: block;
}

.vca-home-proof strong {
  color: #15803d;
  font-size: 1.45rem;
  line-height: 1;
}

.vca-home-proof span {
  margin-top: 0.3rem;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.vca-home-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1.1rem, 3vw, 1.55rem);
  border: 1px solid rgba(21, 128, 61, 0.16);
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.09);
}

.vca-home-hero__panel--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.vca-home-hero__panel--link:hover,
.vca-home-hero__panel--link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(21, 128, 61, 0.36);
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.12);
  outline: none;
}

.vca-home-hero__panel--link:focus-visible {
  outline: 3px solid rgba(34, 197, 94, 0.28);
  outline-offset: 4px;
}

.vca-home-badge {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1.1rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 0.8rem 1.8rem rgba(21, 128, 61, 0.26);
}

.vca-home-hero__panel h2 {
  margin: 0 0 0.75rem;
  color: #0f172a;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.12;
}

.vca-home-hero__panel p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.vca-home-standard {
  margin-top: 1.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid #bbf7d0;
  border-radius: 1.15rem;
  background: #f0fdf4;
}

.vca-home-standard span,
.vca-home-standard strong,
.vca-home-standard em {
  display: block;
}

.vca-home-standard span {
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vca-home-standard strong {
  margin-top: 0.25rem;
  color: #0f172a;
  font-size: 1.45rem;
  line-height: 1.1;
}

.vca-home-standard em {
  margin-top: 0.15rem;
  color: #15803d;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
}

.vca-home-section {
  margin: 0 0 2rem;
}

.vca-home-section__head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.vca-home-section__head span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: #15803d;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
}

.vca-home-section__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.vca-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.vca-home-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.055);
}

.vca-home-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(21, 128, 61, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.vca-home-feature-card:hover::before {
  opacity: 1;
}

.vca-home-feature-card__icon {
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.85rem;
  border-radius: 0.95rem;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #15803d, #86efac) border-box;
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 0.45rem #f0fdf4;
}

.vca-home-feature-card h3 {
  margin: 0 0 0.55rem;
  color: #0f172a;
  font-size: 1.08rem;
  line-height: 1.2;
}

.vca-home-feature-card p {
  margin: 0 0 0.9rem;
  color: #475569;
  line-height: 1.6;
}

.vca-home-feature-card a {
  margin-top: auto;
  color: #15803d;
  font-weight: 900;
  text-decoration: none;
}

.vca-home-feature-card a span {
  margin-left: 0.35rem;
}

.vca-home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.vca-home-main {
  min-width: 0;
}

.vca-home-sidebar {
  position: sticky;
  top: 2rem;
}

.vca-home-main > .vca-portal-nl-section {
  max-width: none;
  margin: 0 0 2rem;
  padding: 1.2rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.35rem;
  background: #ffffff;
  box-shadow: 0 0.7rem 1.8rem rgba(15, 23, 42, 0.045);
}

.vca-home-main > .vca-portal-nl-section h2 {
  margin: 0 0 0.8rem;
  color: #0f172a;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.vca-home-main .vca-info-card {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.vca-home-main .vca-article-steps {
  padding: 0;
  counter-reset: vcaHomeStep;
  list-style: none;
}

.vca-home-main .vca-article-steps li {
  position: relative;
  min-height: 3.15rem;
  padding: 0.9rem 1rem 0.9rem 3.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
  color: #334155;
  font-weight: 700;
}

.vca-home-main .vca-article-steps li::before {
  counter-increment: vcaHomeStep;
  content: counter(vcaHomeStep);
  position: absolute;
  left: 0.85rem;
  top: 50%;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #15803d;
  color: #ffffff;
  font-weight: 900;
}

.vca-home-toc {
  margin-top: 0;
}

.vca-home-legal {
  margin-top: 1.75rem;
}

@media (max-width: 1080px) {
  .vca-home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vca-home-hero,
  .vca-home-layout {
    grid-template-columns: 1fr;
  }

  .vca-home-sidebar {
    position: static;
    order: -1;
  }
}

@media (max-width: 640px) {
  .vca-portal-nl-home {
    width: min(100% - 1rem, 1180px);
    padding-top: 0.75rem;
  }

  .vca-home-hero {
    padding: 1.15rem;
    border-radius: 1.35rem;
  }

  .vca-home-hero h1 {
    font-size: clamp(2.35rem, 14vw, 3.25rem);
  }

  .vca-home-actions,
  .vca-home-proof,
  .vca-home-feature-grid {
    grid-template-columns: 1fr;
  }

  .vca-home-actions {
    display: grid;
  }

  .vca-home-actions .vca-portal-nl-button,
  .vca-home-sidebar .vca-portal-nl-button {
    width: 100%;
  }

  .vca-home-feature-grid,
  .vca-info-grid,
  .vca-related-links ul {
    grid-template-columns: 1fr;
  }

  .vca-home-main > .vca-portal-nl-section {
    padding: 1rem;
    border-radius: 1.1rem;
  }
}


/* BRIEF 11C-2D: keep Home learning steps readable with Georgia and theme CSS overrides. */
.vca-article-steps .vca-step-text {
  display: block;
  min-width: 0;
  width: auto;
  max-width: none;
  line-height: 1.45;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.vca-home-main .vca-article-steps {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
}

.vca-home-main .vca-article-steps li {
  display: flex !important;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: auto;
  padding: 0.95rem 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vca-home-main .vca-article-steps li::before {
  position: static;
  flex: 0 0 1.75rem;
  transform: none;
  margin-top: 0.05rem;
}

.vca-home-main .vca-article-steps .vca-step-text {
  flex: 1 1 auto;
  min-width: 0;
}

/* BRIEF 11C-2E: portal footer for Home and all vca-portal-nl pages. */
.vca-portal-nl-footer {
  margin: 3rem 0 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #082032;
  border: 1px solid #d8e3ea;
  border-radius: 1.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 54%, #eef8f1 100%);
  box-shadow: 0 24px 60px rgba(15, 35, 45, 0.08);
}

.vca-portal-nl-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}

.vca-portal-nl-footer__brand h2,
.vca-portal-nl-footer__nav h3 {
  margin: 0 0 0.75rem;
  color: #071527;
  line-height: 1.15;
}

.vca-portal-nl-footer__brand h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.vca-portal-nl-footer__brand p,
.vca-portal-nl-footer__bottom p {
  margin: 0 0 1rem;
  line-height: 1.65;
}

.vca-portal-nl-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.7rem !important;
  padding: 0.28rem 0.7rem;
  border: 1px solid #bfe7ce;
  border-radius: 999px;
  background: #f1fbf5;
  color: #087739;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vca-portal-nl-footer__nav ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vca-portal-nl-footer__nav a {
  display: inline-flex;
  align-items: center;
  color: #0f2b46;
  font-weight: 700;
  text-decoration: none;
}

.vca-portal-nl-footer__nav a:hover,
.vca-portal-nl-footer__nav a:focus {
  color: #087739;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.vca-portal-nl-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 2rem;
  border-top: 1px solid #d8e3ea;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.vca-portal-nl-footer__bottom p {
  margin: 0;
}

@media (max-width: 960px) {
  .vca-portal-nl-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .vca-portal-nl-footer__brand {
    grid-column: 1 / -1;
  }

  .vca-portal-nl-footer__bottom {
    display: grid;
  }
}

@media (max-width: 640px) {
  .vca-portal-nl-footer {
    margin-top: 2rem;
    border-radius: 1.1rem;
  }

  .vca-portal-nl-footer__top {
    grid-template-columns: 1fr;
    padding: 1.15rem;
  }

  .vca-portal-nl-footer__bottom {
    padding: 1rem 1.15rem;
  }
}

/* BRIEF 11C-2F: premium footer visual polish and theme-list reset. */
.vca-portal-nl-page .vca-portal-nl-footer,
.vca-portal-nl-footer.vca-portal-nl-footer--premium {
  width: 100% !important;
  max-width: 100% !important;
  margin: 3.5rem 0 0 !important;
  padding: 0 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: #082032 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.vca-portal-nl-footer__inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfe3da;
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 12% 10%, rgba(14, 134, 64, 0.14), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(21, 88, 58, 0.10), transparent 30%),
    linear-gradient(135deg, #f5fbf7 0%, #ffffff 46%, #eef8f2 100%);
  box-shadow: 0 28px 70px rgba(8, 32, 50, 0.10);
}


.vca-portal-nl-footer__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.85fr);
  gap: 1.25rem;
  align-items: stretch;
  padding: 2.35rem 2.35rem 1.25rem;
}

.vca-portal-nl-footer__brand {
  min-width: 0;
}

.vca-portal-nl-footer__brand h2 {
  margin: 0 0 0.8rem !important;
  color: #071527 !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em;
}

.vca-portal-nl-footer__brand p {
  max-width: 42rem;
  margin: 0 0 1.2rem !important;
  color: #24364a !important;
  font-size: 1.04rem;
  line-height: 1.7 !important;
}

.vca-portal-nl-footer__eyebrow {
  display: inline-flex !important;
  align-items: center;
  margin: 0 0 0.9rem !important;
  padding: 0.34rem 0.78rem !important;
  border: 1px solid #bfe7ce !important;
  border-radius: 999px !important;
  background: #f1fbf5 !important;
  color: #087739 !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.vca-portal-nl-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.vca-portal-nl-footer__notice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid #f1d98d;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #fffdf3, #fff8dc);
  color: #24364a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.78);
}

.vca-portal-nl-footer__notice strong {
  display: block;
  color: #071527;
  font-size: 1.05rem;
}

.vca-portal-nl-footer__notice span {
  display: block;
  line-height: 1.65;
}

.vca-portal-nl-footer__grid,
.vca-portal-nl-footer__top {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  padding: 0 2.35rem 2.1rem !important;
}

.vca-portal-nl-footer--links-only .vca-portal-nl-footer__grid {
  padding-top: 2.35rem !important;
}

.vca-portal-nl-footer__nav {
  display: block;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid #d9e6ec;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(8, 32, 50, 0.055);
}

.vca-portal-nl-footer__nav h3 {
  margin: 0 0 0.85rem !important;
  color: #071527 !important;
  font-size: 1.25rem !important;
  line-height: 1.18 !important;
}

.vca-portal-nl-footer__nav ul,
.vca-portal-nl-footer__nav li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.vca-portal-nl-footer__nav ul {
  display: grid !important;
  gap: 0.55rem !important;
}

.vca-portal-nl-footer__nav li::marker {
  content: "" !important;
}

.vca-portal-nl-footer__nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  width: 100% !important;
  min-height: 2.55rem !important;
  padding: 0.62rem 0.78rem !important;
  border: 1px solid #dbe8ee !important;
  border-radius: 0.72rem !important;
  background: #ffffff !important;
  color: #0f2b46 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  line-height: 1.25 !important;
  box-shadow: 0 8px 18px rgba(8, 32, 50, 0.035);
  transition: transform 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.vca-portal-nl-footer__nav a::after {
  content: "›";
  color: #087739;
  font-size: 1.2rem;
  line-height: 1;
}

.vca-portal-nl-footer__nav a:hover,
.vca-portal-nl-footer__nav a:focus {
  color: #087739 !important;
  border-color: #9bd7b2 !important;
  box-shadow: 0 12px 24px rgba(8, 119, 57, 0.12);
  text-decoration: none !important;
  transform: translateY(-1px);
}

.vca-portal-nl-footer__bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 1rem 2.35rem !important;
  border-top: 1px solid #d8e8df !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #32475b !important;
  font-size: 0.92rem !important;
}

.vca-portal-nl-footer__bottom p {
  margin: 0 !important;
  line-height: 1.55 !important;
}

.vca-portal-nl-footer__bottom a {
  color: #0f2b46 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.vca-portal-nl-footer__bottom a:hover,
.vca-portal-nl-footer__bottom a:focus {
  color: #087739 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
}

@media (max-width: 960px) {
  .vca-portal-nl-footer__hero {
    grid-template-columns: 1fr;
    padding: 2rem 1.35rem 1rem;
  }

  .vca-portal-nl-footer__grid,
  .vca-portal-nl-footer__top {
    grid-template-columns: 1fr !important;
    padding: 0 1.35rem 1.35rem !important;
  }

  .vca-portal-nl-footer__bottom {
    display: grid !important;
    padding: 1rem 1.35rem !important;
  }
}

@media (max-width: 640px) {
  .vca-portal-nl-footer,
  .vca-portal-nl-page .vca-portal-nl-footer {
    margin-top: 2.25rem !important;
  }

  .vca-portal-nl-footer__inner {
    border-radius: 1.2rem;
  }

  .vca-portal-nl-footer__actions {
    display: grid;
  }

  .vca-portal-nl-footer__actions .vca-portal-nl-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.vca-portal-nl-footer + .vca-portal-nl-footer {
  margin-top: 1.5rem !important;
}

.vca-portal-nl-footer--access-links .vca-portal-nl-footer__inner {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdfd 100%);
  border-color: #d8e3e9;
}

.vca-portal-nl-footer--access-links .vca-portal-nl-footer__bottom {
  display: none !important;
}

@media (max-width: 640px) {
  .vca-portal-nl-footer + .vca-portal-nl-footer {
    margin-top: 1rem !important;
  }
}

/* BRIEF 11C-2N: home hero trust badge image hotfix. */
.vca-home-hero__panel--trust-image {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(0.45rem, 1.4vw, 0.75rem);
  border-color: rgba(21, 128, 61, 0.20);
  background: rgba(255, 255, 255, 0.62);
  overflow: hidden;
}

.vca-home-trust-image {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  border-radius: 1.35rem;
  object-fit: contain;
  box-shadow: 0 0.85rem 2rem rgba(15, 23, 42, 0.12);
}

@media (max-width: 900px) {
  .vca-home-trust-image {
    max-width: min(100%, 420px);
  }
}

/* BRIEF 11C-2O — Home page pricing preview synced with VCA Access buy page */
.vca-home-pricing-preview {
  max-width: 1180px;
  margin: 1.25rem auto 2rem;
  padding: 1.25rem;
  border: 1px solid #d9e6ec;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(8, 32, 50, 0.055);
}

.vca-home-pricing-preview__head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.vca-home-pricing-preview__head span {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.78rem;
  border: 1px solid #bfe7ce;
  border-radius: 999px;
  background: #f1fbf5;
  color: #087739;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vca-home-pricing-preview__head h2 {
  margin: 0;
  color: #071527;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.1;
}

.vca-home-pricing-preview__head p {
  margin: 0;
  color: #32475b;
  line-height: 1.65;
}

.vca-home-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.vca-home-pricing-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 1.2rem;
  border: 1px solid #dbe8ee;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(8, 32, 50, 0.055);
}

.vca-home-pricing-card.is-active {
  border-color: #97d5af;
  box-shadow: 0 16px 34px rgba(15, 139, 69, 0.14);
}

.vca-home-pricing-kicker {
  margin: 0 0 0.5rem;
  color: #087739;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vca-home-pricing-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.vca-home-pricing-card__head h3 {
  margin: 0;
  color: #071527;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.vca-home-pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.95rem;
  padding: 0.3rem 0.68rem;
  border-radius: 999px;
  background: #eff4f7;
  color: #617286;
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
}

.vca-home-pricing-badge.is-highlight {
  background: #e2ecff;
  color: #2250c7;
}

.vca-home-pricing-description {
  margin: 0 0 0.95rem;
  color: #32475b;
  line-height: 1.68;
}

.vca-home-pricing-points {
  display: grid;
  gap: 0.52rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.vca-home-pricing-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  color: #0f2b46;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.vca-home-pricing-points li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #0f8b45;
  font-weight: 900;
}

.vca-home-pricing-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.25rem;
}

.vca-home-pricing-price {
  margin: 0;
  color: #071527;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.vca-home-pricing-price-note {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.4;
  text-align: right;
}

.vca-home-pricing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.vca-home-pricing-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.38rem 0.68rem;
  border: 1px solid #dbe8ee;
  border-radius: 999px;
  background: #f8fbfd;
  color: #24364a;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}

.vca-home-pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  margin-top: 1rem;
  padding: 10px 16px;
  border-radius: 999px;
  border: 0;
  background: #0f8b45;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(15, 139, 69, 0.20);
}

.vca-home-pricing-button:hover,
.vca-home-pricing-button:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.vca-home-pricing-button.is-secondary {
  border: 1px solid #cbdde6;
  background: #ffffff;
  color: #087739;
  box-shadow: none;
}

.vca-home-pricing-button.is-secondary:hover,
.vca-home-pricing-button.is-secondary:focus-visible {
  color: #087739;
}

@media (max-width: 1100px) {
  .vca-home-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .vca-home-pricing-grid {
    grid-template-columns: 1fr;
  }

  .vca-home-pricing-price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .vca-home-pricing-price-note {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .vca-home-pricing-preview {
    margin: 1rem auto 1.5rem;
    padding: 1rem;
    border-radius: 1.1rem;
  }

  .vca-home-pricing-card__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* BRIEF-11C-2P — Home like Access example */
.vca-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.9rem;
  padding: 0.34rem 0.78rem;
  border: 1px solid #bfe7ce;
  border-radius: 999px;
  background: #f1fbf5;
  color: #087739;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vca-home-hero.vca-home-hero--access-like {
  max-width: 1180px;
  margin: 0 auto 1rem;
  padding: 1.9rem 1.9rem 1.15rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.85fr);
  gap: 1.25rem;
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 12% 10%, rgba(14, 134, 64, 0.14), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(21, 88, 58, 0.10), transparent 30%),
    linear-gradient(135deg, #f5fbf7 0%, #ffffff 46%, #eef8f2 100%);
  box-shadow: 0 28px 70px rgba(8, 32, 50, 0.10);
}

.vca-home-hero.vca-home-hero--access-like::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 0;
  height: 0.28rem;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #087739, #15a85b, #d8ab2f);
}

.vca-home-hero.vca-home-hero--access-like::after {
  display: none;
}

.vca-home-hero--access-like h1 {
  max-width: 700px;
  margin: 0 0 0.8rem;
  color: #071527;
  font-size: clamp(2.05rem, 4vw, 3.25rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.vca-home-hero__title--two-line {
  text-align: center;
}

.vca-home-hero__title-line {
  display: block;
}

.vca-home-actions--access-like {
  margin-top: 1.35rem;
  justify-content: center;
}

.vca-home-hero--access-like .vca-home-hero__panel {
  min-height: auto;
  padding: 0.45rem;
  border-radius: 1.2rem;
}

.vca-home-proof-bar {
  max-width: 1180px;
  margin: 0 auto 1.2rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid #d9e6ec;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(8, 32, 50, 0.055);
}

.vca-home-proof.vca-home-proof--standalone {
  max-width: none;
  margin: 0;
}

.vca-home-proof.vca-home-proof--standalone li {
  background: #fdfefe;
}

.vca-home-pricing-preview {
  margin-top: 0;
}

@media (max-width: 860px) {
  .vca-home-hero.vca-home-hero--access-like {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vca-home-hero.vca-home-hero--access-like {
    padding: 1.35rem 1rem 1rem;
    border-radius: 1.25rem;
  }

  .vca-home-proof-bar {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 1.05rem;
  }

  .vca-home-proof.vca-home-proof--standalone {
    grid-template-columns: 1fr;
  }
}

/* BRIEF-11C-2R — Home hero benefits line */
.vca-home-benefits-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 1rem 0 0;
  color: #0f2b46;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .vca-home-benefits-line {
    font-size: 0.92rem;
  }
}

/* BRIEF 11C-2Y — Portal Mobile Layout Width Hotfix v1
   Goal: make VCA Portal NL pages, home sections, pricing cards and footers more readable on mobile,
   matching the safer mobile width approach used in VCA Access. */
*, *::before, *::after {
  box-sizing: border-box;
}

.vca-portal-nl-page,
.vca-portal-nl-article,
.vca-portal-nl-article-list,
.vca-contact-shell,
.vca-home-hero,
.vca-home-hero.vca-home-hero--access-like,
.vca-home-proof-bar,
.vca-home-pricing-preview,
.vca-portal-nl-footer,
.vca-portal-nl-page .vca-portal-nl-footer {
  width: min(1180px, 100%);
}

.vca-portal-nl-asset,
.vca-portal-nl-asset img,
.vca-home-trust-image,
.vca-home-hero__panel img,
.vca-contact-captcha__grid img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .vca-portal-nl-page,
  .vca-portal-nl-article,
  .vca-portal-nl-article-list,
  .vca-contact-shell,
  .vca-home-hero,
  .vca-home-hero.vca-home-hero--access-like,
  .vca-home-proof-bar,
  .vca-home-pricing-preview,
  .vca-portal-nl-footer,
  .vca-portal-nl-page .vca-portal-nl-footer {
    width: min(1180px, calc(100vw - 1rem)) !important;
    max-width: min(1180px, calc(100vw - 1rem)) !important;
    margin-left: calc(50% - 50vw + 0.5rem) !important;
    margin-right: calc(50% - 50vw + 0.5rem) !important;
  }

  .vca-portal-nl-page,
  .vca-portal-nl-article,
  .vca-portal-nl-article-list,
  .vca-contact-shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .vca-home-hero,
  .vca-home-hero.vca-home-hero--access-like,
  .vca-portal-nl-page-hero,
  .vca-portal-nl-index-hero,
  .vca-contact-hero,
  .vca-contact-card,
  .vca-contact-main .vca-portal-nl-section,
  .vca-contact-side-card,
  .vca-home-main > .vca-portal-nl-section,
  .vca-portal-nl-page > .vca-portal-nl-section,
  .vca-home-pricing-preview,
  .vca-home-proof-bar,
  .vca-portal-nl-card,
  .vca-info-card {
    border-radius: 1.15rem !important;
  }

  .vca-home-hero,
  .vca-home-hero.vca-home-hero--access-like,
  .vca-portal-nl-page-hero,
  .vca-portal-nl-index-hero,
  .vca-contact-hero {
    padding: 1.35rem 1rem 1rem !important;
  }

  .vca-home-main > .vca-portal-nl-section,
  .vca-portal-nl-page > .vca-portal-nl-section,
  .vca-contact-main .vca-portal-nl-section,
  .vca-home-pricing-preview,
  .vca-home-proof-bar,
  .vca-contact-card,
  .vca-contact-side-card,
  .vca-portal-nl-card,
  .vca-info-card,
  .vca-home-feature-card,
  .vca-home-pricing-card {
    padding: 1rem !important;
  }

  .vca-home-hero,
  .vca-home-hero.vca-home-hero--access-like,
  .vca-home-layout,
  .vca-portal-nl-index-hero,
  .vca-article-layout,
  .vca-contact-layout,
  .vca-contact-main,
  .vca-info-grid,
  .vca-home-feature-grid,
  .vca-home-pricing-grid,
  .vca-portal-nl-article-list,
  .vca-contact-grid,
  .vca-home-proof,
  .vca-portal-nl-footer__grid,
  .vca-portal-nl-footer__top {
    grid-template-columns: 1fr !important;
  }

  .vca-home-actions,
  .vca-home-actions--access-like,
  .vca-article-actions,
  .vca-portal-nl-index-hero__cta,
  .vca-contact-submit {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  .vca-home-actions .vca-portal-nl-button,
  .vca-home-actions--access-like .vca-portal-nl-button,
  .vca-article-actions .vca-portal-nl-button,
  .vca-contact-submit .vca-portal-nl-button,
  .vca-home-sidebar .vca-portal-nl-button,
  .vca-home-pricing-button,
  .vca-portal-nl-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .vca-home-hero h1,
  .vca-home-hero.vca-home-hero--access-like h1,
  .vca-portal-nl-page > h1,
  .vca-portal-nl-index-hero h1,
  .vca-article-hero h1,
  .vca-contact-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.035em !important;
    overflow-wrap: anywhere;
  }

  .vca-portal-nl-lead,
  .vca-home-hero p,
  .vca-home-benefits-line,
  .vca-home-pricing-description,
  .vca-portal-nl-page > .vca-portal-nl-section p,
  .vca-portal-nl-page > .vca-portal-nl-section li,
  .vca-contact-card__head p,
  .vca-contact-side-card p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .vca-home-hero__panel,
  .vca-home-hero__panel--trust-image,
  .vca-portal-nl-asset,
  .vca-article-hero__media .vca-portal-nl-asset {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .vca-home-trust-image,
  .vca-home-hero__panel img,
  .vca-portal-nl-asset img {
    display: block !important;
    width: auto !important;
    max-width: min(100%, 420px) !important;
    margin: 0 auto !important;
  }

  .vca-home-pricing-grid {
    gap: 1rem !important;
  }

  .vca-home-pricing-card {
    width: 100% !important;
    min-width: 0 !important;
  }

  .vca-home-pricing-card__head,
  .vca-home-pricing-price-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .vca-home-pricing-price-note {
    text-align: left !important;
  }

  .vca-home-pricing-meta {
    gap: 0.5rem !important;
  }

  .vca-home-pricing-meta span {
    max-width: 100%;
    white-space: normal;
  }

  .vca-portal-nl-footer,
  .vca-portal-nl-page .vca-portal-nl-footer {
    margin-top: 1.1rem !important;
  }

  .vca-portal-nl-footer__inner {
    border-radius: 1.2rem !important;
  }

  .vca-portal-nl-footer__grid,
  .vca-portal-nl-footer__top {
    gap: 0.9rem !important;
    padding: 1rem 1rem 1.2rem !important;
  }

  .vca-portal-nl-footer__nav {
    padding: 1rem !important;
  }

  .vca-portal-nl-footer__nav a {
    min-height: 3rem !important;
    padding: 0.72rem 0.85rem !important;
  }

  .vca-portal-nl-footer__bottom {
    display: grid !important;
    padding: 1rem !important;
    gap: 0.55rem !important;
    text-align: left !important;
  }

  .vca-portal-nl-card--article {
    grid-template-columns: 1fr !important;
  }

  .vca-portal-nl-card__icon {
    width: 4rem !important;
    height: 4rem !important;
  }

  .vca-contact-captcha__grid {
    grid-template-columns: 1fr !important;
  }

  .vca-contact-captcha__grid img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
}


/* BRIEF 11I-2: VCA-proefexamen visual + SEO page width parity with Testy VCA. */
@media (min-width: 981px) {
  .vca-portal-nl-page--mock_exam {
    width: min(1180px, calc(100% - 2rem));
    max-width: 1180px;
  }

  .vca-portal-nl-page--mock_exam > .vca-portal-nl-section,
  .vca-portal-nl-page--mock_exam > .vca-related-links,
  .vca-portal-nl-page--mock_exam > .vca-legal-note,
  .vca-portal-nl-page--mock_exam > p {
    width: 100%;
    max-width: 100%;
  }

  .vca-portal-nl-page--mock_exam .vca-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .vca-portal-nl-page--mock_exam .vca-article-steps {
    width: 100%;
  }

  .vca-portal-nl-page--mock_exam .vca-related-links ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* BRIEF 11I-3: article index thumbnails */
.vca-portal-nl-card--article {
  grid-template-columns: minmax(13rem, 18rem) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
}

.vca-portal-nl-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0.95rem;
  overflow: hidden;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  align-self: start;
}

.vca-portal-nl-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vca-cta-box--article-index {
  margin-top: 1.5rem;
}

.vca-cta-box--article-index .vca-article-actions {
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .vca-portal-nl-card--article {
    grid-template-columns: 1fr;
  }

  .vca-portal-nl-card__thumb {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .vca-portal-nl-card__thumb {
    border-radius: 0.85rem;
  }
}

/* BRIEF 11I-3B: make the article index list use the full content width below the intro/sidebar area. */
.vca-portal-nl-page--articles-index > .vca-portal-nl-section--article-list,
.vca-portal-nl-page--articles-index > .vca-cta-box--article-index {
  width: 100%;
  max-width: none;
}

.vca-portal-nl-page--articles-index > .vca-portal-nl-section--article-list {
  margin-top: 2rem;
}

.vca-portal-nl-page--articles-index .vca-portal-nl-article-list,
.vca-portal-nl-page--articles-index .vca-portal-nl-card--article {
  width: 100%;
  max-width: none;
}

@media (max-width: 760px) {
  .vca-portal-nl-page--articles-index > .vca-portal-nl-section--article-list,
  .vca-portal-nl-page--articles-index > .vca-cta-box--article-index {
    width: 100%;
    max-width: 100%;
  }

  .vca-portal-nl-page--articles-index .vca-portal-nl-card--article {
    grid-template-columns: 1fr !important;
  }
}

/* BRIEF 11I-5B: after the useful right sidebar ends, selected article sections can continue on the full content width to avoid an empty desktop column. */
.vca-article-content--full {
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
  max-width: none;
}

.vca-article-content--full .vca-info-grid,
.vca-article-content--full .vca-related-links ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .vca-article-content--full .vca-info-grid,
  .vca-article-content--full .vca-related-links ul {
    grid-template-columns: 1fr;
  }
}

/* BRIEF 11J-4/5 — Legal Pages Visual Cleanup v1
   Scope: /regulamin/ and /polityka-prywatnosci/ only. Footer untouched. */
.vca-portal-nl-page--terms,
.vca-portal-nl-page--privacy {
  width: min(1040px, calc(100% - 2rem));
  max-width: 1040px;
  padding-top: clamp(1rem, 2vw, 1.5rem);
}

.vca-portal-nl-page--terms .vca-article-breadcrumb,
.vca-portal-nl-page--privacy .vca-article-breadcrumb {
  max-width: 100%;
}

.vca-portal-nl-page--terms .vca-portal-nl-page-hero,
.vca-portal-nl-page--privacy .vca-portal-nl-page-hero {
  width: 100%;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  border-color: rgba(21, 128, 61, 0.18);
}

.vca-portal-nl-page--terms .vca-portal-nl-page-hero h1,
.vca-portal-nl-page--privacy .vca-portal-nl-page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.vca-portal-nl-page--terms > .vca-portal-nl-section,
.vca-portal-nl-page--privacy > .vca-portal-nl-section,
.vca-portal-nl-page--terms > .vca-related-links,
.vca-portal-nl-page--privacy > .vca-related-links,
.vca-portal-nl-page--terms > .vca-legal-note,
.vca-portal-nl-page--privacy > .vca-legal-note,
.vca-portal-nl-page--terms > p,
.vca-portal-nl-page--privacy > p {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vca-portal-nl-page--terms > .vca-portal-nl-section,
.vca-portal-nl-page--privacy > .vca-portal-nl-section {
  margin-bottom: clamp(1.35rem, 3vw, 2.1rem);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.04);
}

.vca-portal-nl-page--terms > .vca-portal-nl-section h2,
.vca-portal-nl-page--privacy > .vca-portal-nl-section h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.vca-portal-nl-page--terms > .vca-portal-nl-section p,
.vca-portal-nl-page--privacy > .vca-portal-nl-section p {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.vca-portal-nl-page--terms > .vca-portal-nl-section p:last-child,
.vca-portal-nl-page--privacy > .vca-portal-nl-section p:last-child {
  margin-bottom: 0;
}

.vca-portal-nl-page--terms .vca-info-grid,
.vca-portal-nl-page--privacy .vca-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.vca-portal-nl-page--terms .vca-info-card,
.vca-portal-nl-page--privacy .vca-info-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-color: rgba(186, 230, 253, 0.96);
}

.vca-portal-nl-page--terms .vca-info-card h3,
.vca-portal-nl-page--privacy .vca-info-card h3 {
  word-break: normal;
  overflow-wrap: anywhere;
}

.vca-portal-nl-page--terms .vca-article-note,
.vca-portal-nl-page--privacy .vca-article-note {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 0.9rem;
}

.vca-portal-nl-page--terms > .vca-related-links,
.vca-portal-nl-page--privacy > .vca-related-links,
.vca-portal-nl-page--terms > .vca-legal-note,
.vca-portal-nl-page--privacy > .vca-legal-note {
  margin-bottom: 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

@media (max-width: 767px) {
  .vca-portal-nl-page--terms,
  .vca-portal-nl-page--privacy {
    width: min(1040px, calc(100vw - 1rem)) !important;
    max-width: min(1040px, calc(100vw - 1rem)) !important;
  }

  .vca-portal-nl-page--terms .vca-info-grid,
  .vca-portal-nl-page--privacy .vca-info-grid {
    grid-template-columns: 1fr;
  }

  .vca-portal-nl-page--terms > .vca-portal-nl-section,
  .vca-portal-nl-page--privacy > .vca-portal-nl-section {
    padding: 1rem;
  }
}

/* BRIEF 11J-4/5A — Legal package note gap hotfix v1
   Scope: /regulamin/ and /polityka-prywatnosci/ only. Footer untouched. */
.vca-portal-nl-page--terms .vca-info-grid > .vca-info-card:last-child:nth-child(odd),
.vca-portal-nl-page--privacy .vca-info-grid > .vca-info-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.vca-portal-nl-page--terms .vca-info-grid + .vca-article-note,
.vca-portal-nl-page--privacy .vca-info-grid + .vca-article-note {
  margin-top: 0.45rem;
}

@media (max-width: 767px) {
  .vca-portal-nl-page--terms .vca-info-grid > .vca-info-card:last-child:nth-child(odd),
  .vca-portal-nl-page--privacy .vca-info-grid > .vca-info-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

/* BRIEF 11K-1: compact answer + infographic block for /co-to-jest-vca/ */
.vca-article-answer-media {
  margin: 1.5rem 0;
}

.vca-article-answer-media--has-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: clamp(1rem, 2.5vw, 1.4rem);
  align-items: stretch;
}

.vca-article-answer-media .vca-article-quick-answer,
.vca-article-answer-media .vca-article-featured-image {
  margin: 0;
}

.vca-article-answer-media .vca-article-featured-image .vca-portal-nl-asset {
  height: 100%;
  display: grid;
  align-items: center;
  border-color: rgba(21, 128, 61, 0.14);
  box-shadow: 0 0.85rem 2rem rgba(15, 23, 42, 0.055);
}

.vca-article-answer-media .vca-article-featured-image img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.vca-article--co-to-jest-vca .vca-article-answer-media--has-image {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.66fr);
}

.vca-article--co-to-jest-vca .vca-article-featured-image--after-answer .vca-portal-nl-asset {
  padding: 0.75rem;
  background: linear-gradient(135deg, #ffffff, #f8fffb);
}

.vca-article--co-to-jest-vca .vca-article-featured-image--after-answer figcaption {
  display: none;
}

@media (max-width: 860px) {
  .vca-article-answer-media--has-image,
  .vca-article--co-to-jest-vca .vca-article-answer-media--has-image {
    grid-template-columns: 1fr;
  }

  .vca-article-answer-media .vca-article-featured-image img {
    max-height: none;
  }
}

/* BRIEF 11K-1B: /co-to-jest-vca/ centered infographic between hero and quick answer */
.vca-article--co-to-jest-vca .vca-article-answer-media--has-image {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  margin: 1.35rem 0 1.45rem;
}

.vca-article--co-to-jest-vca .vca-article-featured-image--after-answer {
  order: -1;
  width: min(74%, 820px);
  margin-left: auto;
  margin-right: auto;
}

.vca-article--co-to-jest-vca .vca-article-featured-image--after-answer .vca-portal-nl-asset {
  padding: 0.7rem;
  min-height: 0;
  height: auto;
}

.vca-article--co-to-jest-vca .vca-article-featured-image--after-answer img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .vca-article--co-to-jest-vca .vca-article-featured-image--after-answer {
    width: min(100%, 760px);
  }
}

@media (max-width: 640px) {
  .vca-article--co-to-jest-vca .vca-article-answer-media--has-image {
    margin: 1rem 0 1.2rem;
  }

  .vca-article--co-to-jest-vca .vca-article-featured-image--after-answer {
    width: 100%;
  }
}

/* BRIEF 11K-1D: /co-to-jest-vca/ lower article sections use full width after the sidebar block. */
.vca-article--co-to-jest-vca .vca-article-content--full {
  width: 100%;
  margin-top: clamp(0.9rem, 2vw, 1.35rem);
}

.vca-article--co-to-jest-vca .vca-article-content--full .vca-portal-nl-section,
.vca-article--co-to-jest-vca .vca-article-content--full .vca-faq,
.vca-article--co-to-jest-vca .vca-article-content--full .vca-related-links,
.vca-article--co-to-jest-vca .vca-article-content--full .vca-legal-note,
.vca-article--co-to-jest-vca .vca-article-content--full .vca-cta-box--final {
  width: 100%;
  max-width: 100%;
}

.vca-article--co-to-jest-vca .vca-article-content--full .vca-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vca-article--co-to-jest-vca .vca-article-content--full .vca-article-steps {
  max-width: 100%;
}

@media (min-width: 900px) {
  .vca-article--co-to-jest-vca .vca-article-content--full .vca-article-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1rem;
  }
}

@media (max-width: 760px) {
  .vca-article--co-to-jest-vca .vca-article-content--full .vca-info-grid,
  .vca-article--co-to-jest-vca .vca-article-content--full .vca-article-steps {
    grid-template-columns: 1fr;
  }
}


/* BRIEF 11K-1E: /co-to-jest-vca/ trust image fills the desktop gap before the learning topics section. */
.vca-section-image--after-section {
  margin: clamp(1.1rem, 2.2vw, 1.8rem) auto clamp(1.2rem, 2.4vw, 1.9rem);
  width: min(44%, 340px);
}

.vca-section-image--after-section .vca-portal-nl-asset {
  overflow: hidden;
  border: 1px solid rgba(21, 128, 61, 0.16);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, #ffffff, #f7fff9);
  box-shadow: 0 1.1rem 2.25rem rgba(15, 23, 42, 0.075);
}

.vca-section-image--after-section img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vca-section-image--after-section figcaption {
  display: none;
}

@media (max-width: 860px) {
  .vca-section-image--after-section {
    width: min(78%, 320px);
  }
}

@media (max-width: 520px) {
  .vca-section-image--after-section {
    width: min(100%, 280px);
  }
}

/* BRIEF 11K-1G: /co-to-jest-vca/ center the trust image proportionally in the desktop gap. */
@media (min-width: 900px) {
  .vca-article--co-to-jest-vca .vca-article-content > #dla-kogo-jest-vca {
    min-height: clamp(34rem, 44vw, 39rem);
    display: flex;
    flex-direction: column;
  }

  .vca-article--co-to-jest-vca .vca-article-content > #dla-kogo-jest-vca .vca-section-image--after-section {
    flex: 1 1 auto;
    width: 100%;
    min-height: clamp(18rem, 24vw, 22rem);
    margin: clamp(0.45rem, 1vw, 0.8rem) 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vca-article--co-to-jest-vca .vca-article-content > #dla-kogo-jest-vca .vca-section-image--after-section .vca-portal-nl-asset {
    width: min(54%, 360px);
    margin: 0 auto;
  }
}

@media (max-width: 899px) {
  .vca-article--co-to-jest-vca .vca-article-content > #dla-kogo-jest-vca .vca-section-image--after-section {
    margin: 1.15rem auto 1.35rem;
  }
}

/* BRIEF 11K-1H: /co-to-jest-vca/ balance the VCA trust image inside the desktop gap. */
@media (min-width: 900px) {
  .vca-article--co-to-jest-vca .vca-article-content > #dla-kogo-jest-vca {
    min-height: clamp(42rem, 50vw, 47rem);
  }

  .vca-article--co-to-jest-vca .vca-article-content > #dla-kogo-jest-vca .vca-section-image--after-section {
    min-height: clamp(25rem, 31vw, 30rem);
    margin-top: clamp(0.8rem, 1.4vw, 1.15rem);
    margin-bottom: 0;
  }

  .vca-article--co-to-jest-vca .vca-article-content > #dla-kogo-jest-vca .vca-section-image--after-section .vca-portal-nl-asset {
    width: min(50%, 335px);
  }
}

/* BRIEF 11L-4D: center article image assets across all VCA Portal NL articles.
   Keep original image URLs and dimensions intact; only align contained images
   inside the existing article visual cards. */
.vca-article .vca-article-featured-image .vca-portal-nl-asset {
  display: grid;
  justify-items: center;
}

.vca-article .vca-article-featured-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

/* BRIEF 11L-4E: force-center article image blocks globally.
   This targets both renderer assets and Article Visual injected figures below the hero.
   It does not change URLs, SEO data, captions, dimensions, routing or plugin version. */
.vca-article :is(.vca-article-featured-image, .vca-article-visual) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.vca-article :is(.vca-article-featured-image, .vca-article-visual, .vca-portal-nl-asset) {
  text-align: center !important;
}

.vca-article .vca-article-featured-image > .vca-portal-nl-asset,
.vca-article .vca-article-visual {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.vca-article .vca-article-featured-image img,
.vca-article .vca-article-visual__image,
.vca-article .vca-portal-nl-asset > img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  object-fit: contain !important;
}

.vca-article .vca-article-featured-image figcaption,
.vca-article .vca-article-visual__caption,
.vca-article .vca-portal-nl-asset > figcaption {
  width: 100% !important;
  text-align: left;
}

/* BRIEF 12G-6D — Home hero image right-size + CLS stability hotfix.
   Keep the hero panel dimensions identical before and after deferred CSS loads. */
.vca-home-hero__panel--trust-image {
  inline-size: min(100%, 390px) !important;
  max-inline-size: 390px !important;
  aspect-ratio: 1 / 1 !important;
  min-block-size: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vca-home-trust-image,
.vca-home-hero__panel--trust-image > img {
  display: block !important;
  inline-size: min(100%, 390px) !important;
  max-inline-size: 390px !important;
  block-size: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .vca-home-hero,
  .vca-home-hero.vca-home-hero--access-like {
    width: min(1180px, calc(100vw - 1rem)) !important;
    max-width: min(1180px, calc(100vw - 1rem)) !important;
    margin-left: calc(50% - 50vw + 0.5rem) !important;
    margin-right: calc(50% - 50vw + 0.5rem) !important;
    grid-template-columns: 1fr !important;
    padding: 1.35rem 1rem 1rem !important;
  }

  .vca-home-hero__panel--trust-image {
    inline-size: min(100%, 390px) !important;
    max-inline-size: 390px !important;
  }
}


/* NL-ART-3H2 — hide the theme-generated page title only on pages using vca-portal-nl shortcodes.
   The article/index H1 rendered by the plugin remains visible and becomes the single visible H1. */
body.vca-portal-nl-template .nv-page-title-wrap {
  display: none !important;
}

/* NL-ART-10H7: article-style sidebar navigation for conversion pages. */
.vca-portal-nl-page--with-sidebar .vca-portal-nl-page-layout--sidebar {
  margin-top: clamp(1.75rem, 3vw, 2.4rem);
}

.vca-portal-nl-page--with-sidebar .vca-article-sidebar {
  z-index: 1;
}

.vca-portal-nl-page--with-sidebar .vca-cta-box--sidebar .vca-portal-nl-button + .vca-portal-nl-button {
  margin-top: 0.75rem;
}

.vca-portal-nl-page--with-sidebar .vca-article-toc,
.vca-portal-nl-page--with-sidebar .vca-cta-box--sidebar,
.vca-portal-nl-page--with-sidebar .vca-related-links--sidebar {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.94);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.06);
}

@media (max-width: 980px) {
  .vca-portal-nl-page--with-sidebar .vca-article-sidebar {
    order: 2;
  }

  .vca-portal-nl-page--with-sidebar .vca-article-content {
    order: 1;
  }
}
