/* ========================================
   Werken bij SpaarElektra - Vacatures & Stages
   Proporties: content ~80% gecentreerd (max 1180px), ~10% marges
   ======================================== */

.wk-hero {
    margin-top: 80px;
    background: var(--bg-dark);
    color: var(--white);
    padding: 96px 0 80px;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.wk-hero .wk-inner { flex: 1; }

.wk-inner {
    width: 82%;
    max-width: 1180px;
    margin: 0 auto;
}

.wk-hero-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    margin-bottom: 14px;
}

.wk-hero h1 {
    font-size: clamp(38px, 4.6vw, 62px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -1px;
    margin: 0 0 22px;
}

.wk-hero p {
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    max-width: 640px;
}

/* Sections */
.wk-section {
    padding: 84px 0;
}

.wk-section.tint {
    background: #f6f6f6;
}

.wk-eyebrow {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
    margin-bottom: 12px;
}

.wk-section h2 {
    font-family: "pill-gothic-900mg", 'Barlow', sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.12;
    letter-spacing: -0.6px;
    margin: 0 0 20px;
    max-width: 760px;
}

.wk-lead {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-light);
    max-width: 720px;
    margin-bottom: 0;
}

.wk-lead + .wk-lead { margin-top: 18px; }

/* Vacaturelijst */
.wk-vac-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 44px;
}

.wk-vac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: var(--white);
    border: 1px solid #e7e7e7;
    padding: 30px 34px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wk-vac:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.wk-vac-main { flex: 1; min-width: 0; }

.wk-vac-title {
    font-family: "pill-gothic-900mg", 'Barlow', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.3px;
    margin-bottom: 12px;
}

.wk-vac-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.wk-vac-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background: #f1f1f1;
    padding: 6px 14px;
    border-radius: 999px;
}

.wk-vac-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
    max-width: 640px;
}

.wk-vac-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--accent);
    white-space: nowrap;
}

.wk-vac-cta .arrow { transition: transform 0.3s ease; }
.wk-vac:hover .wk-vac-cta .arrow { transform: translateX(5px); }

/* Waarom-cards / info-cards */
.wk-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.wk-card {
    background: var(--white);
    border: 1px solid #ececec;
    padding: 36px 32px;
}

.wk-section.tint .wk-card { background: var(--white); }

.wk-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(225, 4, 16, 0.08);
    color: var(--accent);
    margin-bottom: 22px;
}

.wk-card-icon svg { width: 26px; height: 26px; }

.wk-card h3 {
    font-family: "pill-gothic-900mg", 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}

.wk-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-light);
}

/* Twee-koloms tekst (stages) */
.wk-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin-top: 44px;
}

.wk-two h3 {
    font-family: "pill-gothic-900mg", 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 16px;
}

.wk-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wk-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.wk-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 8px;
    border-left: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    transform: rotate(-45deg);
}

/* CTA-band */
.wk-cta {
    background: var(--bg-dark);
    color: var(--white);
    overflow: hidden;
    position: relative;
}

.wk-cta::before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 360px;
    height: 360px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M50 0l8 34 34-8-26 24 26 24-34-8-8 34-8-34-34 8 26-24-26-24 34 8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
    pointer-events: none;
}

.wk-cta .wk-inner {
    position: relative;
    z-index: 1;
    padding: 72px 0;
}

.wk-cta h2 {
    font-family: "pill-gothic-900mg", 'Barlow', sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    color: var(--white);
    margin: 0 0 16px;
    max-width: 680px;
    line-height: 1.15;
}

.wk-cta p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    max-width: 600px;
    margin: 0 0 30px;
}

.wk-btn {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 38px;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.wk-btn:hover { background: var(--accent-dark); }

/* Responsive */
@media (max-width: 1024px) {
    .wk-hero { padding: 72px 0 56px; margin-top: 70px; min-height: calc(100svh - 70px); }
    .wk-inner { width: 88%; }
    .wk-section { padding: 60px 0; }
    .wk-cards { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 768px) {
    .wk-vac { flex-direction: column; align-items: flex-start; gap: 18px; padding: 26px 22px; }
    .wk-cards { grid-template-columns: 1fr; }
    .wk-two { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 640px) {
    .wk-inner { width: 90%; }
    .wk-hero { padding: 52px 0 44px; }
    .wk-hero h1 { font-size: clamp(30px, 8vw, 40px); }
    .wk-section { padding: 48px 0; }
    .wk-cta .wk-inner { padding: 52px 0; }
}

/* "Doorlopend open"-tag */
.wk-vac-tag-open {
    background: rgba(225, 4, 16, 0.09);
    color: var(--accent);
}

.wk-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}

.wk-link:hover { text-decoration: underline; }

/* Sollicitatieformulier */
.wk-form {
    margin-top: 44px;
    max-width: 760px;
}

.wk-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.wk-field {
    margin-bottom: 22px;
}

.wk-field label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.wk-field input,
.wk-field select,
.wk-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    color: var(--text-dark);
    background: var(--white);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wk-field input:focus,
.wk-field select:focus,
.wk-field textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(225, 4, 16, 0.1);
}

.wk-field textarea { resize: vertical; }

.wk-form-note {
    font-size: 14px;
    color: var(--text-light);
    margin: 0 0 24px;
}

.wk-form .wk-btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.wk-form-status {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #1a7f37;
}

.wk-form-status.is-error { color: var(--accent); }

@media (max-width: 640px) {
    .wk-form-row { grid-template-columns: 1fr; gap: 0; }
}

/* ========================================
   Careers (geconsolideerde pagina) - aanvullingen bovenop solution-aqua.css
   ======================================== */

/* Anker-secties netjes onder de vaste header laten landen */
#waarom, #vacatures, #stages, #solliciteer { scroll-margin-top: 100px; }

/* Lichte tint voor ritme tussen de witte aqua-secties */
.careers-section-tint { background: #f7f7f7; }

.careers-subhead { margin-top: 24px; }

/* Waarde-tegels: scherp, links-uitgelijnd, merkstijl (geen ronde grijze kaarten) */
.careers-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 40px 0 8px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.careers-value {
    padding: 34px 30px;
    background: var(--white);
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.careers-value-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(225, 4, 16, 0.08);
    color: var(--accent);
    margin-bottom: 20px;
}

.careers-value-icon svg { width: 26px; height: 26px; }

.careers-value h3 {
    font-family: "pill-gothic-900mg", 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: -0.2px;
    line-height: 1.15;
    margin: 0 0 10px;
}

.careers-value p {
    font-family: 'Barlow', sans-serif;
    font-size: 15.5px;
    line-height: 1.6;
    color: #6b7275;
    margin: 0;
}

/* Overrides: voorkom dat .sol-text-inner-regels de hergebruikte wk-componenten overschrijven */
.sol-text-inner .wk-vac-desc {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
    margin: 0;
}

.sol-text-inner .wk-list { margin: 0; }

.sol-text-inner .wk-list li {
    padding: 0 0 14px 30px;
    border-bottom: none;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.sol-text-inner .wk-list li::before {
    content: "";
    top: 9px;
    left: 0;
    width: 14px;
    height: 8px;
    border-left: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    border-radius: 0;
    transform: rotate(-45deg);
    font-size: 0;
}

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

@media (max-width: 640px) {
    .careers-values { grid-template-columns: 1fr; }
    .careers-value { padding: 28px 24px; }
}
