/*
Theme Name: wc4a
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* ========================================
   4i-LEAN HOMEPAGE
======================================== */

:root {
    --lean-blue: #03abe9;
    --lean-blue-dark: #008cc2;
    --lean-dark: #172a35;
    --lean-text: #34434b;
    --lean-light: #f6f8f9;
    --lean-white: #ffffff;
    --lean-border: #dfe7eb;
    --lean-shadow: 0 20px 55px rgba(18, 42, 55, 0.12);
}

/* Algemene elementen */

.lean-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--lean-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.lean-eyebrow-light {
    color: #ffffff;
}

.lean-button-primary {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.lean-button-primary span {
    padding-left: 4px;
    padding-right: 4px;
}

.lean-text-button {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 700;
}

/* Hero */

.lean-home-hero {
    position: relative;
    overflow: hidden;
}

.lean-home-hero::after {
    position: absolute;
    right: -180px;
    bottom: -280px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-home-hero-row {
    min-height: 650px;
}

.lean-home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.lean-home-hero-content h1 {
    max-width: 850px;
    margin: 0 auto 24px;
    color: #ffffff;
    font-size: clamp(46px, 5.2vw, 76px);
    line-height: 1.04;
    letter-spacing: -2.5px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
}

.lean-home-hero-intro {
    max-width: 720px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 19px;
    line-height: 1.7;
}

.lean-home-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.lean-home-hero-buttons .button {
    min-width: 190px;
    margin: 0;
}

.lean-home-hero-buttons .lean-button-secondary {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.lean-home-hero-buttons .lean-button-secondary:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--lean-dark);
}

.lean-home-hero-usps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 30px;
    margin-top: 36px;
}

.lean-home-hero-usp {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.lean-home-check {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 12px;
}

/* Introductie */

.lean-home-intro-section {
    position: relative;
    overflow: hidden;
}

.lean-home-intro-section::before {
    position: absolute;
    top: -170px;
    right: -100px;
    width: 420px;
    height: 420px;
    border: 70px solid rgba(3, 171, 233, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-home-trust-card h2,
.lean-home-content-card h2 {
    margin-bottom: 22px;
    color: var(--lean-dark);
    font-size: clamp(31px, 3vw, 44px);
    line-height: 1.18;
    letter-spacing: -1px;
}

.lean-home-trust-card > p,
.lean-home-content-card > p {
    color: var(--lean-text);
    font-size: 16px;
    line-height: 1.8;
}

.lean-home-certificates {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 35px;
}

.lean-home-certificate {
    width: 112px;
}

.lean-home-certificate-wide {
    width: 235px;
}

.lean-home-certificate .img,
.lean-home-certificate-wide .img {
    margin: 0;
}

.lean-home-content-card {
    position: relative;
    padding: 48px;
    border: 1px solid var(--lean-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--lean-shadow);
}

.lean-home-content-card::before {
    position: absolute;
    top: 0;
    left: 48px;
    width: 72px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: var(--lean-blue);
    content: "";
}

.lean-home-benefits {
    display: grid;
    gap: 0;
    margin-top: 32px;
    border-top: 1px solid var(--lean-border);
}

.lean-home-benefit {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 15px;
    padding: 19px 0;
    border-bottom: 1px solid var(--lean-border);
}

.lean-home-benefit:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.lean-home-benefit-number {
    color: var(--lean-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.lean-home-benefit strong {
    display: block;
    margin-bottom: 3px;
    color: var(--lean-dark);
    font-size: 16px;
}

.lean-home-benefit p {
    margin: 0;
    color: #68777f;
    font-size: 14px;
    line-height: 1.6;
}

/* Diensten */

.lean-home-services-section {
    position: relative;
    overflow: hidden;
}

.lean-home-services-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--lean-blue);
    content: "";
}

.lean-home-section-heading {
    max-width: 750px;
    margin: 0 auto 45px;
}

.lean-home-section-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.14;
    letter-spacing: -1.5px;
}

.lean-home-section-heading p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.75;
}

.lean-home-section-heading-light h2 {
    color: #ffffff;
}

.lean-home-section-heading-light p {
    color: rgba(255, 255, 255, 0.82);
}

.lean-home-services-row > .col > .col-inner {
    height: 100%;
}

.lean-home-service-card {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 570px;
    flex-direction: column;
    padding: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.19);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lean-home-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.24);
}

