
/*
 * Kloofkracht Footer Refresh v1.0.0
 * Scope: alleen het onderste CTA/footer-gedeelte.
 */

.kkfr-hide-old-cta {
    display: none !important;
}

.kkfr-active {
    background:
        radial-gradient(circle at 78% 9%, rgba(244, 105, 18, .075), transparent 30%),
        #0d110f !important;
    color: #fff !important;
    padding: 38px 0 0 !important;
    overflow: hidden;
}

.kkfr-active > :not(.kkfr-shell) {
    display: none !important;
}

.kkfr-shell,
.kkfr-shell * {
    box-sizing: border-box;
}

.kkfr-shell {
    width: 100%;
    color: #fff;
    font-family: inherit;
}

.kkfr-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.kkfr-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,111,18,.08), transparent 36%),
        linear-gradient(135deg, #151a17 0%, #101411 70%);
    box-shadow: 0 32px 80px rgba(0,0,0,.22);
}

.kkfr-cta-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 28px 54px 62px;
}

.kkfr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin: 0 0 14px;
    color: #ff7417;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.kkfr-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.kkfr-cta h2 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.25vw, 68px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 850;
}

.kkfr-cta h2 em {
    color: #ff7417;
    font-style: normal;
}

.kkfr-lead {
    max-width: 610px;
    margin: 20px 0 0;
    color: #aab2ad;
    font-size: 16px;
    line-height: 1.65;
}

.kkfr-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.kkfr-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 52px;
    padding: 0 20px 0 23px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ff7a1a 0%, #f16400 100%);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(239,99,0,.22);
    transition: transform .18s ease, box-shadow .18s ease;
}

.kkfr-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 34px rgba(239,99,0,.31);
}

.kkfr-button span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #111512;
}

.kkfr-button svg {
    width: 15px;
    height: 15px;
}

.kkfr-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 31px;
}

.kkfr-proof-item {
    display: grid;
    grid-template-columns: 26px auto;
    align-items: center;
    gap: 9px;
    min-width: 135px;
}

.kkfr-proof-icon {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid rgba(255,116,23,.7);
    border-radius: 8px;
    color: #ff7417;
}

.kkfr-proof-icon svg {
    width: 14px;
    height: 14px;
}

.kkfr-proof-item strong {
    display: block;
    color: #f4f6f4;
    font-size: 10px;
    line-height: 1.15;
    font-weight: 750;
}

.kkfr-proof-item small {
    display: block;
    margin-top: 2px;
    color: #7f8a83;
    font-size: 9px;
    line-height: 1.2;
}

.kkfr-visual {
    position: relative;
    min-width: 0;
    background-color: #171b18;
    background-image: var(--kkfr-photo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.kkfr-visual[data-photo-mode="card"] {
    background-size: 205% auto;
    background-position: 100% 52%;
}

.kkfr-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #121613 0%, rgba(18,22,19,.86) 9%, rgba(18,22,19,.28) 36%, rgba(18,22,19,.02) 68%),
        linear-gradient(0deg, rgba(8,11,9,.5), transparent 38%);
    z-index: 1;
}

.kkfr-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-left: 1px solid rgba(255,255,255,.055);
    box-shadow: inset 40px 0 70px rgba(8,11,9,.22);
    z-index: 2;
    pointer-events: none;
}

.kkfr-photo-badge {
    position: absolute;
    right: 26px;
    bottom: 25px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(10,13,11,.64);
    backdrop-filter: blur(8px);
    color: #dce1dd;
    font-size: 10px;
    font-weight: 700;
}

.kkfr-photo-badge i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff7417;
    box-shadow: 0 0 0 5px rgba(255,116,23,.12);
}

.kkfr-footer-body {
    padding: 54px 0 30px;
}

.kkfr-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(130px, 1fr));
    gap: 44px;
    align-items: start;
}

.kkfr-brand {
    min-width: 0;
}

