/* Global */

html {
  scroll-behavior: smooth;
}

/* Base */

.vo-public-body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #e0f2ff, #f9fafb 45%, #f9fafb 100%);
  color: #111827;
  padding-top: 72px; /* space for fixed navbar */
}

.vo-main {
  min-height: 60vh;
}

.brand-badge {
      width:32px; height:32px; border-radius:8px;
      background:#0d6efd; color:#fff; display:inline-flex; align-items:center; justify-content:center;
    }
    
/* Navbar */

.vo-navbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.vo-logo-badge {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  font-weight: 700;
}

.vo-navbar-links .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4b5563;
  padding: 0.5rem 0.8rem;
}

.vo-navbar-links .nav-link:hover {
  color: #111827;
}

.vo-navbar-cta .btn {
  border-radius: 999px;
}

/* nav-underline / active state */

.vo-navbar-links .nav-link {
  position: relative;
  transition: color 0.15s ease-in-out;
}

/* basis van de blauwe streep (onzichtbaar) */
.vo-navbar-links .nav-link::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.1rem;
  height: 3px;
  border-radius: 999px;
  background: #2563eb;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease-out;
}

/* actieve link: tekst donkerder + streep zichtbaar */
.vo-navbar-links .nav-link.vo-nav-active {
  color: #111827;
}

.vo-navbar-links .nav-link.vo-nav-active::after {
  transform: scaleX(1);
}

/* Body tekst van ContentPage / artikelen */

.vo-doc-body {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem 1.75rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  font-size: 0.95rem;
  color: #111827;
  line-height: 1.6;
}

.vo-doc-body h2,
.vo-doc-body h3,
.vo-doc-body h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.vo-doc-body p {
  margin-bottom: 0.9rem;
}

.vo-doc-body ul,
.vo-doc-body ol {
  padding-left: 1.3rem;
  margin-bottom: 0.9rem;
}

.vo-doc-body a {
  color: #2563eb;
  text-decoration: underline;
}

.vo-doc-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin: 1.25rem 0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.vo-doc-section {
  background: #f9fafb;
}

.vo-section-doc {
  padding-top: 3.25rem;          /* minder ruimte bovenaan */
  padding-bottom: 4.5rem;
}

.vo-doc-title {
  font-size: 1.9rem;
  font-weight: 700;
}

.vo-doc-meta i {
  font-size: 0.9rem;
}

.vo-article-header {
  margin-bottom: 1.75rem;
}

.vo-article-title {
  font-size: 1.9rem;
  font-weight: 700;
}

.vo-article-lead {
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 46rem;
}

.vo-article-meta {
  font-size: 0.8rem;
  color: #6b7280;
}

.vo-tag-badges .badge {
  font-weight: 500;
}

/* Sidebar (artikel / SEO pagina's) */

.vo-article-sidebar {
  position: sticky;
  top: 96px; /* onder de navbar */
}

.vo-article-sidecard {
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 1rem 1.25rem;
}

.vo-doc-sidebar-card {
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 1rem 1.1rem;
}

.vo-doc-sidebar-title {
  letter-spacing: 0.08em;
}

.vo-doc-related-list li a {
  color: #111827;
}

.vo-doc-related-list li a:hover {
  color: #2563eb;
  text-decoration: underline;
}

.vo-doc-related-list .tiny {
  font-size: 0.75rem;
}

.vo-related-link {
  color: #374151;
  text-decoration: none;
}

.vo-related-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

/* Sections – spacing + offset + min height */

.vo-section {
  padding: 1.5rem 0;
  scroll-margin-top: 96px;
  min-height: calc(100vh - 120px);
}

.vo-section + .vo-section {
  padding-top: 6.25rem;
}

.vo-section-alt {
  background: #f9fafb;
}

.vo-section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.vo-section-subtitle {
  max-width: 640px;
  /* margin: 0.25rem auto 0; */
  font-size: 0.95rem;
  color: #6b7280;
}

/* Hero */

.vo-hero {
  padding-top: 0;
  padding-bottom: 0;
}

/* container van de hero vult de hoogte en centreert de content verticaal */
.vo-hero .container {
  min-height: calc(100vh - 96px); /* nav-hoogte meenemen */
  display: flex;
  align-items: center;
}

.vo-badge-soft {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.vo-hero-title {
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.vo-hero-subtitle {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

/* Hero card */

.vo-hero-card {
  background: #0b1120;
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
  color: #e5e7eb;
  position: relative;
  overflow: hidden;
}

.vo-hero-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 55%),
              radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.2), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.vo-hero-card > * {
  position: relative;
  z-index: 1;
}

.vo-hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vo-hero-metrics {
  margin-top: 0.75rem;
}

.vo-hero-metric .label {
  font-size: 0.75rem;
  color: #9ca3af;
}

.vo-hero-metric .value {
  font-size: 1.25rem;
  font-weight: 700;
}

.vo-hero-actions ul li {
  margin-bottom: 0.35rem;
}

/* Steps */

.vo-step-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 1.5rem;
  background: #ffffff;
}

