/*
Theme Name: MVOpro 2026
Theme URI: https://www.mvopro.nl
Author: MVOpro
Description: Lichtgewicht maatwerk WordPress-theme voor MVOpro.
Version: 1.2.0
Text Domain: mvopro
*/

:root {
    --navy: #0b2037;
    --navy2: #132c42;
    --gold: #dca733;
    --white: #ffffff;
    --soft: #f4f6f8;
    --soft2: #eef3f7;
    --text: #142638;
    --muted: #617285;
    --line: #d8e0e8;
    --radius: 22px;
    --max: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin: auto;
}


/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(11,32,55,.08);
}

.admin-bar .site-header {
    top: 32px;
}

.nav-wrap {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.brand {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1.5px;
    white-space: nowrap;
}

.brand-mvo {
    color: var(--navy);
}

.brand-pro {
    color: var(--gold);
    font-weight: 500;
}

.custom-logo {
    max-height: 42px;
    width: auto;
}

.main-nav {
    display: flex;
    gap: 28px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
}

.main-nav a:hover {
    color: var(--gold);
}


/* BUTTONS */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 800;
}

.btn-navy {
    background: var(--navy);
    color: #fff;
}

.btn-gold {
    background: var(--gold);
    color: #17212b;
}

.btn-outline {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--navy);
}


/* HERO */

.hero {
    padding: 34px 0 46px;
    background: linear-gradient(180deg,#fff 0%,#fbfcfd 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}

.hero h1 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(52px,6vw,78px);
    line-height: .98;
    letter-spacing: -.05em;
}

.hero-lead {
    max-width: 650px;
    margin: 24px 0 26px;
    font-size: 19px;
    color: #587082;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}


/* HERO CARD */

.insight-card {
    padding: 28px 30px 30px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(11,32,55,.08);
}

.mini-logo {
    width: 70px;
    margin-bottom: 14px;
    border-top: 2px solid var(--gold);
    padding-top: 2px;
    line-height: .9;
}

.mini-logo span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #111;
}

.mini-logo small {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .08em;
}

.insight-card h2 {
    margin: 0 0 6px;
    font-size: 31px;
    line-height: 1.1;
    color: var(--navy);
}

.insight-card > p {
    margin: 0 0 18px;
    color: var(--muted);
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.check-list li {
    position: relative;
    padding: 8px 0 8px 36px;
    font-weight: 700;
    color: #2b4154;
}

.check-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f7ecd4;
    color: #9b6b00;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.proof-grid div {
    padding: 16px;
    border-radius: 15px;
    background: #f4f5f6;
}

.proof-grid strong {
    display: block;
    font-size: 27px;
    line-height: 1;
    color: var(--navy);
}

.proof-grid span {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    color: var(--muted);
}


/* GENERAL */

.section {
    padding: 92px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(36px,4.2vw,54px);
    line-height: 1.08;
    letter-spacing: -.04em;
    color: var(--navy);
}

.section-heading p {
    font-size: 18px;
    color: var(--muted);
}

.split-heading {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
}

.split-heading > p {
    max-width: 440px;
}


/* ONZE AANPAK */

.process {
    background: var(--soft);
}

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

.process-card {
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
}

.process-card.featured {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
    transform: translateY(-14px);
}

.step {
    display: block;
    margin-bottom: 40px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
}

.process-card h3 {
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 1.4;
    color: var(--navy);
}

.process-card.featured h3 {
    color: #fff;
}

.process-card p,
.process-card li {
    color: var(--muted);
}

.process-card.featured p,
.process-card.featured li {
    color: #d6dee6;
}

.process-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}


/* DIENSTEN */

