:root {
  --vs-bg: #f4f7fb;
  --vs-surface: #ffffff;
  --vs-surface-alt: #eef4fb;
  --vs-text: #1b2230;
  --vs-muted: #5f6b7b;
  --vs-border: #dbe6f4;
  --vs-primary: #1569ff;
  --vs-primary-dark: #0f4fc4;
  --vs-shadow: 0 18px 40px rgba(23, 44, 88, 0.08);
  --vs-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--vs-bg);
  color: var(--vs-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
}

main a,
footer a {
  color: var(--vs-primary);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

main a:hover,
footer a:hover {
  color: var(--vs-primary-dark);
}

h1,
h2,
h3,
h4 {
  color: var(--vs-text);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin-top: 0;
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  margin-bottom: 0.75rem;
}

p,
ul,
ol {
  margin-bottom: 1.1rem;
}


.vs-main {
  padding: 0 0 4rem;
}

.vs-main .region-content > *:last-child {
  margin-bottom: 0;
}

.vs-site-footer {
  background: #0f1a2e;
  color: rgba(255, 255, 255, 0.82);
  padding: 3rem 0;
  margin-top: 3rem;
}

.vs-site-footer h2,
.vs-site-footer h3,
.vs-site-footer h4,
.vs-site-footer a {
  color: #ffffff;
}

.page-node-type-page .block-system-main-block {
  max-width: 1160px;
}

.page-node-type-page .field--name-body,
.path-frontpage .field--name-body {
  font-size: 1.05rem;
}

.vs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2.5rem;
  align-items: center;
  padding: clamp(2rem, 4vw, 4rem);
  margin: 0 0 3rem;
  background:
    radial-gradient(circle at top right, rgba(21, 105, 255, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
  border: 1px solid rgba(219, 230, 244, 0.9);
  border-radius: calc(var(--vs-radius) + 6px);
  box-shadow: var(--vs-shadow);
  overflow: hidden;
}

.vs-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vs-primary-dark);
  background: rgba(21, 105, 255, 0.08);
  border: 1px solid rgba(21, 105, 255, 0.14);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  margin-bottom: 1rem;
}

.vs-hero__lead {
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  color: var(--vs-muted);
  max-width: 40rem;
}

.vs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.vs-btn,
a.vs-btn,
.vs-main a.vs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.35rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.vs-btn:hover,
a.vs-btn:hover {
  transform: translateY(-1px);
}

.vs-btn--primary {
  background: linear-gradient(180deg, #1a73ff, #135ee5);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(21, 105, 255, 0.24);
}

.vs-btn--primary:hover {
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(21, 105, 255, 0.28);
}

.vs-btn--secondary {
  background: #ffffff;
  color: var(--vs-primary-dark);
  border-color: rgba(21, 105, 255, 0.22);
}

.vs-hero__art {
  position: relative;
}

.vs-hero__art-panel {
  position: relative;
  min-height: 340px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.95), transparent 18%),
    linear-gradient(135deg, rgba(22, 105, 255, 0.18), rgba(22, 105, 255, 0.03) 60%),
    #eff5ff;
  border: 1px solid rgba(21, 105, 255, 0.12);
  overflow: hidden;
}

.vs-hero__mock {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 17%;
  bottom: 14%;
  border-radius: 24px;
  background: linear-gradient(180deg, #16335e, #2d68cb);
  box-shadow: 0 28px 60px rgba(15, 41, 86, 0.22);
}

.vs-hero__mock::before {
  content: "";
  position: absolute;
  inset: 16px 16px auto 16px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.vs-hero__mock::after {
  content: "AI";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  padding: 0.4rem 1rem;
}

.vs-hero__chip {
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(21, 105, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(12, 40, 92, 0.08);
  padding: 0.8rem 1rem;
  font-weight: 700;
  color: var(--vs-text);
}

.vs-hero__chip--one {
  top: 8%;
  left: 3%;
}

.vs-hero__chip--two {
  top: 24%;
  right: 2%;
}

.vs-hero__chip--three {
  bottom: 8%;
  right: 10%;
}

.vs-section {
  padding: 3.2rem clamp(1.25rem, 3vw, 2rem);
  margin-bottom: 2rem;
  background: var(--vs-surface);
  border: 1px solid rgba(219, 230, 244, 0.8);
  border-radius: var(--vs-radius);
  box-shadow: var(--vs-shadow);
}

.vs-section--alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,248,255,0.98));
}