.vo-step-number {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

/* Features */

.vo-feature-card {
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.vo-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.9rem;
  background: #eff6ff;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

/* Roadmap */

.vo-roadmap-card {
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 1.5rem;
}

/* ABOUT SECTION */

.vo-section-about {
  background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 40%);
}

.vo-about-lead {
  font-size: 0.98rem;
  font-weight: 500;
  color: #111827;
  max-width: 38rem;
}

.vo-about-list {
  list-style: none;
  padding-left: 0;
}

.vo-about-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.35rem;
}

.vo-about-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  font-weight: 700;
}

.vo-about-card {
  border-radius: 1.25rem;
  padding: 1.75rem 1.75rem 1.5rem;
  background: #ffffff;
}

.vo-about-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.vo-about-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #2563eb;
  flex-shrink: 0;
  font-size: 1rem;
}

.vo-about-text .title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

.vo-about-text .desc {
  font-size: 0.8rem;
  color: #6b7280;
}

.vo-about-footnote {
  border-top: 1px solid #edf1f7;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
}

/* Pricing */

.vo-pricing-intro {
  max-width: 640px;
  margin: 0 auto;
}

/* Pricing calculator */

.vo-pricing-calculator {
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.vo-pricing-calculator-header h3 {
  margin-bottom: 0.25rem;
}

.vo-billing-toggle .btn {
  border-radius: 999px;
}

.vo-pricing-results {
  border-radius: 1rem;
  background: #f9fafb;
  padding: 1rem 1.25rem;
  border: 1px dashed rgba(148, 163, 184, 0.7);
}

.vo-pricing-results-row span:last-child {
  font-variant-numeric: tabular-nums;
}

.vo-pricing-savings {
  font-size: 0.85rem;
  color: #16a34a; /* mooie groene "saving" kleur */
}

/* Contact */

.vo-contact-card {
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.vo-contact-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 0.2rem;
}

.vo-contact-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
}

.vo-contact-subtitle {
  font-size: 0.85rem;
  color: #6b7280;
}

.vo-contact-pill {
  font-size: 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  align-items: center;
}

.vo-contact-alert {
  font-size: 0.85rem;
  border-radius: 0.75rem;
}

/* Make form fields look consistent */
.vo-contact-card .form-control,
.vo-contact-card .form-select {
  font-size: 0.9rem;
  border-radius: 0.6rem;
}

/* ===== Docs layout (channel="docs" pagina's) ===== */