.service-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.service-card {
    position: relative;
    min-height: 245px;
    padding: 34px;
    border: 1px solid #d6dee8;
    border-radius: 20px;
    background: linear-gradient(145deg,#f8fafc,#eef3f7);
    box-shadow: 0 10px 30px rgba(11,32,55,.04);
    transition: .2s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(11,32,55,.08);
}

.featured-service {
    background: linear-gradient(145deg,#0b2037,#132f4d);
    border-color: #132f4d;
    color: #fff;
}

.service-number {
    display: block;
    margin-bottom: 38px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
}

.service-card h3 {
    margin: 0 0 12px;
    font-size: 26px;
    color: var(--navy);
}

.featured-service h3 {
    color: #fff;
}

.service-card p {
    max-width: 500px;
    color: var(--muted);
}

.featured-service p {
    color: #d2dbe4;
}

.service-arrow {
    position: absolute;
    right: 28px;
    bottom: 24px;
    font-size: 28px;
}


/* REGELINGEN */

.regulations {
    background: #fff;
}

.regulation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.regulation-card {
    min-height: 300px;
    padding: 38px;
    border-radius: 22px;
    background: var(--navy);
    color: #fff;
    box-shadow: 0 18px 44px rgba(11,32,55,.12);
}

.regulation-card.alt {
    background: #18364f;
}

.tag {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.regulation-card h3 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.18;
}

.regulation-card p {
    color: #d8e0e8;
}

.reg-link {
    display: inline-block;
    margin-top: 20px;
    font-weight: 800;
    color: #fff;
}


/* NIEUWS */

.news {
    background: var(--soft);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.news-card {
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(11,32,55,.06);
}

.news-image {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #e9edf1;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    padding: 24px;
}

.news-date {
    font-size: 12px;
    color: var(--muted);
}

.news-content h3 {
    margin: 8px 0 22px;
    font-size: 21px;
    line-height: 1.3;
    color: var(--navy);
}

.news-link,
.text-link {
    font-weight: 800;
    color: var(--navy);
}


/* AFSPRAAK */

.appointment {
    background: #fff;
}

.appointment-shell {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    padding: 44px 38px;
    border-radius: 24px;
    background: var(--navy);
    color: #fff;
}

.appointment-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(38px,4vw,54px);
    line-height: 1.03;
    letter-spacing: -.04em;
}

.appointment-copy p {
    color: #d5dee6;
    font-size: 17px;
}

.appointment-copy strong {
    display: block;
    margin-top: 24px;
}

.light {
    color: #ffd16b;
}

.appointment-form {
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    color: var(--text);
}

.appointment-form h3 {
    margin-top: 0;
    font-size: 28px;
    color: var(--navy);
}

.appointment-form .gform_wrapper {
    margin: 0;
}

.appointment-form .gform_wrapper input,
.appointment-form .gform_wrapper select,
.appointment-form .gform_wrapper textarea {
    border: 1px solid #cfd8e1 !important;
    border-radius: 10px !important;
    min-height: 46px;
    padding: 10px 12px !important;
    box-shadow: none !important;
}

.appointment-form .gform_wrapper .gfield_label {
    font-weight: 800 !important;
    color: #40576a !important;
}

.appointment-form .gform_wrapper .gform_button {
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--gold) !important;
    color: #17212b !important;
    font-weight: 800 !important;
    padding: 14px 20px !important;
    cursor: pointer;
}


/* FOOTER */

.site-footer {
    padding: 62px 0 22px;
    background: #061727;
    color: #b7c2cd;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
}

.footer-grid > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-grid strong {
    margin-bottom: 8px;
    color: #fff;
}

.footer-brand .brand-mvo {
    color: #fff;
}

.footer-grid a:hover {
    color: var(--gold);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 52px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 12px;
}


/* TABLET */

@media (max-width: 900px) {

    .main-nav {
        display: none;
    }

    .nav-wrap {
        min-height: 68px;
    }

    .nav-wrap > .btn {
        margin-left: auto;
        font-size: 13px;
        padding: 0 14px;
    }

    .hero {
        padding-top: 34px;
    }

    .hero-grid,
    .appointment-shell {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .process-grid,
    .news-grid,
    .service-grid,
    .regulation-grid {
        grid-template-columns: 1fr;
    }

    .process-card.featured {
        transform: none;
    }

    .split-heading {
        display: block;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .proof-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


/* MOBIEL */

@media (max-width: 560px) {

    .container {
        width: min(calc(100% - 28px), var(--max));
    }

    .admin-bar .site-header {
        top: 46px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-lead {
        font-size: 17px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .insight-card {
        padding: 22px;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 68px 0;
    }

    .process-card,
    .service-card,
    .regulation-card {
        padding: 26px;
    }

    .appointment-shell {
        padding: 30px 20px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* Twee van de vier dienstenkaarten donker */
.service-card:nth-child(4) {
    background: linear-gradient(145deg,#0b2037,#132f4d);
    border-color: #132f4d;
    color: #fff;
}

.service-card:nth-child(4) h3 {
    color: #fff;
}

.service-card:nth-child(4) p {
    color: #d2dbe4;
}

.service-card:nth-child(4) .service-arrow {
    color: #fff;
}

/* Twee van de vier dienstenkaarten donker */
.service-card:nth-child(4) {
    background: linear-gradient(145deg,#0b2037,#132f4d);
    border-color: #132f4d;
    color: #fff;
}

.service-card:nth-child(4) h3 {
    color: #fff;
}

.service-card:nth-child(4) p {
    color: #d2dbe4;
}

.service-card:nth-child(4) .service-arrow {
    color: #fff;
}

/* Diensten kruislings: 02 en 03 donker */

/* Kaart 03 donker */
.service-card:nth-child(3) {
    background: linear-gradient(145deg,#0b2037,#132f4d);
    border-color: #132f4d;
    color: #fff;
}

.service-card:nth-child(3) h3 {
    color: #fff;
}

.service-card:nth-child(3) p {
    color: #d2dbe4;
}

.service-card:nth-child(3) .service-arrow {
    color: #fff;
}

/* Kaart 04 weer licht */
.service-card:nth-child(4) {
    background: linear-gradient(145deg,#f8fafc,#eef3f7);
    border-color: #d6dee8;
    color: var(--text);
}

.service-card:nth-child(4) h3 {
    color: var(--navy);
}

.service-card:nth-child(4) p {
    color: var(--muted);
}

.service-card:nth-child(4) .service-arrow {
    color: var(--text);
}

/* RESULTATENBALK */
.stats {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.stat {
    padding: 28px 18px;
    border-right: 1px solid var(--line);
}

.stat:last-child {
    border-right: 0;
}

.stat strong {
    display: block;
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 1.1;
    color: var(--navy);
}

.stat span {
    font-size: 13px;
    color: var(--muted);
}

@media (max-width: 760px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat {
        border-bottom: 1px solid var(--line);
    }
}

/* Regelingen subtieler maken */
.regulations {
    background: #f7f9fb;
    padding: 60px 0;
}

.regulations .section-heading {
    margin-bottom: 28px;
}

.regulations .section-heading h2 {
    font-size: clamp(30px, 3vw, 40px);
}

.regulations .section-heading p {
    font-size: 16px;
}

.regulation-grid {
    gap: 14px;
}

.regulation-card,
.regulation-card.alt {
    min-height: 0;
    padding: 26px 28px;
    background: #ffffff;
    color: var(--navy);
    border: 1px solid var(--line);
    box-shadow: none;
}

.regulation-card:hover {
    border-color: var(--gold);
    box-shadow: 0 12px 28px rgba(11,32,55,.06);
}

.regulation-card .tag {
    margin-bottom: 12px;
    color: var(--gold);
}

.regulation-card h3 {
    margin-bottom: 10px;
    font-size: 23px;
    color: var(--navy);
}

.regulation-card p {
    margin-bottom: 8px;
    color: var(--muted);
}

.regulation-card .reg-link {
    margin-top: 8px;
    color: var(--navy);
    font-size: 14px;
}
EOFcat >> /var/www/staging.mvopro.nl/wp-content/themes/mvopro-2026/style.css <<'EOF'

/* Regelingen subtieler maken */
.regulations {
    background: #f7f9fb;
    padding: 60px 0;
}

.regulations .section-heading {
    margin-bottom: 28px;
}

.regulations .section-heading h2 {
    font-size: clamp(30px, 3vw, 40px);
}

.regulations .section-heading p {
    font-size: 16px;
}

.regulation-grid {
    gap: 14px;
}

.regulation-card,
.regulation-card.alt {
    min-height: 0;
    padding: 26px 28px;
    background: #ffffff;
    color: var(--navy);
    border: 1px solid var(--line);
    box-shadow: none;
}

.regulation-card:hover {
    border-color: var(--gold);
    box-shadow: 0 12px 28px rgba(11,32,55,.06);
}

.regulation-card .tag {
    margin-bottom: 12px;
    color: var(--gold);
}

.regulation-card h3 {
    margin-bottom: 10px;
    font-size: 23px;
    color: var(--navy);
}

.regulation-card p {
    margin-bottom: 8px;
    color: var(--muted);
}

.regulation-card .reg-link {
    margin-top: 8px;
    color: var(--navy);
    font-size: 14px;
}

/* ===== Homepage afspraakformulier - Gravity Forms 7 ===== */
#gform_wrapper_7 {
    margin: 0 !important;
}

#gform_wrapper_7 .gform_heading {
    display: none !important;
}

#gform_7 .gform_fields {
    row-gap: 16px !important;
}

#gform_7 .gfield_label {
    color: #40566d !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

#gform_7 .gfield_required {
    font-size: 11px !important;
    font-weight: 500 !important;
    opacity: .65;
}

#gform_7 input[type="text"],
#gform_7 input[type="email"],
#gform_7 input[type="tel"],
#gform_7 select {
    width: 100% !important;
    min-height: 46px !important;
    border: 1px solid #ccd6e0 !important;
    border-radius: 10px !important;
    padding: 10px 13px !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

#gform_7 input:focus,
#gform_7 select:focus {
    border-color: #dca733 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(220,167,51,.12) !important;
}

#gform_7 .gform_footer {
    margin-top: 18px !important;
    padding: 0 !important;
}

#gform_7 .gform_button {
    min-height: 46px !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 0 24px !important;
    background: #dca733 !important;
    color: #0b2037 !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

#gform_7 .gform_button:hover {
    transform: translateY(-1px);
    filter: brightness(.97);
}


/* ===== Homepage afspraakformulier - Gravity Forms 7 ===== */
#gform_wrapper_7 {
    margin: 0 !important;
}

#gform_wrapper_7 .gform_heading {
    display: none !important;
}

#gform_7 .gform_fields {
    row-gap: 16px !important;
}

#gform_7 .gfield_label {
    color: #40566d !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

#gform_7 .gfield_required {
    font-size: 11px !important;
    font-weight: 500 !important;
    opacity: .65;
}

#gform_7 input[type="text"],
#gform_7 input[type="email"],
#gform_7 input[type="tel"],
#gform_7 select {
    width: 100% !important;
    min-height: 46px !important;
    border: 1px solid #ccd6e0 !important;
    border-radius: 10px !important;
    padding: 10px 13px !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

#gform_7 input:focus,
#gform_7 select:focus {
    border-color: #dca733 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(220,167,51,.12) !important;
}

#gform_7 .gform_footer {
    margin-top: 18px !important;
    padding: 0 !important;
}