.vs-section--blue {
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 36%),
    linear-gradient(135deg, #0f54cf, #1e7cff);
}

.vs-section--blue h2,
.vs-section--blue h3,
.vs-section--blue p,
.vs-section--blue a,
.vs-section--blue li {
  color: #ffffff;
}

.vs-section__header {
  max-width: 52rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.vs-section__kicker {
  color: var(--vs-primary-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.88rem;
  margin-bottom: 0.8rem;
}

.vs-section__header p {
  color: var(--vs-muted);
  margin-bottom: 0;
}

.vs-grid {
  display: grid;
  gap: 1.5rem;
}

.vs-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vs-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vs-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vs-card {
  position: relative;
  height: 100%;
  padding: 1.6rem;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--vs-border);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 41, 86, 0.06);
}

.vs-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 105, 255, 0.1);
  color: var(--vs-primary-dark);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.vs-card p {
  color: var(--vs-muted);
}

.vs-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  text-decoration: none;
}

.vs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.75rem;
}

.vs-list li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  background: var(--vs-primary);
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.vs-project {
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--vs-border);
  box-shadow: 0 12px 28px rgba(15, 41, 86, 0.06);
}

.vs-project__media {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(18, 86, 211, 0.14), rgba(18, 86, 211, 0.04)),
    linear-gradient(180deg, #edf4ff, #dbe8ff);
  position: relative;
}

.vs-project__media::before,
.vs-project__media::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 18px rgba(15, 41, 86, 0.08);
}

.vs-project__media::before {
  inset: 16% 10% 20% 10%;
}

.vs-project__media::after {
  width: 35%;
  height: 18%;
  left: 12%;
  top: 14%;
}

.vs-project__body {
  padding: 1.2rem 1.3rem 1.4rem;
}

.vs-project__eyebrow {
  color: var(--vs-primary-dark);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}

.vs-stack > * + * {
  margin-top: 1rem;
}

.vs-service {
  padding: 1.75rem;
  border: 1px solid var(--vs-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.vs-service__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--vs-primary-dark);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.vs-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.vs-panel {
  padding: 1.4rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
}

.vs-panel--light {
  background: var(--vs-surface-alt);
  border-color: var(--vs-border);
}

.vs-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vs-metric {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  padding: 1rem;
}

.vs-metric strong {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.vs-cta-band {
  text-align: center;
}

.vs-cta-band p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .vs-site-header__inner,
  .vs-split,
  .vs-hero {
    grid-template-columns: 1fr;
    display: grid;
  }

  .vs-site-header__inner {
    gap: 1rem;
  }

  .vs-site-nav {
    width: 100%;
  }

  .vs-grid--4,
  .vs-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}



/* Don't show the visually hidden link */
.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.visually-hidden-focusable:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 9999;
  padding: 12px 16px;
  background: #1565ff;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}


/* Styling primary & secundary tabs */

nav.tabs[aria-label="Tabbladen"] {
  margin: 0 0 1.5rem;
}

nav.tabs[aria-label="Tabbladen"] .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-bottom: 1px solid #dbe6f4;
}

nav.tabs[aria-label="Tabbladen"] .nav-item {
  margin: 0;
}