.kkfr-logo {
    display: inline-flex;
    align-items: center;
    max-width: 290px;
    color: #fff !important;
    text-decoration: none !important;
}

.kkfr-logo img {
    display: block;
    width: auto;
    max-width: 285px;
    max-height: 66px;
    object-fit: contain;
}

.kkfr-logo .kk-brand,
.kkfr-logo .kk-brand-word,
.kkfr-logo > * {
    color: inherit;
}

.kkfr-logo-fallback {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.045em;
    text-transform: uppercase;
    transform: skewX(-7deg);
}

.kkfr-logo-fallback b {
    color: #ff7417;
}

.kkfr-logo-fallback small {
    color: #ff7417;
    font-size: .48em;
    margin-left: 2px;
}

.kkfr-brand p {
    max-width: 365px;
    margin: 18px 0 0;
    color: #8e9891;
    font-size: 13px;
    line-height: 1.7;
}

.kkfr-col h3 {
    margin: 2px 0 16px;
    color: #f5f6f5;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.kkfr-col a {
    display: block !important;
    width: fit-content;
    margin: 10px 0 !important;
    color: #9da69f !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.45;
    transition: color .16s ease;
}

.kkfr-col a:hover {
    color: #fff !important;
}

.kkfr-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.075);
    color: #6f7972;
    font-size: 10px;
    line-height: 1.6;
}

.kkfr-bottom span:last-child {
    max-width: 640px;
    text-align: right;
}

@media (max-width: 1080px) {
    .kkfr-cta {
        grid-template-columns: 1fr 42%;
        min-height: 370px;
    }

    .kkfr-cta-copy {
        padding: 48px 20px 46px 42px;
    }

    .kkfr-cta h2 {
        font-size: clamp(40px, 5vw, 58px);
    }

    .kkfr-footer-grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

    .kkfr-brand {
        grid-row: span 2;
    }
}

@media (max-width: 760px) {
    .kkfr-active {
        padding-top: 24px !important;
    }

    .kkfr-container {
        width: min(100% - 28px, 1320px);
    }

    .kkfr-cta {
        display: block;
        min-height: 0;
        border-radius: 22px;
    }

    .kkfr-visual {
        position: absolute;
        inset: 0;
        opacity: .38;
        background-position: 72% 50%;
    }

    .kkfr-visual[data-photo-mode="card"] {
        background-size: auto 122%;
        background-position: 82% 50%;
    }

    .kkfr-visual::before {
        background:
            linear-gradient(90deg, rgba(13,17,15,.97) 0%, rgba(13,17,15,.89) 55%, rgba(13,17,15,.54) 100%),
            linear-gradient(0deg, rgba(13,17,15,.96), transparent 45%);
    }

    .kkfr-photo-badge {
        display: none;
    }

    .kkfr-cta-copy {
        min-height: 455px;
        padding: 42px 24px 34px;
    }

    .kkfr-cta h2 {
        max-width: 480px;
        font-size: clamp(39px, 12vw, 54px);
    }

    .kkfr-lead {
        max-width: 510px;
        color: #c0c6c1;
        font-size: 14px;
    }

    .kkfr-proof {
        gap: 14px 18px;
        margin-top: 25px;
    }

    .kkfr-proof-item {
        min-width: 120px;
    }

    .kkfr-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px 26px;
    }

    .kkfr-brand {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .kkfr-bottom {
        display: block;
    }

    .kkfr-bottom span {
        display: block;
    }

    .kkfr-bottom span:last-child {
        margin-top: 9px;
        text-align: left;
    }
}

@media (max-width: 460px) {
    .kkfr-cta-copy {
        min-height: 500px;
        padding: 38px 20px 28px;
    }

    .kkfr-actions,
    .kkfr-button {
        width: 100%;
    }

    .kkfr-button {
        justify-content: space-between;
    }

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

    .kkfr-proof-item:last-child {
        grid-column: 1 / -1;
    }

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