/* ============================================================
   Voor bedrijven — pagina-specifieke opmaak
   /voor-bedrijven/default.php
   Kleuren: groen #8fb806 | blauw #0397d6 | donker #2a4b58 | tekst #40494d
   ============================================================ */


/* ------------------------------------------------------------
   Gedeelde basisstijlen
   ------------------------------------------------------------ */

.vb-page {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #40494d;
}

.vb-section {
    padding: 54px 40px;
    box-sizing: border-box;
}
.vb-section:first-child {
    padding-top: 0;
}

.vb-btn {
    display: inline-block;
    background-color: #8fb806;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 11px 26px;
    border-radius: 22px;
    margin-top: 24px;
    border: 2px solid #8fb806;
    transition: background-color 0.18s, border-color 0.18s, color 0.18s;
}

.vb-btn:hover {
    background-color: #0397d6;
    border-color: #0397d6;
    color: #fff;
    text-decoration: none;
}


/* ------------------------------------------------------------
   Sectie 1 — Hero
   ------------------------------------------------------------ */

.vb-hero {
    background-color: #2a4b58;
    background-size: cover;
    background-position: center;
    padding: 56px 40px 160px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

/* Hero-achtergrond per pagina via ccontainer-class */
.voorbedrijven .vb-hero  { background-image: url('/pictures/hero/voorbedrijven.jpg'); }
.microsoft365  .vb-hero  { background-image: url('/pictures/hero/microsoft365.jpg'); }
.beveiliging   .vb-hero  { background-image: url('/pictures/hero/beveiliging.jpg'); }
.zakelijkewifi .vb-hero  { background-image: url('/pictures/hero/zakelijke-wifi.jpg'); }
.voiptelefonie .vb-hero  { background-image: url('/pictures/hero/telefonie.jpg'); }
.vergaderzalen .vb-hero  { background-image: url('/pictures/hero/vergaderzalen.jpg'); }
.printing      .vb-hero  { background-image: url('/pictures/hero/printing.jpg'); }
.facturatie    .vb-hero  { background-image: url('/pictures/hero/facturatie.jpg'); }

.vb-hero__shapes {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    display: block;
    pointer-events: none;
}

.vb-hero__inner {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.vb-hero__eyebrow {
    display: inline-block;
    background: rgba(0, 0, 0, 0.65);
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 16px;
}

.vb-hero h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.vb-hero p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    margin: 0;
    max-width: 520px;
}

/* Stat-blok rechts in hero */

.vb-hero__stats {
    flex: 0 0 190px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 32px;
}

.vb-stat strong {
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px;
}

.vb-stat span {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 400;
}


/* ------------------------------------------------------------
   Sectie 2 — Hoe wij werken (verhaal + callout)
   ------------------------------------------------------------ */

.vb-story {
    background-color: #fff;
}

.vb-story__layout {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.vb-story__text {
    flex: 1;
    min-width: 0;
}

.vb-story h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 22px 0;
}

.vb-story p {
    font-size: 14px;
    line-height: 1.75;
    color: #40494d;
    margin: 0 0 14px 0;
}

/* Callout-box */

.vb-story__callout {
    flex: 0 0 240px;
    background-color: #f0f7ff;
    border-left: 3px solid #0397d6;
    padding: 22px 24px;
    border-radius: 0 6px 6px 0;
    align-self: flex-start;
    margin-top: 52px;
    box-sizing: border-box;
}

.vb-story__quote {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    color: #2a4b58;
    margin: 0 0 12px 0;
}

.vb-story__callout p:not(.vb-story__quote) {
    font-size: 12px;
    color: #627882;
    line-height: 1.65;
    margin: 0;
}


/* ------------------------------------------------------------
   Sectie 3 — Diensten grid
   ------------------------------------------------------------ */

.vb-services {
    background-color: #eef5fb;
}

.vb-services h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 28px 0;
}

/* Generieke kaart-grids (gedeeld over alle subpagina's) */
.vb-grid {
    display: grid;
    gap: 16px;
}

.vb-grid--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.vb-grid--3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Generieke intro- en notitietekst onder een sectie-titel */
.vb-lead {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #5a6e78;
    line-height: 1.65;
    margin: 0 0 24px 0;
}