.vo-docs-layout {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.vo-docs-sidebar-inner {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: #f9fafb;
  padding: 1rem 1rem 1.25rem;
}

.vo-docs-sidebar-header .small {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.vo-docs-search {
  font-size: 0.85rem;
}

.vo-docs-nav {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  padding-right: 0.25rem;
}

.vo-docs-nav-link {
  display: block;
  padding: 0.3rem 0.4rem;
  margin-bottom: 0.15rem;
  font-size: 0.9rem;
  color: #374151;
  text-decoration: none;
  border-radius: 0.4rem;
}

.vo-docs-nav-link:hover {
  background: #e5edff;
  color: #111827;
}

.vo-docs-nav-link.active {
  background: #2563eb;
  color: #ffffff;
}

.vo-docs-main {
  padding-left: 0;
}

@media (min-width: 992px) {
  .vo-docs-main {
    padding-left: 1.75rem;
  }
}

.vo-docs-header {
  margin-bottom: 0.75rem;
}

.vo-docs-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.vo-docs-summary {
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 48rem;
}

.vo-docs-meta {
  font-size: 0.8rem;
}

.vo-docs-tags .badge {
  font-size: 0.75rem;
}

.vo-docs-related-list .vo-docs-related-link {
  font-size: 0.9rem;
  text-decoration: none;
}

.vo-docs-related-list .vo-docs-related-link:hover {
  text-decoration: underline;
  color: #2563eb;
}

.vo-doc-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vo-doc-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.1rem 1.25rem;
  border-radius: 0.9rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-decoration: none;
  color: #111827;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
              transform 0.08s ease, background-color 0.15s ease;
}

.vo-doc-row:hover {
  border-color: #2563eb;
  background-color: #f9fafb;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
  transform: translateY(-1px);
}

.vo-doc-row-main {
  flex: 1 1 auto;
  min-width: 0;
}

.vo-doc-row-title {
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.vo-doc-row-summary {
  font-size: 0.88rem;
  color: #4b5563;
  margin-bottom: 0;
}

.vo-doc-row-tags .badge {
  font-size: 0.7rem;
}

.vo-doc-row-meta {
  flex: 0 0 auto;
  min-width: 80px;
}

.vo-doc-row-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  margin-top: 0.2rem;
  transition: all 0.15s ease-in-out;
}

.vo-doc-row:hover .vo-doc-row-icon {
  border-color: #2563eb;
  background-color: #2563eb;
  color: #ffffff;
}

.vo-doc-result-card {
  display: block;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 0.9rem 1.1rem;
  margin-bottom: 0.75rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
              transform 0.15s ease;
}

.vo-doc-result-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.vo-doc-result-title {
  font-size: 0.98rem;
  font-weight: 600;
  color: #111827;
}

.vo-doc-result-tags .badge {
  font-size: 0.75rem;
  font-weight: 500;
}

/* rechter kant: netjes onder elkaar uitlijnen */
.vo-doc-result-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.vo-doc-result-date {
  font-weight: 500;
  color: #4b5563;
}

.vo-doc-result-views i {
  font-size: 0.9rem;
}

.vo-doc-result-type {
  font-size: 0.75rem;
}

/* Op mobiel de meta links uitlijnen */
@media (max-width: 767.98px) {
  .vo-doc-result-meta {
    align-items: flex-start;
    margin-top: 0.25rem;
  }
}

/* Sidebar links op docs-pagina */

.vo-doc-sidebar-links .tiny {
  font-size: 0.7rem;
  color: #9ca3af;
  letter-spacing: 0.08em;
}

.vo-doc-sidebar-link {
  color: #374151;
  text-decoration: none;
}

.vo-doc-sidebar-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

/* Kleinere padding op mobile */
@media (max-width: 767.98px) {
  .vo-doc-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .vo-doc-row-meta {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .vo-doc-row-icon {
    margin-top: 0;
  }
}

/* ===== Footer ===== */

.vo-footer {
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 2.75rem 0 2.25rem;
  margin-top: 3rem;
  font-size: 0.85rem;
}

/* Hoofd­rij met de drie kolommen + back-to-top */
.vo-footer-main-row {
  row-gap: 2rem;          /* verticale ruimte op kleinere schermen */
  column-gap: 3rem;       /* extra ruimte tussen kolommen */
}

/* Labels & links */

.vo-footer-label {
  letter-spacing: 0.06em;
}

.vo-footer-nav li + li {
  margin-top: 0.25rem;
}

.vo-footer-link {
  color: #6b7280;
  text-decoration: none;
}

.vo-footer-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

/* Back-to-top icon */

.vo-footer-backtop-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.vo-footer-backtop {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #4b5563;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  flex-shrink: 0;
}

.vo-footer-backtop i {
  font-size: 1.3rem;
  line-height: 1;
}

.vo-footer-backtop:hover {
  background-color: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.25);
}

/* Bottom strip */

.vo-footer-bottom {
  font-size: 0.8rem;
}

/* Buttons */

.btn-primary {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  border-color: #2563eb;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #4338ca);
  border-color: #1d4ed8;
}

.vo-docs-layout,
.vo-doc-page {
  padding-top: 1rem !important;   /* was ~3rem */
  padding-bottom: 3rem;
}

/* Container direct binnen de section geen extra marge laten toevoegen */
.vo-docs-layout > .container,
.vo-doc-page > .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* --- Section header alignment (global) --- */
.vo-section-title,
.vo-section-subtitle{
  max-width: 70ch;              /* consistente tekstbreedte */
}

.text-center .vo-section-title,
.text-center .vo-section-subtitle{
  margin-left: auto;            /* centreer blokken onder elkaar */
  margin-right: auto;
  text-align: center;           /* zorg dat subtitle niet "links forced" wordt */
}

.vo-section-subtitle{
  margin-top: .75rem;
  padding-left: 0 !important;   /* voorkomt subtiele offset door padding */
  padding-right: 0 !important;
}

/* Mobile tweaks */

@media (max-width: 767.98px) {
  .vo-public-body {
    padding-top: 64px;
  }

  .vo-section {
    padding: 1.5rem 0;
    min-height: auto;
    scroll-margin-top: 80px;
  }

  .vo-section + .vo-section {
    padding-top: 1.5rem;
  }

  .vo-hero .container {
    min-height: auto;           /* op mobiel niet geforceerd 100vh */
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: flex-start;
  }

  .vo-pricing-calculator {
    padding: 1.25rem;
  }

  .vo-footer {
    text-align: left;
  }

  .vo-footer-main-row {
    column-gap: 1.5rem;   /* iets minder gap op kleine schermen */
  }

  .vo-footer-backtop-wrapper {
    justify-content: flex-start;
    margin-bottom: 0.75rem;
  }

  .vo-article-sidebar {
    position: static;
    margin-top: 1.5rem;
  }

  .vo-doc-page {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }

  .vo-docs-layout {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