.lean-home-service-icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    border-radius: 12px;
    background: rgba(3, 171, 233, 0.12);
    color: var(--lean-blue);
    font-size: 14px;
    font-weight: 700;
}

.lean-service-label {
    display: block;
    margin-bottom: 9px;
    color: var(--lean-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.lean-home-service-card h3 {
    margin-bottom: 17px;
    color: var(--lean-dark);
    font-size: 30px;
    line-height: 1.22;
    letter-spacing: -0.5px;
}

.lean-home-service-card > p {
    margin-bottom: 28px;
    color: var(--lean-text);
    font-size: 15px;
    line-height: 1.75;
}

.lean-home-service-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
    border-top: 1px solid var(--lean-border);
}

.lean-home-service-links a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 15px 12px 0;
    border-bottom: 1px solid var(--lean-border);
    color: var(--lean-dark);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease, padding 0.2s ease;
}

.lean-home-service-links a:nth-child(odd) {
    margin-right: 18px;
}

.lean-home-service-links a:hover {
    padding-left: 5px;
    color: var(--lean-blue);
}

.lean-home-service-links a span {
    color: var(--lean-blue);
    font-size: 22px;
    font-weight: 400;
}

.lean-home-service-footer {
    margin-top: auto;
}

.lean-home-service-footer .button {
    margin-bottom: 0;
}

/* CTA */

.lean-home-cta-section {
    position: relative;
    overflow: hidden;
}

.lean-home-cta-section::after {
    position: absolute;
    top: -140px;
    right: 5%;
    width: 360px;
    height: 360px;
    border: 55px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-home-cta-content {
    position: relative;
    z-index: 2;
}

.lean-home-cta-content h2 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 1.17;
    letter-spacing: -1px;
}

.lean-home-cta-content p {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.7;
}

.lean-home-cta-button {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    background: #ffffff !important;
    color: var(--lean-dark) !important;
    font-weight: 700;
}

.lean-home-cta-button:hover {
    background: var(--lean-dark) !important;
    color: #ffffff !important;
}

/* Tablet */

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

    .lean-home-hero-row {
        min-height: 570px;
    }

    .lean-home-hero-content h1 {
        font-size: 54px;
    }

    .lean-home-content-card {
        margin-top: 35px;
        padding: 38px;
    }

    .lean-home-service-card {
        padding: 38px;
    }

    .lean-home-service-links {
        grid-template-columns: 1fr;
    }

    .lean-home-service-links a:nth-child(odd) {
        margin-right: 0;
    }

    .lean-home-services-row .col + .col {
        margin-top: 28px;
    }
}

/* Mobiel */

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

    .lean-home-hero {
        min-height: 540px;
    }

    .lean-home-hero-row {
        min-height: 540px;
    }

    .lean-home-hero-content {
        padding: 20px 4px;
    }

    .lean-home-hero-content h1 {
        margin-bottom: 20px;
        font-size: 39px;
        line-height: 1.08;
        letter-spacing: -1.4px;
    }

    .lean-home-hero-intro {
        font-size: 16px;
        line-height: 1.65;
    }

    .lean-home-hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .lean-home-hero-buttons .button {
        width: 100%;
        margin: 0;
    }

    .lean-home-hero-usps {
        display: grid;
        justify-content: center;
        gap: 10px;
        margin-top: 27px;
        text-align: left;
    }

    .lean-home-trust-card h2,
    .lean-home-content-card h2 {
        font-size: 30px;
    }

    .lean-home-certificates {
        gap: 16px;
    }

    .lean-home-certificate {
        width: 88px;
    }

    .lean-home-certificate-wide {
        width: 185px;
    }

    .lean-home-content-card {
        padding: 32px 25px;
        border-radius: 12px;
    }

    .lean-home-content-card::before {
        left: 25px;
    }

    .lean-home-service-card {
        min-height: 0;
        padding: 32px 25px;
        border-radius: 12px;
    }

    .lean-home-service-card h3 {
        font-size: 27px;
    }

    .lean-home-service-links {
        grid-template-columns: 1fr;
    }

    .lean-home-service-links a {
        padding-right: 5px;
    }

    .lean-home-section-heading {
        margin-bottom: 32px;
    }

    .lean-home-section-heading h2 {
        font-size: 35px;
    }

    .lean-home-cta-section .col {
        text-align: left !important;
    }

    .lean-home-cta-content h2 {
        font-size: 33px;
    }

    .lean-home-cta-button {
        width: 100%;
        margin-top: 25px;
    }
}
/* ========================================
   Projecten
======================================== */
.lean-project-page {
    --lean-blue: #08a9e2;
    --lean-blue-dark: #087eac;
    --lean-blue-light: #eaf8fd;
    --lean-dark: #252a2d;
    --lean-text: #4f5a60;
    --lean-light: #f5f7f8;
    --lean-border: #dfe7ea;
    --lean-white: #ffffff;

    color: var(--lean-text);
    font-size: 16px;
    line-height: 1.7;
}