.vb-note {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #5a6e78;
    line-height: 1.65;
    margin-top: 20px;
    font-style: italic;
}

/* Informatieblok met groene accentrand (belastingvoordeel, tips, ...) */
.vb-tip {
    background-color: #f4fae8;
    border-left: 3px solid #8fb806;
    border-radius: 0 6px 6px 0;
    padding: 16px 20px;
    margin-top: 24px;
}

.vb-tip strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #5a7a00;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vb-tip p {
    font-size: 13px;
    color: #40494d;
    line-height: 1.65;
    margin: 0;
}

/* Kaart: Variant A — vlak met zachte schaduw */
.vb-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.18s, transform 0.18s;
}

.vb-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.11);
    transform: translateY(-2px);
}

/* YouTube embed sectie */
.vb-youtube {
    background-color: #fff;
    text-align: center;
}

.vb-youtube h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 12px 0;
}

/* Gecentreerde lead in gecentreerde secties */
.vb-youtube .vb-lead,
.vb-mps-signup .vb-lead {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.vb-youtube-container {
    max-width: 720px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.vb-youtube-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}


/* Icoon */
.vb-card__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    flex-shrink: 0;
}

/* Kaart met icoon links (media-layout, modifier op de grid) */
.vb-grid--media .vb-card {
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.vb-grid--media .vb-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vb-grid--media .vb-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vb-grid--media .vb-card > div:last-child {
    flex: 1;
}

.vb-grid--media .vb-card h3 {
    margin-top: 0;
    margin-bottom: 6px;
}

.vb-grid--media .vb-card p {
    margin: 0;
}

.vb-card__icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.vb-card h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #2a4b58;
    margin: 0 0 8px 0;
}

.vb-card p {
    font-size: 13px;
    line-height: 1.65;
    color: #40494d;
    flex: 1;
    margin: 0 0 14px 0;
}

.vb-card a {
    font-size: 13px;
    font-weight: 400;
    color: #0397d6;
    text-decoration: none;
    margin-top: auto;
}

.vb-card a:hover {
    text-decoration: underline;
    color: #0397d6;
}

.vb-minor {
    margin-top: 20px;
    font-size: 13px;
    color: #8a9ba8;
}

.vb-minor a {
    color: #8a9ba8;
    text-decoration: underline;
}

.vb-minor a:hover {
    color: #0397d6;
}


/* ------------------------------------------------------------
   Sectie 4 — Waarom JD Systems (3 pijlers) — Variant B zonder nummers
   ------------------------------------------------------------ */

.vb-pillars {
    background-color: #fff;
    border-top: 1px solid #e0ecf4;
    border-bottom: 1px solid #e0ecf4;
}

.vb-pillars h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 32px 0;
}

.vb-pillars__grid {
    display: flex;
    gap: 32px;
}

.vb-pillar {
    flex: 1;
}

.vb-pillar h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #001d2f;
    margin: 0 0 10px 0;
}

.vb-pillar p {
    font-size: 13px;
    line-height: 1.72;
    color: #40494d;
    margin: 0;
}


/* ------------------------------------------------------------
   Sectie 5 — Contactformulier
   ------------------------------------------------------------ */

.vb-contact {
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}

/* Ronde bordered card — Variant C */
.vb-contact__card {
    border: 1px solid #d4e8f4;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* Lichte intro-header bovenaan de card */
.vb-contact__lead {
    background-color: #e5f7ff;
    border-bottom: 1px solid #e0ecf4;
    padding: 36px 36px 28px;
    text-align: center;
    box-sizing: border-box;
}

.vb-contact h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 10px 0;
}

.vb-contact__intro {
    font-size: 14px;
    color: #5a6e78;
    line-height: 1.65;
    max-width: 500px;
    margin: 0 auto !important;
}

/* Formuliergebied */
.vb-contact__body {
    background-color: #fff;
    padding: 36px;
    box-sizing: border-box;
}