#gform_7 .gform_button {
    min-height: 46px !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 0 24px !important;
    background: #dca733 !important;
    color: #0b2037 !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

#gform_7 .gform_button:hover {
    transform: translateY(-1px);
    filter: brightness(.97);
}


/* Telefoonveld formulier 7 netjes uitlijnen */
#gform_7 .ginput_container_phone {
    display: grid !important;
    grid-template-columns: 106px 1fr !important;
    gap: 0 !important;
    align-items: end !important;
    width: 100% !important;
}

#gform_7 .ginput_container_phone > * {
    margin: 0 !important;
}

#gform_7 .ginput_container_phone select,
#gform_7 .ginput_container_phone input {
    height: 46px !important;
    min-height: 46px !important;
}

#gform_7 .ginput_container_phone select {
    border-radius: 10px 0 0 10px !important;
}

#gform_7 .ginput_container_phone input {
    border-radius: 0 10px 10px 0 !important;
}


/* ===== Homepage afspraakformulier 6 ===== */
#gform_wrapper_6 .gform_heading {
    display:none !important;
}

#gform_6 .gfield_label {
    color:#40566d !important;
    font-size:15px !important;
    font-weight:700 !important;
}

#gform_6 .gfield_required {
    font-size:11px !important;
    font-weight:500 !important;
    opacity:.6;
}

