/* VEMIO 5.2 — krachtige verkoopfunnel voor de NL- en FR-homepage. */

:root {
  --v5-ink: #151a36;
  --v5-muted: #5f687d;
  --v5-line: #dfe5ef;
  --v5-surface: #f5f8fc;
  --v5-card-shadow: 0 22px 54px rgba(13, 20, 63, .08);
}

.seo-hero-copy h1 {
  max-width: 650px;
  font-size: clamp(2.75rem, 3.8vw, 3.35rem);
  line-height: 1.07;
}

.seo-landing h2 {
  font-size: clamp(1.95rem, 2.8vw, 2.35rem);
  line-height: 1.11;
}

.home .section,
.page-template-page-fr .section {
  padding-block: 84px;
}

.hero--conversion {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 54px 0 70px;
  background:
    radial-gradient(circle at 88% 15%, rgba(43, 172, 216, .18), transparent 31%),
    radial-gradient(circle at 8% 92%, rgba(123, 181, 163, .14), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eef8fd 48%, #fff 100%);
}

.hero--conversion::before {
  position: absolute;
  top: -230px;
  right: -170px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(43, 172, 216, .2);
  border-radius: 50%;
  content: "";
}

.hero--conversion .hero-grid {
  position: relative;
  z-index: 1;
}

.hero--conversion .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  gap: 62px;
}

