/* ── VR CTA ── */
.vr-cta {
  padding: 3rem 2.5rem;
}

.vr-cta__wrapper {
  max-width: var(--container-max-width);
  margin: 0 auto;
}

.vr-cta__container {
  position: relative;
  height: 27.25rem; /* 436px — exact Figma frame-hoogte */
  background: var(--color-navy-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 4rem; /* 64px — Figma text container x */
}

/* Badge */
.vr-cta__badge {
  align-self: flex-start;
  background: var(--color-bg-darkest);
  border-radius: var(--radius-sm);
  padding: 0.375rem 0.75rem; /* 6px 12px */
  font-size: var(--font-size-sm); /* 14px */
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  line-height: 1.286; /* 18/14 */
}

/* Content — linkerkolom (Figma: width=554px, pt=60px voor ruimte badge) */
.vr-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 34.625rem; /* 554px */
}

.vr-cta__text-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* 8px */
}

.vr-cta__title {
  margin: 1.125rem 0 0.5rem;
  font-size: 1.875rem; /* 30px */
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  line-height: 1.167; /* 35/30 */
}

.vr-cta__description {
  margin: 0;
  font-size: var(--font-size-h4); /* 20px */
  font-weight: var(--font-weight-medium);
  color: rgba(255, 255, 255, 0.6);
  line-height: var(--line-height-relaxed);
}

.vr-cta__btn {
  margin-block-start: 1.5rem;
}

/* Media — ThingLink iframe in cirkelclip (Figma: x=706, y=-155, w=728, h=728) */
.vr-cta__media {
  position: absolute;
  left: 52.7%;     /* 706 / 1340 */
  top: -9.6875rem; /* -155px */
  width: 54.3%;    /* 728 / 1340 */
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.vr-cta__iframe,
.vr-cta__image {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: cover;
}