.vb-contact__layout {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.vb-contact__text {
    flex: 0 0 240px;
}

.vb-contact__text p {
    font-size: 14px;
    line-height: 1.7;
    color: #40494d;
    margin: 0 0 12px 0;
}

.vb-contact__tel {
    margin-top: 20px !important;
}

.vb-contact__tel a {
    display: inline-block;
    background: #f0f8fd;
    border: 1px solid #d0eaf7;
    border-radius: 10px;
    padding: 2px 16px;
    color: #0397d6;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.15s, border-color 0.15s;
}

.vb-contact__tel a:hover {
    background: #e0f1fb;
    border-color: #b0d8f0;
    color: #0397d6;
    text-decoration: none;
}

.vb-contact__form {
    flex: 1;
    min-width: 0;
}


/* ------------------------------------------------------------
   Subpagina — checklist + CTA-blok (gedeeld)
   ------------------------------------------------------------ */

.vb-checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vb-checklist li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #40494d;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.vb-checklist li::before {
    content: '\2713';
    color: #8fb806;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.vb-contact__lead--cta {
    padding-bottom: 36px;
}

.vb-cta__title {
    color: #8fb806 !important;
}

.vb-cta__tel {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #8a9ba8;
    margin-top: 14px !important;
}

.vb-cta__tel a {
    color: #5a6e78;
    text-decoration: none;
    font-weight: 600;
}

.vb-cta__tel a:hover {
    color: #0397d6;
    text-decoration: underline;
}


/* ------------------------------------------------------------
   Subpagina — careplan vergelijkingskolommen (beveiliging)
   ------------------------------------------------------------ */

.vb-careplan-compare {
    background-color: #fff;
    border-top: 1px solid #e0ecf4;
    border-bottom: 1px solid #e0ecf4;
}

.vb-careplan-compare h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 28px 0;
}

.vb-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.vb-compare-col {
    border-radius: 10px;
    overflow: hidden;
}

.vb-compare-header {
    padding: 16px 24px;
}

.vb-compare-header h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.vb-compare-body {
    padding: 22px 24px 26px;
}

/* Zonder careplan — neutraal grijs */
.vb-compare-col--without {
    background: #f4f5f6;
    border: 1px solid #dde0e3;
}

.vb-compare-col--without .vb-compare-header {
    background: #e6e8ea;
    border-bottom: 1px solid #dde0e3;
}

.vb-compare-col--without .vb-compare-header h3 {
    color: #6e7f8a;
}

/* Met careplan — fijn blauw accentlijntje bovenaan */
.vb-compare-col--with {
    background: #f0f7ff;
    border: 1px solid #b8d4e8;
}

.vb-compare-col--with .vb-compare-header {
    background: transparent;
    border-bottom: 1px solid #d0e8f4;
}

.vb-compare-col--with .vb-compare-header h3 {
    color: #0397d6;
}

.vb-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.vb-compare-list li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

.vb-compare-col--without .vb-compare-list li {
    color: #6e7f8a;
}

.vb-compare-col--without .vb-compare-list li::before {
    content: '\2013';
    position: absolute;
    left: 0;
    color: #aab8c2;
}

.vb-compare-col--with .vb-compare-list li {
    color: #2a4b58;
}

.vb-compare-col--with .vb-compare-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #8fb806;
    font-weight: 700;
}

.vb-compare-note {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #5a6e78;
    font-style: italic;
    text-align: center;
    margin-top: 24px !important;
}


/* ------------------------------------------------------------
   Subpagina — printing MPS inschrijvingssectie
   ------------------------------------------------------------ */

.vb-mps-signup {
    background-color: #f9fafb;
    text-align: center;
}

.vb-mps-signup h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 14px 0;
}

.vb-mps-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.vb-btn--primary {
    background-color: #8fb806;
    border-color: #8fb806;
    color: #fff;
}

.vb-btn--primary:hover {
    background-color: #0397d6;
    border-color: #0397d6;
}

.vb-btn--secondary {
    background-color: transparent;
    border: 2px solid #0397d6;
    color: #0397d6;
}

.vb-btn--secondary:hover {
    background-color: #0397d6;
    color: #fff;
}

/* ------------------------------------------------------------
   Subpagina — telefonie trigger-sectie
   ------------------------------------------------------------ */