nav.tabs[aria-label="Tabbladen"] .nav-link {
  display: inline-block;
  padding: 0.95rem 1.15rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5f6b7b;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

nav.tabs[aria-label="Tabbladen"] .nav-link:hover,
nav.tabs[aria-label="Tabbladen"] .nav-link:focus {
  color: #1569ff;
  background: transparent;
  border-bottom-color: #bfd6ff;
  text-decoration: none;
}

nav.tabs[aria-label="Tabbladen"] .nav-link.active {
  color: #1b2230;
  background: transparent;
  border-bottom-color: #1569ff;
}


/* Header: echte Drupal/Barrio output netjes stylen */
.vs-site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dbe6f4;
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
}

.vs-site-header .container {
  max-width: none !important;
  width: auto;
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 32px;
}

.vs-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem 0;
}

.vs-site-branding {
  min-width: 0;
}

.vs-site-branding .navbar-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  color: #1b2230;
  text-decoration: none;
  font-size: clamp(1.5rem, 2.1vw, 2.2rem);
  font-weight: 800;
  line-height: 1.05;
}

.vs-site-branding .navbar-brand:hover,
.vs-site-branding .navbar-brand:focus {
  color: #1b2230;
  text-decoration: none;
}

.vs-site-branding .navbar-brand img {
  display: block;
  width: auto;
  height: 64px;
  max-width: none;
  flex: 0 0 auto;
}

.vs-site-nav {
  margin-left: auto;
}

.vs-site-nav ul.nav.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-site-nav ul.nav.navbar-nav li {
  margin: 0;
  list-style: none;
}

.vs-site-nav ul.nav.navbar-nav .nav-link {
  display: inline-block;
  padding: 0;
  color: #5f6b7b;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
}

.vs-site-nav ul.nav.navbar-nav .nav-link:hover,
.vs-site-nav ul.nav.navbar-nav .nav-link:focus,
.vs-site-nav ul.nav.navbar-nav .nav-link.is-active {
  color: #1b2230;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .vs-site-header__inner {
    display: grid;
    gap: 1rem;
  }

  .vs-site-nav {
    margin-left: 0;
  }

  .vs-site-nav ul.nav.navbar-nav {
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }
}

/* Fixing more page styling */

/* Step 1: hero meer zoals voorbeeld 2 */
.vs-hero {
  padding: 2.5rem 3rem;
  margin: 0;
  background:
    linear-gradient(90deg, #f5f8fc 0%, #eef4fb 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.vs-hero__eyebrow {
  display: none;
}

.vs-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin-bottom: 1.25rem;
}

.vs-hero__lead {
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 34rem;
  color: #2f3b4f;
}

.vs-hero__actions {
  margin-top: 1.75rem;
  gap: 0.9rem;
}

.vs-btn,
a.vs-btn,
.vs-main a.vs-btn {
  border-radius: 8px;
  padding: 0.95rem 1.5rem;
  font-size: 1rem;
}

/* hero image and button styling */
.vs-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
}

.vs-hero h1 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 700;
  line-height: 1.14;
  max-width: 760px;
  margin-bottom: 1.1rem;
}

.vs-hero__lead {
  font-size: 1.05rem;
  max-width: 32rem;
}

.vs-hero__art-panel {
  min-height: 420px;
  background: transparent;
  border: 0;
  overflow: visible;
}

.vs-hero__art-panel::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  background: url("../images/hero-ai.png") no-repeat center center;
  background-size: 92% auto;
}

.vs-hero__mock,
.vs-hero__chip {
  display: none;
}

.vs-hero + .vs-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-top: 2.5rem;
}

.vs-btn--secondary {
  background: transparent;
  color: #1569ff;
  border: 2px solid #1569ff;
  box-shadow: none;
}

.vs-btn--secondary:hover,
.vs-btn--secondary:focus {
  background: rgba(21, 105, 255, 0.06);
  color: #0f4fc4;
  border-color: #0f4fc4;
}

.vs-hero__actions a.vs-btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.5rem;
  background: transparent;
  color: #1569ff !important;
  border: 2px solid #1569ff !important;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: none;
}


/* Second section */
.vs-section__header {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.vs-section__header h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.vs-section__header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4b5563;
  max-width: 640px;
  margin: 0 auto;
}