.hero--conversion .hero-copy > .eyebrow {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(43, 172, 216, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 24px rgba(13, 20, 63, .06);
}

.hero--conversion h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(2.85rem, 4vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: -.044em;
}

.hero--conversion h1 em {
  margin-top: .12em;
  background: linear-gradient(90deg, var(--navy) 0%, #0b8eb7 82%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero--conversion .hero-lead {
  max-width: 690px;
  margin-bottom: 27px;
  color: var(--v5-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.hero--conversion .button-row {
  margin-bottom: 14px;
}

.button--conversion {
  border-color: transparent;
  background: linear-gradient(135deg, #202a78 0%, #0c8fbd 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(22, 54, 132, .28), 0 0 0 5px rgba(43, 172, 216, .08);
}

.button--conversion:hover {
  background: linear-gradient(135deg, #151d62 0%, #087ba5 100%);
  box-shadow: 0 22px 46px rgba(22, 54, 132, .34), 0 0 0 6px rgba(43, 172, 216, .12);
}

.hero--conversion .button--conversion {
  min-height: 58px;
  padding-inline: 25px;
  font-size: .9rem;
}

.hero--conversion .hero-reassurance {
  margin: 0;
  color: var(--v5-muted);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.55;
}

.hero-launch-note {
  max-width: 660px;
  margin: 18px 0 0;
  padding: 12px 15px;
  border: 1px solid rgba(43, 172, 216, .22);
  border-radius: 12px;
  background: rgba(231, 247, 252, .72);
  color: #4d5770;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.55;
}

.hero-launch-note strong {
  color: var(--navy);
}

.hero--conversion .hero-trust {
  gap: 9px 18px;
  margin-top: 20px;
  padding-top: 18px;
}

.hero--conversion .hero-trust li {
  padding: 8px 11px;
  border: 1px solid rgba(32, 42, 120, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .68);
  font-size: .875rem;
  font-weight: 750;
  line-height: 1.45;
}

.hero--conversion .product-frame--hero {
  transform: perspective(1600px) rotateY(-1.5deg) rotateX(.35deg);
}

.proof-strip {
  border: 0;
  background: linear-gradient(112deg, #10184f 0%, #202a78 58%, #087ea9 130%);
}

.proof-grid p {
  border-right-color: rgba(255, 255, 255, .13);
}

.proof-grid p {
  min-height: 104px;
  padding: 22px 24px;
}

.proof-grid strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.42rem;
}

.proof-grid span {
  color: rgba(255, 255, 255, .72);
  font-size: .7rem;
  line-height: 1.45;
}

.problem-layout {
  display: block;
  max-width: 1120px;
}

.problem-copy {
  text-align: center;
}

.problem-copy .eyebrow {
  justify-content: center;
}

.problem-copy h2 {
  max-width: 790px;
  margin-inline: auto;
}

.problem-copy > p:not(.eyebrow) {
  max-width: 790px;
  margin-inline: auto;
  font-size: .92rem;
  line-height: 1.72;
}

.problem-copy .workflow-label {
  width: fit-content;
  margin-top: 30px;
  margin-bottom: 12px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .62);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.old-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  max-width: 790px;
  margin: 0 auto;
}

.old-flow > span {
  min-width: 0;
  min-height: 92px;
  padding: 13px 8px;
  border-color: rgba(139, 224, 238, .28);
  background: rgba(255, 255, 255, .1);
}

.old-flow b {
  width: 38px;
  height: 38px;
}

.old-flow small {
  color: #fff;
  font-size: .74rem;
  font-weight: 850;
  line-height: 1.2;
}

.old-flow > i {
  display: block;
  color: #8be0ee;
  font-size: 1.35rem;
  font-weight: 800;
}

.workflow-bridge {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin: 20px 0 18px;
  color: #8be0ee;
}

.workflow-bridge span {
  font-size: 1.25rem;
  line-height: 1;
}

.workflow-bridge strong {
  font-size: .68rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.connected-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1080px;
  margin-inline: auto;
}

.connected-flow__label {
  padding-block: 13px;
  text-align: center;
}

.connected-flow > div {
  min-height: 124px;
  padding: 19px 18px;
}

.connected-flow > div > span {
  margin-bottom: 13px;
}

.connected-flow strong {
  min-height: 0;
  margin-bottom: 4px;
  font-size: .8rem;
}

.connected-flow small {
  font-size: .67rem;
}

.roi-section {
  background:
    radial-gradient(circle at 92% 10%, rgba(38, 181, 212, .11), transparent 30%),
    #f7f9fd;
}

.roi-proof {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
  gap: 56px;
  align-items: center;
}

.roi-proof__intro h2 {
  max-width: 600px;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.roi-proof__intro > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 28px;
  color: var(--v5-muted);
  font-size: .88rem;
  line-height: 1.72;
}

.roi-proof__facts {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--v5-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 28px 74px rgba(13, 20, 63, .1);
}

.roi-proof__fact {
  display: grid;
  grid-template-columns: minmax(160px, .72fr) 1.28fr;
  gap: 4px 24px;
  align-items: center;
  padding: 22px 25px;
  border-bottom: 1px solid var(--v5-line);
}

.roi-proof__fact:last-child {
  border-bottom: 0;
}

.roi-proof__fact span,
.roi-proof__fact strong {
  display: block;
  grid-column: 1;
}

.roi-proof__fact span {
  color: var(--v5-cyan-dark);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.roi-proof__fact strong {
  color: var(--v5-navy);
  font-size: 1.25rem;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.roi-proof__fact p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: var(--v5-muted);
  font-size: .72rem;
  line-height: 1.58;
}

.roi-proof__fact--accent {
  background: linear-gradient(130deg, #10184f, #202a78 68%, #087ea9 150%);
}

.roi-proof__fact--accent span {
  color: #8be0ee;
}

.roi-proof__fact--accent strong {
  color: #fff;
  font-size: 2.45rem;
}

.roi-proof__fact--accent p {
  color: rgba(255, 255, 255, .72);
}

.roi-proof__note {
  grid-column: 1 / -1;
  margin: -30px 0 0;
  color: var(--v5-muted);
  font-size: .62rem;
  line-height: 1.5;
  text-align: right;
}

.section-heading--center {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-heading--center > p:last-child {
  max-width: 670px;
  margin-inline: auto;
  font-size: .9rem;
  line-height: 1.7;
}

.capability-grid--core .capability-card {
  min-height: 390px;
}

.capability-card {
  padding: 28px;
  border-radius: 20px;
}

.capability-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 14px;
}

.capability-card h3 {
  font-size: 1.25rem;
}

.capability-card > p:not(.card-label) {
  font-size: .79rem;
  line-height: 1.65;
}

.capability-card li {
  padding-block: 8px;
  font-size: .7rem;
}

.product-proof {
  overflow: hidden;
  background: linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}

.product-proof__heading {
  display: block;
  margin-bottom: 40px;
}

.product-proof__heading > div {
  max-width: 610px;
}

.product-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-proof__card {
  border-radius: 16px;
  box-shadow: var(--v5-card-shadow);
}

.product-proof__image-link {
  display: block;
  overflow: hidden;
  background: #eef2f8;
  cursor: zoom-in;
}

.product-proof__image-link > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.55;
  display: block;
  object-fit: cover;
  object-position: top left;
  transition: transform .2s ease;
}

.product-proof__image-link:hover > img,
.product-proof__image-link:focus-visible > img {
  transform: scale(1.018);
}

.product-proof__card figcaption {
  min-height: 72px;
  display: block;
  padding: 13px 15px 15px;
}

.product-proof__card figcaption strong {
  display: block;
  margin-top: 4px;
  text-align: left;
}

.product-proof__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 34px;
}

.product-proof__cta > span {
  max-width: 390px;
  color: var(--v5-muted);
  font-size: .75rem;
  line-height: 1.6;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  width: min(94vw, 1500px);
  max-width: none;
  max-height: 94vh;
  margin: auto;
  padding: 48px 18px 18px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(5, 13, 54, .42);
}

.image-lightbox::backdrop {
  background: rgba(5, 10, 34, .86);
  backdrop-filter: blur(5px);
}

.image-lightbox__close {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--v5-line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font: 800 1.25rem/1 sans-serif;
  cursor: pointer;
}

.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
  border-color: var(--cyan);
  background: #edfaff;
}

.image-lightbox img {
  width: 100%;
  height: auto;
  max-height: calc(94vh - 66px);
  display: block;
  object-fit: contain;
}

.time-section {
  padding-top: 20px !important;
}

.time-card {
  gap: 56px;
  padding: 48px;
  border-radius: 24px;
}

.time-card h2 {
  font-size: clamp(1.9rem, 2.75vw, 2.35rem);
}

.time-copy {
  font-size: .86rem;
  line-height: 1.75;
}

.time-action {
  margin-top: 26px;
}

.time-action .button--conversion {
  width: 100%;
  min-height: 56px;
  background: linear-gradient(135deg, #2bacd8, #8be0ee);
  color: #10184f;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .2);
}

.time-action small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
  text-align: center;
}

.pricing-heading {
  margin-bottom: 28px;
}

.pricing-heading > div:first-child > p:last-child {
  font-size: .86rem;
  line-height: 1.7;
}

.billing-benefit {
  margin: 0 0 28px;
  padding: 15px 18px;
  border: 1px solid rgba(46, 118, 97, .28);
  border-radius: 14px;
  background: linear-gradient(90deg, #e9f8f2, #f6fcfa);
  color: #1d674f;
  font-size: .8rem;
  font-weight: 800;
  text-align: center;
}

.plans {
  gap: 16px;
}

.plan {
  padding: 27px;
  border-radius: 20px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.plan:hover {
  border-color: rgba(43, 172, 216, .42);
  box-shadow: 0 28px 64px rgba(13, 20, 63, .12);
  transform: translateY(-5px);
}

.plan--featured {
  background: linear-gradient(180deg, #f0fbff 0%, #fff 20%);
  box-shadow: 0 30px 78px rgba(22, 42, 120, .2);
}

.plan--featured:hover {
  transform: translateY(-14px);
}

.popular {
  padding: 9px 15px;
  background: linear-gradient(135deg, #8be0ee, #2bacd8);
  box-shadow: 0 10px 24px rgba(43, 172, 216, .28);
  font-size: .68rem;
}

.plan-heading {
  min-height: 180px;
  padding-bottom: 18px;
}

.plan-heading h3 {
  margin-bottom: 14px;
}

.plan-price strong {
  font-size: 2.85rem;
}

.plan-summary {
  min-height: 78px;
  padding: 20px 0 4px;
  font-size: .77rem;
  line-height: 1.65;
}

.plan-outcome {
  min-height: 82px;
  margin: 10px 0 5px;
  padding: 14px 15px;
  border-left: 3px solid var(--cyan);
  border-radius: 0 12px 12px 0;
  background: #f3f9fc;
  color: #435069;
  font-size: .75rem;
  line-height: 1.55;
}

.plan-outcome strong {
  color: var(--navy);
}

.plan ul {
  flex: 1;
  align-content: start;
  gap: 9px;
  margin: 10px 0 24px;
}

.plan li {
  font-size: .8rem;
  line-height: 1.5;
}

.plan li strong {
  color: var(--navy);
  font-weight: 850;
}

.plan .button {
  min-height: 55px;
  font-size: .85rem;
}

.feature-matrix {
  margin-top: 38px;
}

.trust-section {
  background: #fff;
}

.trust-section__grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 64px;
  align-items: center;
}

.trust-section__intro > p:not(.eyebrow) {
  color: var(--v5-muted);
  font-size: .88rem;
  line-height: 1.75;
}

.trust-section__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--v5-line);
  border-radius: 22px;
  background: var(--v5-surface);
  box-shadow: var(--v5-card-shadow);
}

.trust-section__facts article {
  min-height: 150px;
  padding: 25px;
  border-right: 1px solid var(--v5-line);
  border-bottom: 1px solid var(--v5-line);
}

.trust-section__facts article:nth-child(2n) {
  border-right: 0;
}

.trust-section__facts article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.trust-section__facts strong,
.trust-section__facts span {
  display: block;
}

.trust-section__facts strong {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: .82rem;
}

.trust-section__facts span {
  color: var(--v5-muted);
  font-size: .73rem;
  line-height: 1.6;
}

.faq-grid {
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
}

.faq-list summary {
  padding-block: 19px;
  font-size: .82rem;
}

.contact-grid {
  grid-template-columns: .82fr 1.18fr;
  gap: 56px;
}

.contact-copy > p:not(.eyebrow, .contact-legal) {
  max-width: 540px;
  font-size: .88rem;
  line-height: 1.75;
}

.contact-legal {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .68rem;
  line-height: 1.65;
}

.contact-form {
  padding: 32px;
}

.contact-form .button--light {
  min-height: 58px;
  background: linear-gradient(135deg, #8be0ee 0%, #2bacd8 100%);
  color: #111a55;
  box-shadow: 0 16px 34px rgba(43, 172, 216, .24);
  font-size: .88rem;
}

.mobile-cta {
  background: linear-gradient(135deg, #202a78 0%, #0b95c3 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(17, 34, 106, .34);
}

.contact-form .form-heading h3 {
  font-size: 1.35rem;
}

@media (max-width: 1160px) {
  .hero--conversion .hero-grid,
  .trust-section__grid {
    grid-template-columns: 1fr;
  }

  .hero--conversion .hero-copy {
    max-width: 820px;
  }

  .hero--conversion .product-stage {
    width: min(100%, 920px);
    margin-inline: auto;
  }

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

  .product-proof__card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 860px) {
  .home .section,
  .page-template-page-fr .section {
    padding-block: 68px;
  }

  .hero--conversion {
    padding: 42px 0 60px;
  }

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

  .hero--conversion .hero-grid {
    gap: 40px;
  }

  .hero--conversion .product-frame--hero {
    transform: none;
  }

  .product-proof__heading,
  .pricing-heading {
    display: block;
  }

  .billing-toggle {
    margin-top: 22px;
  }

  .time-card,
  .faq-grid,
  .contact-grid {
    gap: 38px;
  }

  .roi-proof {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .roi-proof__intro {
    max-width: 720px;
  }

  .roi-proof__note {
    margin-top: -18px;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .seo-hero-copy h1 {
    font-size: clamp(2.05rem, 9vw, 2.35rem);
  }

  .seo-landing h2 {
    font-size: clamp(1.75rem, 7.8vw, 2rem);
  }

  .hero--conversion h1 {
    font-size: clamp(1.9rem, 8.6vw, 2.15rem);
    line-height: 1.09;
  }

  .hero--conversion .hero-lead {
    font-size: .9rem;
    line-height: 1.62;
  }

  .hero-launch-note {
    font-size: .875rem;
  }

  .hero--conversion .hero-reassurance {
    font-size: .875rem;
  }

  .hero--conversion .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .proof-grid p {
    min-height: 88px;
  }

  .problem-copy h2 {
    font-size: clamp(1.72rem, 7.8vw, 2rem);
  }

  .problem-copy > p:not(.eyebrow,.workflow-label) {
    font-size: .84rem;
    line-height: 1.62;
  }

  .problem-copy .workflow-label {
    margin-top: 24px;
    font-size: .6rem;
  }

  .old-flow {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
  }

  .old-flow > span {
    flex: 1 1 0;
    min-width: 0;
    min-height: 76px;
    gap: 7px;
    padding: 9px 3px;
    border-radius: 12px;
  }

  .old-flow b {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .old-flow b svg {
    width: 17px;
    height: 17px;
  }

  .old-flow small {
    font-size: clamp(.55rem, 2.25vw, .65rem);
  }

  .old-flow > i {
    display: block;
    flex: 0 0 auto;
    font-size: .74rem;
  }

  .workflow-bridge {
    margin-block: 16px 14px;
  }

  .connected-flow {
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .connected-flow__label {
    grid-column: 1;
    padding: 12px 16px;
    font-size: .61rem;
  }

  .connected-flow > div,
  .connected-flow > div:nth-child(odd),
  .connected-flow > div:last-child {
    min-height: 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    gap: 2px 12px;
    align-items: center;
    padding: 13px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: left;
  }

  .connected-flow > div:last-child {
    border-bottom: 0;
  }

  .connected-flow > div > span {
    width: 36px;
    height: 36px;
    grid-row: 1 / 3;
    margin: 0;
  }

  .connected-flow strong {
    margin: 0;
    font-size: .75rem;
  }

  .connected-flow small {
    font-size: .63rem;
  }

  .roi-proof__intro h2 {
    font-size: clamp(1.8rem, 8vw, 2.1rem);
  }

  .roi-proof__fact {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 21px 20px;
  }

  .roi-proof__fact p {
    grid-column: 1;
    grid-row: auto;
    margin-top: 7px;
  }

  .roi-proof__fact--accent strong {
    font-size: 2.2rem;
  }

  .product-proof__grid {
    grid-template-columns: 1fr;
  }

  .product-proof__card:last-child {
    grid-column: auto;
    width: auto;
  }

  .product-proof__image-link > img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .image-lightbox {
    width: 96vw;
    max-height: 92vh;
    padding: 44px 8px 8px;
    border-radius: 13px;
  }

  .image-lightbox img {
    max-height: calc(92vh - 54px);
  }

  .product-proof__cta {
    align-items: stretch;
    flex-direction: column;
  }

  .product-proof__cta .button {
    width: 100%;
  }

  .time-card {
    padding: 30px 23px;
  }

  .time-card h2 {
    font-size: 1.75rem;
  }

  .trust-section__facts {
    grid-template-columns: 1fr;
  }

  .trust-section__facts article,
  .trust-section__facts article:nth-child(2n),
  .trust-section__facts article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--v5-line);
  }

  .trust-section__facts article:last-child {
    border-bottom: 0;
  }

  .plan {
    padding: 25px 22px;
  }

  .plan:hover,
  .plan--featured:hover {
    transform: none;
  }

  .plan-price strong {
    font-size: 2.65rem;
  }

  .contact-form {
    padding: 25px 18px;
  }
}