.vb-trigger {
    background-color: #f1fafe;
    border-top: 1px solid #e0ecf4;
    border-bottom: 1px solid #e0ecf4;
}

.vb-trigger h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 10px 0;
}

.vb-trigger .vb-grid {
    margin-top: 24px;
}

.vb-trigger-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dce8f0;
    border-left: 4px solid #0397d6;
    padding: 22px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.vb-trigger-quote {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #2a4b58;
    line-height: 1.55;
    margin: 0 0 12px 0;
}

.vb-trigger-answer {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #5a6e78;
    line-height: 1.65;
    margin: 0;
}


/* ------------------------------------------------------------
   Subpagina — voordelen-lijst (sectie 2 microsoft365)
   ------------------------------------------------------------ */

/* Sectie 2 microsoft365 — afbeelding links, tekst rechts */
.vb-story-img__layout {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
    align-items: flex-start;
}

.vb-story-img__col {
    flex: 0 0 330px;
}

.vb-story-img__col--sm {
    flex: 0 0 240px;
}

.vb-story-img__placeholder img,
.vb-story-img__photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 35px;
}

.vb-story-img__photo--flat {
    border-radius: 0;
}

.vb-story-img__content {
    flex: 1;
    min-width: 0;
}


/* Variant B — kaartjes per voordeel, 3 kolommen */
.vb-story-img__layout + .vb-features {
    margin-top: 34px;
}

.vb-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.vb-feature-card {
    background-color: #fff;
    border: 1px solid #dce8f0;
    border-radius: 8px;
    padding: 14px 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #40494d;
    line-height: 1.45;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
}

.vb-feature-card span {
    color: #0397d6;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.vb-feature-card p {
    margin: 0;
    flex: 1;
}


/* ------------------------------------------------------------
   Subpagina — licenties (sectie 3 microsoft365)
   ------------------------------------------------------------ */

.vb-licenses {
    background-color: #f8fafc;
    border-top: 1px solid #e0ecf4;
}

.vb-licenses h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 10px 0;
}

.vb-licenses__intro {
    font-size: 14px;
    color: #5a6e78;
    line-height: 1.65;
    margin: 0 0 32px 0;
    max-width: 640px;
}

.vb-licenses__note {
    font-size: 12px;
    color: #8a9ba8;
    margin-top: 20px;
    line-height: 1.6;
}

.vb-licenses__note a {
    color: #8a9ba8;
    text-decoration: underline;
}

.vb-licenses__note a:hover {
    color: #0397d6;
}


/* ------------------------------------------------------------
   Subpagina — careplan-koppeling (sectie 4 microsoft365)
   ------------------------------------------------------------ */

/* Variant B — afbeelding links, tekst rechts */
.vb-careplan {
    background-color: #f1fafe;
    border-top: 1px solid #e0ecf4;
    border-bottom: 1px solid #e0ecf4;
}

.vb-careplan__layout {
    display: flex;
    gap: 56px;
    align-items: center;
}

.vb-careplan__image {
    flex: 0 0 280px;
}

.vb-careplan__img-placeholder {
    background-color: #d8eaf4;
    border: 1px dashed #b8d0e0;
    border-radius: 10px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a9ba8;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
}

.vb-careplan__text {
    flex: 1;
}

.vb-careplan h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0397d6;
    margin: 0 0 18px 0;
}

.vb-careplan p {
    font-size: 14px;
    line-height: 1.75;
    color: #40494d;
    margin: 0 0 14px 0;
}


/* ------------------------------------------------------------
   M365 licentiekaarten (Variant 1)
   ------------------------------------------------------------ */

.vb-m365-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Volledige breedte card (Apps voor bedrijven + Copilot) */
.vb-m365-card--wide {
    grid-column: 1 / 4;
}

/* Specificiteit hoger dan .vb-m365-card om flex-direction te overschrijven */
.vb-m365-card.vb-m365-card--wide {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
}

.vb-m365-wide__left {
    flex: 0 0 260px;
}

.vb-m365-wide__right {
    flex: 1;
    padding-top: 2px;
}

.vb-m365-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dce8f0;
    padding: 36px 22px 28px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    box-sizing: border-box;
}

