/* ND Vacatures - Front-end Styles */
/* Font: museo-sans — zorg dat Adobe Fonts / Typekit geladen is op je site */

/* Geen border-radius op plugin elementen */
.ndv-grid, .ndv-grid *,
.ndv-single, .ndv-single *,
.ndv-form-wrapper, .ndv-form-wrapper *,
.ndv-archive, .ndv-archive * {
    border-radius: 0 !important;
}


.ndv-grid,
.ndv-single,
.ndv-form-wrapper {
    font-family: "museo-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ===== Vacature kaarten (overzicht) ===== */
.ndv-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px 50px;
    padding: 40px 0;
}

.ndv-card {
    display: flex;
    flex-direction: column;
    background-color: #c8ee3d;
    color: #000000;
    position: relative;
    min-height: 300px;
    padding: 40px 30px 30px;
    box-sizing: border-box;
}

.ndv-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ndv-card-label {
    position: absolute;
    top: -32px;
    left: -18px;
    width: 74%;
    background-color: #000000;
    color: #c8ee3d;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 17px 24px;
    box-sizing: border-box;
}

.ndv-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #000000;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.ndv-card-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ndv-card-meta-icon {
    flex-shrink: 0;
    color: #000000;
    stroke: #000000;
}

.ndv-card-sep {
    font-weight: 800;
}

.ndv-card-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
    color: #000000;
}

.ndv-card-button,
.ndv-card-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    min-width: 165px;
    min-height: 50px;
    padding: 12px 9px;
    border: 2px solid #000000 !important;
    background: transparent;
    color: #000000;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
    box-shadow: none !important;
    transform: none !important;
}

.ndv-card-button:hover,
.ndv-card-button:focus,
.ndv-card-button:active {
    background-color: #000000 !important;
    color: #c8ee3d !important;
    border-color: #000000 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
    outline: none;
}

/* ===== Detailpagina ===== */
.ndv-single {
    color: #000000;
    line-height: 1.6;
}

/* Hero sectie */
.ndv-hero {
    background-color: #C8EE3D;
    padding: 80px 20px;
    text-align: left;
}

.ndv-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.ndv-hero-subtitle {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    max-width: 500px;
}

.ndv-hero-title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: #000000;
    max-width: 500px;
}

.ndv-form-hidden {
    display: none !important;
}

/* Meta balk */
.ndv-meta-bar {
    background-color: #000000;
    color: #C8EE3D;
    padding: 18px 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 800px;
    margin: -28px auto 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.ndv-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #C8EE3D;
    line-height: 1;
}

.ndv-meta-icon {
    flex-shrink: 0;
    color: #C8EE3D;
    stroke: #C8EE3D;
}

.ndv-meta-bar strong {
    color: #C8EE3D;
    font-weight: 700;
}

/* Featured image */
.ndv-feature-image {
    margin: 0 0 48px;
    padding: 0;
}

.ndv-feature-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
}

/* Content */
.ndv-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.ndv-section {
    margin-bottom: 48px;
}

.ndv-section-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #000000;
}

.ndv-section p,
.ndv-section ul {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}

.ndv-section ul {
    padding-left: 20px;
}

.ndv-section ul li {
    margin-bottom: 8px;
}

/* Editor content */
.ndv-editor-content {
    margin-bottom: 48px;
}

.ndv-editor-content h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 32px 0 16px;
    color: #000000;
}

.ndv-editor-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 16px;
}

/* ===== Sollicitatie formulier ===== */
.ndv-form-wrapper {
    background-color: #f8f9fa;
    padding: 40px;
    margin-top: 40px;
}

.ndv-form-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #000000;
}

.ndv-form-group {
    margin-bottom: 20px;
}

.ndv-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000000;
}

.ndv-form-group input[type="text"],
.ndv-form-group input[type="email"],
.ndv-form-group input[type="tel"],
.ndv-form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e5e5e5;
    font-size: 15px;
    font-family: inherit;
    background: #ffffff;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.ndv-form-group input:focus,
.ndv-form-group textarea:focus {
    outline: none;
    border-color: #C8EE3D;
}

.ndv-form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.ndv-form-submit {
    background-color: #000000;
    color: #C8EE3D;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
}

.ndv-form-submit:hover {
    background-color: #1a1a1a;
    transform: scale(1.02);
}

.ndv-form-success {
    background-color: #C8EE3D;
    color: #000000;
    padding: 16px 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.ndv-form-error {
    background-color: #ff4444;
    color: #ffffff;
    padding: 16px 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* ===== Archive pagina ===== */
.ndv-archive-title {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin: 60px 0 20px;
    color: #000000;
}

/* ===== Responsive ===== */
@media (max-width: 600px) {
    .ndv-grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }
    .ndv-card {
        min-height: 340px;
        padding: 62px 24px 32px;
    }
    .ndv-card-label {
        left: -12px;
        width: calc(100% - 48px);
        font-size: 20px;
        padding: 14px 18px;
    }
    .ndv-card-meta {
        font-size: 14px;
        margin-bottom: 26px;
    }
    .ndv-card-title {
        font-size: 34px;
    }
    .ndv-card-button {
        min-width: 180px;
        min-height: 52px;
        font-size: 24px;
    }
    .ndv-hero {
        padding: 48px 16px;
    }
    .ndv-meta-bar {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .ndv-form-wrapper {
        padding: 24px;
    }
}