#gform_6 input[type="text"],
#gform_6 input[type="email"],
#gform_6 input[type="tel"] {
    min-height:46px !important;
    border:1px solid #ccd6e0 !important;
    border-radius:10px !important;
    padding:10px 13px !important;
    box-shadow:none !important;
}

/* Telefoon: land + nummer als één nette regel */
#gform_6 .gform-phone__input-wrapper {
    display:grid !important;
    grid-template-columns:106px minmax(0,1fr) !important;
    gap:0 !important;
    width:100% !important;
    align-items:end !important;
}

#gform_6 .ginput_country_selector_container,
#gform_6 .ginput_phone_container {
    display:flex !important;
    flex-direction:column !important;
    min-width:0 !important;
}

#gform_6 .gform-field-label--type-sub {
    height:22px !important;
    margin:0 0 4px !important;
    font-size:13px !important;
    line-height:18px !important;
}

#gform_6 .gform-phone__country-selector {
    width:106px !important;
    height:46px !important;
    min-height:46px !important;
    margin:0 !important;
    border:1px solid #ccd6e0 !important;
    border-radius:10px 0 0 10px !important;
}

#gform_6 .gform-phone__input {
    width:100% !important;
    height:46px !important;
    min-height:46px !important;
    margin:0 !important;
    border-radius:0 10px 10px 0 !important;
}

#gform_6 .gform_footer {
    margin-top:18px !important;
    padding:0 !important;
}

#gform_6 .gform_button {
    min-height:46px !important;
    padding:0 24px !important;
    border:0 !important;
    border-radius:10px !important;
    background:#dca733 !important;
    color:#0b2037 !important;
    font-weight:800 !important;
}


/* Telefoonformulier: overbodige sublabels verbergen */
#gform_6 .ginput_container_phone .gform-field-label--type-sub {
    display:none !important;
}