.vb-m365-card--popular {
    border: 2px solid #0397d6;
    box-shadow: 0 4px 20px rgba(3, 151, 214, 0.12);
}

.vb-m365-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #0397d6;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 16px;
    border-radius: 0 0 8px 8px;
    white-space: nowrap;
    letter-spacing: 0.03em;
}

.vb-m365-name {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2a4b58;
    margin: 0 0 20px 0;
}


.vb-m365-price {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eef3f7;
}

.vb-m365-price strong {
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0397d6;
    line-height: 1;
}

.vb-m365-price > span {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #5a6e78;
    display: block;
    margin-top: 7px;
}

.vb-m365-price em {
    display: inline-block;
    background: #f0f7ff;
    border: 1px solid #c8dce8;
    border-radius: 10px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #5a6e78;
    padding: 2px 8px;
    margin-top: 8px;
}

.vb-m365-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.vb-m365-features li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #40494d;
    padding: 5px 0 5px 18px;
    position: relative;
    line-height: 1.45;
}

.vb-m365-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #8fb806;
    font-weight: 700;
}

/* App-icoontjes */
.vb-m365-icons {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eef3f7;
}

.vb-m365-icons__label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #8a9ba8;
    display: block;
    margin-bottom: 8px;
}

.vb-m365-icons__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.vb-m365-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border: 1px solid #e0ecf4;
    border-radius: 5px;
    background: #fff;
}

.vb-m365-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

/* Copilot add-on card */
.vb-m365-card--copilot {
    background: #f0f7ff;
    border-color: #b8d4e8;
    margin-top: 22px;
}

.vb-m365-copilot__plus {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #0397d6;
    background: #f0f7ff;
    color: #0397d6;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.vb-m365-card--copilot .vb-m365-name {
    color: #0397d6;
}

.vb-m365-copilot__sub {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #5a6e78;
    line-height: 1.55;
    margin: 0 0 14px 0;
}

.vb-m365-card--wide .vb-m365-price {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.vb-m365-features--2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

.vb-m365-copilot__disclaimer {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    color: #aab8c2;
    margin-top: 16px;
    line-height: 1.5;
}


/* ------------------------------------------------------------
   Responsive — max 600px
   ------------------------------------------------------------ */

@media screen and (max-width: 600px) {

    .vb-hero {
        flex-direction: column;
        padding: 36px 20px;
        gap: 28px;
    }

    .vb-hero h1 {
        font-size: 26px;
    }

    .vb-hero p {
        font-size: 14px;
    }

    .vb-hero__stats {
        flex: none;
        flex-direction: row;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
        gap: 0;
        justify-content: space-around;
    }

    .vb-stat strong {
        font-size: 26px;
    }

    .vb-section {
        padding: 36px 20px;
    }

    .vb-story__layout {
        flex-direction: column;
        gap: 24px;
    }

    .vb-story__callout {
        flex: none;
        width: 100%;
        margin-top: 0;
    }

    .vb-grid--2,
    .vb-grid--3 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vb-features {
        grid-template-columns: 1fr;
    }

    .vb-story-img__layout {
        flex-direction: column;
        gap: 24px;
    }

    .vb-story-img__col {
        flex: none;
        width: 100%;
    }

    .vb-compare-grid {
        grid-template-columns: 1fr;
    }

    .vb-mps-buttons {
        flex-direction: column;
    }

    .vb-mps-buttons a {
        width: 100%;
    }

    .vb-careplan__layout {
        flex-direction: column;
        gap: 28px;
    }

    .vb-careplan__image {
        flex: none;
        width: 100%;
    }

    .vb-pillars__grid {
        flex-direction: column;
        gap: 28px;
    }

    .vb-contact {
        padding: 20px;
    }

    .vb-contact__lead {
        padding: 24px 20px 20px;
    }

    .vb-contact__body {
        padding: 24px 20px;
    }

    .vb-contact__layout {
        flex-direction: column;
        gap: 28px;
    }

    .vb-contact__text {
        flex: none;
        width: 100%;
    }

    .vb-btn {
        display: block;
        text-align: center;
    }
}