.lean-project-page h1,
.lean-project-page h2 {
    color: var(--lean-dark);
    letter-spacing: -0.025em;
}

.lean-project-page h1 {
    max-width: 780px;
    margin: 0 0 22px;
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.08;
}

.lean-project-page h2 {
    margin: 0 0 20px;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.18;
}

.lean-project-page p:last-child {
    margin-bottom: 0;
}

.lean-project-section-label,
.lean-project-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--lean-blue-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}


/* Projecthero */

.lean-project-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 64px 50px;
    background:
        radial-gradient(
            circle at 95% 0%,
            rgba(8, 169, 226, 0.22),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #f2fbfe 0%,
            #ffffff 70%
        );
    border: 1px solid rgba(8, 169, 226, 0.18);
    border-radius: 18px;
}

.lean-project-hero::after {
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 330px;
    height: 330px;
    border: 60px solid rgba(8, 169, 226, 0.06);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-project-hero > .col {
    position: relative;
    z-index: 2;
}

.lean-project-intro {
    max-width: 760px;
    margin-bottom: 0;
    color: #526168;
    font-size: 18px;
    line-height: 1.75;
}


/* Projectgegevens */

.lean-project-summary {
    overflow: hidden;
    background: var(--lean-white);
    border: 1px solid var(--lean-border);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(35, 57, 67, 0.1);
}

.lean-project-summary-item {
    padding: 16px 20px;
    border-bottom: 1px solid var(--lean-border);
}

.lean-project-summary-item:last-child {
    border-bottom: 0;
}

.lean-project-summary-label {
    display: block;
    margin-bottom: 3px;
    color: #7a888e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lean-project-summary-item strong {
    display: block;
    color: var(--lean-dark);
    font-size: 15px;
    font-weight: 700;
}


/* Kerncijfers */

.lean-project-statistics {
    margin-bottom: 75px;
}

.lean-project-statistics > .col {
    display: flex;
    padding-bottom: 0;
}

.lean-project-stat {
    width: 100%;
    min-height: 150px;
    padding: 28px;
    background: var(--lean-light);
    border: 1px solid var(--lean-border);
    border-radius: 14px;
}

.lean-project-stat-number {
    display: block;
    margin-bottom: 7px;
    color: var(--lean-blue-dark);
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.lean-project-stat-label {
    display: block;
    color: var(--lean-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.lean-project-stat-accent {
    background: var(--lean-blue);
    border-color: var(--lean-blue);
}

.lean-project-stat-accent .lean-project-stat-number,
.lean-project-stat-accent .lean-project-stat-label {
    color: var(--lean-white);
}


/* Projectomschrijving */

.lean-project-description {
    margin-bottom: 75px;
    padding: 15px 0;
}

.lean-project-description h2 {
    max-width: 420px;
}

.lean-project-description p {
    font-size: 17px;
}


/* Projectgalerij */

.lean-project-gallery-section {
    margin-bottom: 80px;
    padding: 46px;
    background: var(--lean-dark);
    border-radius: 18px;
}

.lean-project-gallery-section h2 {
    margin-bottom: 0;
    color: var(--lean-white);
}

.lean-project-gallery-section .lean-project-section-label {
    color: #73d1f1;
}

.lean-project-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.6fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 32px;
}

.lean-project-section-heading > p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.lean-project-gallery .gallery-col {
    padding: 8px;
}

.lean-project-gallery .box-image {
    overflow: hidden;
    background: #1e2224;
    border-radius: 10px;
}

.lean-project-gallery .box-image img {
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.lean-project-gallery .gallery-col:hover .box-image img {
    opacity: 0.88;
    transform: scale(1.035);
}


/* Werkzaamheden en resultaat */

.lean-project-details {
    margin-bottom: 30px;
}

.lean-project-details > .col {
    display: flex;
}

.lean-project-card {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 42px;
    border-radius: 16px;
}

.lean-project-work-card {
    background: var(--lean-light);
    border: 1px solid var(--lean-border);
}

.lean-project-result-card {
    overflow: hidden;
    background: var(--lean-blue-light);
    border: 1px solid rgba(8, 169, 226, 0.2);
}

.lean-project-result-card::after {
    position: absolute;
    right: -60px;
    bottom: -90px;
    width: 230px;
    height: 230px;
    background: rgba(8, 169, 226, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-project-work-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.lean-project-work-list li {
    position: relative;
    margin: 0;
    padding: 13px 0 13px 35px;
    color: var(--lean-dark);
    border-bottom: 1px solid var(--lean-border);
}

.lean-project-work-list li:last-child {
    border-bottom: 0;
}

.lean-project-work-list li::before {
    position: absolute;
    top: 16px;
    left: 0;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    background: var(--lean-blue);
    border-radius: 50%;
    color: var(--lean-white);
    content: "✓";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.lean-project-result-card > * {
    position: relative;
    z-index: 2;
}

.lean-project-result-intro {
    color: var(--lean-dark);
    font-size: 18px;
    font-weight: 600;
}

.lean-project-result-highlight {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(8, 126, 172, 0.2);
}

.lean-project-result-highlight span {
    flex: 0 0 auto;
    color: var(--lean-blue-dark);
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.lean-project-result-highlight p {
    max-width: 200px;
    margin: 0;
    color: var(--lean-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}


/* Tablet */

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

    .lean-project-hero {
        padding: 45px 32px;
    }

    .lean-project-summary {
        margin-top: 28px;
    }

    .lean-project-statistics {
        margin-bottom: 55px;
    }

    .lean-project-statistics > .col {
        padding-bottom: 15px;
    }

    .lean-project-stat {
        min-height: 135px;
    }

    .lean-project-description {
        margin-bottom: 55px;
    }

    .lean-project-gallery-section {
        margin-bottom: 60px;
        padding: 35px 25px;
    }

    .lean-project-section-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .lean-project-details {
        margin-bottom: 20px;
    }

    .lean-project-details > .col {
        padding-bottom: 20px;
    }

    .lean-project-card {
        padding: 32px;
    }
}


/* Mobiel */

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

    .lean-project-page {
        font-size: 15px;
    }

    .lean-project-hero {
        margin-right: 5px;
        margin-left: 5px;
        padding: 35px 20px;
        border-radius: 13px;
    }

    .lean-project-page h1 {
        font-size: 34px;
    }

    .lean-project-page h2 {
        font-size: 28px;
    }

    .lean-project-intro {
        font-size: 16px;
    }

    .lean-project-statistics > .col {
        padding-bottom: 14px;
    }

    .lean-project-stat {
        min-height: 0;
        padding: 23px;
    }

    .lean-project-description {
        padding-right: 5px;
        padding-left: 5px;
    }

    .lean-project-description p {
        font-size: 16px;
    }

    .lean-project-gallery-section {
        margin-right: 5px;
        margin-left: 5px;
        padding: 30px 15px;
        border-radius: 13px;
    }

    .lean-project-gallery .gallery-col {
        padding: 5px;
    }

    .lean-project-card {
        padding: 28px 22px;
        border-radius: 13px;
    }

    .lean-project-result-highlight {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .lean-project-result-highlight p {
        max-width: none;
    }
}
.portfolio-summary {
	display: none;
}
/* ========================================
   4i-LEAN OVER ONS
======================================== */

:root {
    --lean-blue: #03abe9;
    --lean-blue-dark: #008cc2;
    --lean-dark: #172a35;
    --lean-text: #34434b;
    --lean-light: #f6f8f9;
    --lean-white: #ffffff;
    --lean-border: #dfe7eb;
    --lean-shadow: 0 20px 55px rgba(18, 42, 55, 0.12);
}

/* ========================================
   ALGEMENE ELEMENTEN
======================================== */

.lean-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--lean-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.lean-eyebrow-light {
    color: #ffffff;
}

/* ========================================
   HERO
======================================== */

.lean-about-hero {
    position: relative;
    overflow: hidden;
}

.lean-about-hero::before {
    position: absolute;
    top: -220px;
    right: -160px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-about-hero::after {
    position: absolute;
    bottom: -280px;
    left: -200px;
    width: 520px;
    height: 520px;
    border: 85px solid rgba(3, 171, 233, 0.11);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-about-hero-row {
    min-height: 500px;
}

.lean-about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.lean-about-hero-content h1 {
    max-width: 850px;
    margin: 0 auto 24px;
    color: #ffffff;
    font-size: clamp(43px, 5vw, 70px);
    line-height: 1.08;
    letter-spacing: -2px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.lean-about-hero-content p {
    max-width: 720px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.75;
}

.lean-about-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.lean-about-hero-buttons .button {
    min-width: 205px;
    margin: 0;
}

.lean-about-hero-buttons .is-outline {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.lean-about-hero-buttons .is-outline:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--lean-dark);
}

/* ========================================
   INTRODUCTIE
======================================== */

.lean-about-intro-section {
    position: relative;
    overflow: hidden;
}

.lean-about-intro-section::before {
    position: absolute;
    top: -150px;
    left: -150px;
    width: 390px;
    height: 390px;
    border: 65px solid rgba(3, 171, 233, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-about-intro-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.lean-about-intro-content h2,
.lean-about-solution-content h2 {
    margin-bottom: 22px;
    color: var(--lean-dark);
    font-size: clamp(34px, 3.6vw, 49px);
    line-height: 1.17;
    letter-spacing: -1.3px;
}

.lean-about-intro-content p,
.lean-about-solution-content p {
    color: var(--lean-text);
    font-size: 16px;
    line-height: 1.8;
}

.lean-about-intro-content .lean-about-lead {
    color: var(--lean-dark);
    font-size: 19px;
    line-height: 1.75;
}

.lean-about-intro-content .button {
    margin-top: 13px;
    margin-bottom: 0;
}

/* ========================================
   QUOTEKAART
======================================== */

.lean-about-quote-card {
    position: relative;
    margin-left: 35px;
    padding: 52px 45px 43px;
    border-radius: 16px;
    background: var(--lean-dark);
    box-shadow: var(--lean-shadow);
}

.lean-about-quote-card::after {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 70px;
    height: 70px;
    border-right: 2px solid rgba(3, 171, 233, 0.35);
    border-bottom: 2px solid rgba(3, 171, 233, 0.35);
    content: "";
}

.lean-about-quote-mark {
    display: block;
    height: 55px;
    margin-bottom: 10px;
    color: var(--lean-blue);
    font-family: Georgia, serif;
    font-size: 90px;
    line-height: 1;
}

.lean-about-quote-card > p {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.55;
}

.lean-about-quote-author {
    display: grid;
    gap: 4px;
    padding-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lean-about-quote-author strong {
    color: #ffffff;
    font-size: 15px;
}

.lean-about-quote-author span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

/* ========================================
   SECTIEKOPPEN
======================================== */

.lean-about-section-heading {
    max-width: 760px;
    margin: 0 auto 43px;
}

.lean-about-section-heading h2 {
    margin-bottom: 18px;
    color: var(--lean-dark);
    font-size: clamp(35px, 4vw, 51px);
    line-height: 1.15;
    letter-spacing: -1.4px;
}

.lean-about-section-heading p {
    margin-bottom: 0;
    color: var(--lean-text);
    font-size: 17px;
    line-height: 1.75;
}

/* ========================================
   KERNWAARDEN
======================================== */

.lean-about-values-row > .col > .col-inner {
    height: 100%;
}

.lean-about-value-card {
    position: relative;
    height: 100%;
    min-height: 300px;
    padding: 40px 35px;
    border: 1px solid var(--lean-border);
    border-radius: 14px;
    background: #ffffff;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.lean-about-value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lean-shadow);
}

.lean-about-value-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 58px;
    border-right: 4px solid var(--lean-blue);
    border-bottom: 4px solid var(--lean-blue);
    border-radius: 0 0 14px 0;
    content: "";
}

.lean-about-value-number {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    border-radius: 12px;
    background: rgba(3, 171, 233, 0.11);
    color: var(--lean-blue);
    font-size: 13px;
    font-weight: 700;
}

.lean-about-value-card h3 {
    margin-bottom: 15px;
    color: var(--lean-dark);
    font-size: 24px;
    line-height: 1.3;
}

.lean-about-value-card p {
    margin-bottom: 0;
    color: var(--lean-text);
    font-size: 15px;
    line-height: 1.75;
}

/* ========================================
   OPRICHTERSECTIE
======================================== */

.lean-about-founder-section {
    position: relative;
    overflow: hidden;
}

.lean-about-founder-section::before {
    position: absolute;
    top: -240px;
    right: -150px;
    width: 560px;
    height: 560px;
    border: 80px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

/* Oprichterkaart */

.lean-about-founder-card {
    position: relative;
    display: flex;
    min-height: 470px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 44px 38px 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        radial-gradient(
            circle at top right,
            rgba(3, 171, 233, 0.16),
            transparent 42%
        ),
        #132a36;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.27);
}

.lean-about-founder-card::before {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 72px;
    height: 72px;
    border-top: 3px solid rgba(3, 171, 233, 0.55);
    border-right: 3px solid rgba(3, 171, 233, 0.55);
    content: "";
    pointer-events: none;
}

.lean-about-founder-card::after {
    position: absolute;
    bottom: -130px;
    left: -130px;
    width: 280px;
    height: 280px;
    border: 45px solid rgba(3, 171, 233, 0.05);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

/* Ronde foto */

.lean-about-founder-photo {
    position: relative;
    z-index: 2;
    width: 230px;
    height: 230px;
    flex: 0 0 230px;
    margin-bottom: 28px;
    padding: 7px;
    overflow: hidden;
    border: 2px solid rgba(3, 171, 233, 0.75);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.lean-about-founder-photo .img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.lean-about-founder-photo .img-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.lean-about-founder-photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 25%;
}

/* Balk onder de foto */

.lean-about-founder-label {
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    gap: 8px;
    padding: 24px 26px;
    border-radius: 11px;
    background: rgba(20, 48, 61, 0.96);
    text-align: left;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.lean-about-founder-label span {
    color: var(--lean-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.lean-about-founder-label strong {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.3;
}

/* Tekst naast oprichterkaart */

.lean-about-founder-content {
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.lean-about-founder-content h2 {
    margin-bottom: 23px;
    color: #ffffff;
    font-size: clamp(34px, 3.6vw, 49px);
    line-height: 1.17;
    letter-spacing: -1.3px;
}

.lean-about-founder-content > p {
    color: rgba(255, 255, 255, 0.77);
    font-size: 16px;
    line-height: 1.8;
}

.lean-about-founder-usps {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.lean-about-founder-usps div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lean-about-founder-usps span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--lean-blue);
    color: #ffffff;
    font-size: 13px;
}

.lean-about-founder-usps strong {
    color: #ffffff;
    font-size: 15px;
}

/* ========================================
   TOTAALOPLOSSING EN PROCES
======================================== */

.lean-about-solution-section {
    position: relative;
    overflow: hidden;
}

.lean-about-process-card {
    margin-left: 35px;
    padding: 22px 42px;
    border: 1px solid var(--lean-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--lean-shadow);
}

.lean-about-process-step {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid var(--lean-border);
}

.lean-about-process-step:last-child {
    border-bottom: 0;
}

.lean-about-process-step > span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(3, 171, 233, 0.1);
    color: var(--lean-blue);
    font-size: 13px;
    font-weight: 700;
}

.lean-about-process-step h3 {
    margin: 0 0 6px;
    color: var(--lean-dark);
    font-size: 18px;
}

.lean-about-process-step p {
    margin: 0;
    color: #66757d;
    font-size: 14px;
    line-height: 1.65;
}

/* ========================================
   PROJECTMANAGEMENT
======================================== */

.lean-about-management-section {
    position: relative;
    overflow: hidden;
}

.lean-about-management-section::after {
    position: absolute;
    top: -190px;
    right: 8%;
    width: 420px;
    height: 420px;
    border: 65px solid rgba(3, 171, 233, 0.11);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-about-management-content {
    position: relative;
    z-index: 2;
}

.lean-about-management-content h2 {
    max-width: 780px;
    margin-bottom: 19px;
    color: #ffffff;
    font-size: clamp(34px, 3.7vw, 50px);
    line-height: 1.17;
    letter-spacing: -1.3px;
}

.lean-about-management-content p {
    max-width: 750px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.lean-about-management-section .button {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

/* ========================================
   MERKEN EN PRODUCTEN
======================================== */

.lean-about-gallery-wrap {
    padding: 35px;
    border: 1px solid var(--lean-border);
    border-radius: 16px;
    background: var(--lean-light);
}

.lean-about-gallery-wrap .gallery-col {
    padding: 10px;
}

.lean-about-gallery-wrap .box-image {
    display: flex;
    min-height: 125px;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1px solid var(--lean-border);
    border-radius: 10px;
    background: #ffffff;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.lean-about-gallery-wrap .box-image:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(18, 42, 55, 0.1);
}

.lean-about-gallery-wrap .box-image img {
    width: auto;
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
}

/* ========================================
   ONDERSTE CTA
======================================== */

.lean-about-cta-section {
    position: relative;
    overflow: hidden;
}

.lean-about-cta-section::after {
    position: absolute;
    top: -160px;
    right: 5%;
    width: 380px;
    height: 380px;
    border: 55px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-about-cta-content {
    position: relative;
    z-index: 2;
}

.lean-about-cta-content h2 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: clamp(31px, 3.5vw, 47px);
    line-height: 1.18;
    letter-spacing: -1px;
}

.lean-about-cta-content p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.7;
}

.lean-about-cta-button {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    background: #ffffff !important;
    color: var(--lean-dark) !important;
    font-weight: 700;
}

.lean-about-cta-button:hover {
    background: var(--lean-dark) !important;
    color: #ffffff !important;
}

/* ========================================
   TABLET
======================================== */

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

    .lean-about-hero-row {
        min-height: 450px;
    }

    .lean-about-quote-card,
    .lean-about-process-card {
        margin-top: 35px;
        margin-left: 0;
    }

    .lean-about-value-card {
        min-height: 280px;
    }

    .lean-about-values-row .col {
        margin-bottom: 22px;
    }

    .lean-about-founder-card {
        min-height: 430px;
        padding: 42px 34px 34px;
    }

    .lean-about-founder-photo {
        width: 210px;
        height: 210px;
        flex-basis: 210px;
    }

    .lean-about-founder-content {
        padding-top: 40px;
        padding-left: 0;
    }

    .lean-about-gallery-wrap {
        padding: 25px;
    }
}

/* ========================================
   MOBIEL
======================================== */

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

    .lean-about-hero-row {
        min-height: 380px;
    }

    .lean-about-hero-content h1 {
        font-size: 37px;
        line-height: 1.1;
        letter-spacing: -1.2px;
    }

    .lean-about-hero-content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .lean-about-hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .lean-about-hero-buttons .button {
        width: 100%;
        margin: 0;
    }

    .lean-about-intro-content h2,
    .lean-about-solution-content h2,
    .lean-about-founder-content h2,
    .lean-about-management-content h2 {
        font-size: 31px;
    }

    .lean-about-intro-content .lean-about-lead {
        font-size: 17px;
    }

    .lean-about-quote-card {
        padding: 38px 28px 32px;
    }

    .lean-about-quote-card > p {
        font-size: 19px;
    }

    .lean-about-value-card {
        min-height: 0;
        padding: 32px 27px;
    }

    .lean-about-founder-card {
        min-height: 0;
        padding: 38px 24px 28px;
    }

    .lean-about-founder-card::before {
        top: 18px;
        right: 18px;
        width: 55px;
        height: 55px;
    }

    .lean-about-founder-photo {
        width: 185px;
        height: 185px;
        flex-basis: 185px;
        margin-bottom: 24px;
    }

    .lean-about-founder-label {
        padding: 20px 21px;
    }

    .lean-about-founder-label strong {
        font-size: 21px;
    }

    .lean-about-process-card {
        padding: 12px 25px;
    }

    .lean-about-process-step {
        grid-template-columns: 44px 1fr;
        gap: 13px;
    }

    .lean-about-gallery-wrap {
        padding: 15px;
    }

    .lean-about-gallery-wrap .box-image {
        min-height: 105px;
        padding: 15px;
    }

    .lean-about-management-section .col,
    .lean-about-cta-section .col {
        text-align: left !important;
    }

    .lean-about-management-section .button,
    .lean-about-cta-button {
        width: 100%;
        margin-top: 24px;
    }
}
/* ========================================
   4i-LEAN CONTACTPAGINA
======================================== */

.lean-contact-section {
    position: relative;
    overflow: hidden;
}

.lean-contact-section::before {
    position: absolute;
    top: -170px;
    right: -150px;
    width: 420px;
    height: 420px;
    border: 70px solid rgba(3, 171, 233, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

/* Formulierkaart */

.lean-contact-form-card {
    position: relative;
    padding: 48px;
    border: 1px solid var(--lean-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--lean-shadow);
}

.lean-contact-form-card::before {
    position: absolute;
    top: 0;
    left: 48px;
    width: 72px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: var(--lean-blue);
    content: "";
}

.lean-contact-form-card h2 {
    margin-bottom: 18px;
    color: var(--lean-dark);
    font-size: clamp(34px, 3.6vw, 49px);
    line-height: 1.17;
    letter-spacing: -1.3px;
}

.lean-contact-intro {
    max-width: 700px;
    margin-bottom: 32px;
    color: var(--lean-text);
    font-size: 17px;
    line-height: 1.75;
}

/* Contact Form 7 */

.lean-contact-form-card .wpcf7 {
    margin-top: 28px;
}

.lean-contact-form-card .wpcf7-form p {
    margin-bottom: 20px;
}

.lean-contact-form-card .wpcf7-form label {
    display: block;
    color: var(--lean-dark);
    font-size: 14px;
    font-weight: 700;
}

.lean-contact-form-card .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.lean-contact-form-card input[type="text"],
.lean-contact-form-card input[type="email"],
.lean-contact-form-card input[type="tel"],
.lean-contact-form-card input[type="number"],
.lean-contact-form-card input[type="date"],
.lean-contact-form-card select,
.lean-contact-form-card textarea {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 12px 15px;
    border: 1px solid var(--lean-border);
    border-radius: 8px;
    background: #f9fbfc;
    color: var(--lean-dark);
    font-size: 15px;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.lean-contact-form-card textarea {
    min-height: 160px;
    resize: vertical;
}

.lean-contact-form-card input:focus,
.lean-contact-form-card select:focus,
.lean-contact-form-card textarea:focus {
    border-color: var(--lean-blue);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(3, 171, 233, 0.1);
    outline: none;
}

.lean-contact-form-card input[type="submit"] {
    min-height: 50px;
    margin: 5px 0 0;
    padding: 0 28px;
    border: 0;
    border-radius: 99px;
    background: var(--lean-blue);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: none;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.lean-contact-form-card input[type="submit"]:hover {
    background: var(--lean-blue-dark);
    transform: translateY(-2px);
}

.lean-contact-form-card .wpcf7-spinner {
    margin: 0 0 0 12px;
}

.lean-contact-form-card .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.lean-contact-form-card .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
}

/* Contactgegevens */

.lean-contact-sidebar {
    display: grid;
    gap: 25px;
    margin-left: 15px;
}

.lean-contact-info-card {
    position: relative;
    padding: 38px 32px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--lean-dark);
    box-shadow: var(--lean-shadow);
}

.lean-contact-info-card::after {
    position: absolute;
    right: -80px;
    bottom: -95px;
    width: 210px;
    height: 210px;
    border: 35px solid rgba(3, 171, 233, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lean-contact-info-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.25;
}

.lean-contact-info-card > p {
    position: relative;
    z-index: 2;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.7;
}

.lean-contact-info-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lean-contact-info-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lean-contact-info-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.lean-contact-info-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(3, 171, 233, 0.14);
    color: var(--lean-blue);
    font-size: 13px;
    font-weight: 700;
}

.lean-contact-info-item div {
    display: grid;
    gap: 3px;
}

.lean-contact-info-item strong {
    color: #ffffff;
    font-size: 14px;
}

.lean-contact-info-item a,
.lean-contact-info-item div > span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
    word-break: break-word;
}

.lean-contact-info-item a:hover {
    color: var(--lean-blue);
}

/* Bestaand sidebarblok */

.lean-contact-side-block {
    overflow: hidden;
    border: 1px solid var(--lean-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--lean-shadow);
}

.lean-contact-side-block .section,
.lean-contact-side-block .row,
.lean-contact-side-block .col {
    padding-top: 0;
    padding-bottom: 0;
}

.lean-contact-side-block > * {
    margin-bottom: 0;
}

/* Proceskaarten */

.lean-contact-process-section .lean-about-value-card {
    min-height: 280px;
}

/* Tablet */

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

    .lean-contact-sidebar {
        margin-top: 35px;
        margin-left: 0;
    }

    .lean-contact-form-card {
        padding: 40px;
    }
}

/* Mobiel */

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

    .lean-contact-form-card {
        padding: 32px 24px;
        border-radius: 12px;
    }

    .lean-contact-form-card::before {
        left: 24px;
    }

    .lean-contact-form-card h2 {
        font-size: 31px;
    }

    .lean-contact-intro {
        font-size: 16px;
    }

    .lean-contact-form-card input[type="submit"] {
        width: 100%;
    }

    .lean-contact-info-card {
        padding: 32px 25px;
        border-radius: 12px;
    }

    .lean-contact-info-card h3 {
        font-size: 25px;
    }

    .lean-contact-process-section .lean-about-value-card {
        min-height: 0;
    }
}