.vs-section__kicker {
  margin-bottom: 0.6rem;
}

.vs-section__header h2 + p {
  font-size: 1.18rem;
  font-weight: 600;
  color: #1b2230;
  margin-bottom: 0.55rem;
}

.vs-section__header h2 + p + p {
  font-size: 1rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.65;
  max-width: 760px;
  margin: 0 auto;
}

/* Cards */
.vs-section--alt .vs-grid--4 {
  gap: 1.25rem;
  align-items: stretch;
}

.vs-section--alt .vs-card {
  height: 100%;
  min-height: 0;
  padding: 1.55rem;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #dbe6f4;
  box-shadow: none;
}

.vs-section--alt .vs-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 1.12rem;
  margin-bottom: 0.9rem;
}

.vs-section--alt .vs-card h3 {
  font-size: 1.16rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

.vs-section--alt .vs-card p {
  font-size: 1rem;
  line-height: 1.65;
}

.vs-section--alt .vs-card__link {
  font-size: 0.98rem;
}

.vs-section--alt .vs-card > p:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

/* Voorbeelden projecten */
.vs-project__media {
  aspect-ratio: 16 / 7;
}

.vs-project__media::before {
  inset: 18% 12% 22% 12%;
}

.vs-project__media::after {
  width: 34%;
  height: 16%;
  left: 12%;
  top: 14%;
}

.vs-project__media--real {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  background: #eef4fb;
}

.vs-project__media--real::before,
.vs-project__media--real::after {
  display: none;
}

.vs-project__media--real img {
  display: block;
  width: 90%;
  height: auto;
  object-fit: contain;
}

/* CTA-band */
.vs-cta-band,
.vs-cta-band h2,
.vs-cta-band p,
.vs-cta-band .vs-section__kicker,
.vs-cta-band a {
  color: #ffffff;
}

.vs-cta-band .vs-btn--secondary {
  background: #ffffff;
  color: #1569ff;
  border-color: #ffffff;
}

.vs-cta-band .vs-section__header p {
  color: rgba(255, 255, 255, 0.92);
}

/* mobile fixes - first section */
/* mobile fixes */
@media (max-width: 767.98px) {
  .vs-main {
    padding-top: 0;
  }

  .vs-site-header {
    position: static;
  }

  .vs-site-header__inner {
    display: block;
    gap: 0.35rem;
  }

  .vs-site-branding {
    margin-bottom: 0.35rem;
  }

  .vs-site-nav .menu,
  .vs-site-nav ul.menu,
  .vs-hero__actions,
  .vs-metrics,
  .vs-grid--4,
  .vs-grid--3,
  .vs-grid--2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vs-site-nav ul.navbar-nav,
  .vs-site-nav ul.nav {
    gap: 1rem;
    margin-top: 0;
  }

  .vs-site-nav .nav-link,
  .vs-site-nav a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .vs-section,
  .vs-hero {
    padding: 1.35rem;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .vs-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 1.25rem;
    margin-bottom: 1rem;
  }

  .vs-hero h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.12;
    margin-bottom: 0.75rem;
    max-width: none;
  }

  .vs-hero__lead {
    font-size: 1.05rem;
    max-width: none;
  }

  .vs-hero__actions {
    gap: 0.75rem;
  }

  .vs-hero__actions .vs-btn {
    width: auto;
  }

  .vs-hero__art {
    order: 2;
    margin-top: 0.5rem;
    margin-bottom: -1rem;
  }

  .vs-hero__art-panel,
  .vs-hero__art-panel::before {
    min-height: 180px !important;
  }

  .vs-hero + .vs-section {
    padding-top: 0 !important;
  }

  .vs-section--alt .vs-grid--4 {
    gap: 1rem;
    align-items: start;
  }

  .vs-section--alt .vs-card {
    height: auto;
    min-height: 0;
  }

  .vs-section--alt .vs-card > p:last-child {
    margin-top: 1rem;
  }
}