/*
Theme Name: VK Financial
Theme URI: https://vk-financial.de
Author: Valentin Kolesnicenko
Author URI: https://vk-financial.de
Description: Premium WordPress Theme for VK Financial.
Version: 1.0.0
Text Domain: vk-financial
*/
:root {
    --vkf-bg: #f3f7ff;
    --vkf-surface: #ffffff;
    --vkf-surface-soft: #f8fbff;
    --vkf-navy: #10213f;
    --vkf-text: #2c3d57;
    --vkf-muted: #66758c;
    --vkf-blue: #1f5eff;
    --vkf-blue-dark: #1748c9;
    --vkf-blue-soft: #e8efff;
    --vkf-border: #d9e4f5;
    --vkf-shadow: 0 18px 48px rgba(16, 33, 63, 0.10);
    --vkf-shadow-strong: 0 28px 80px rgba(16, 33, 63, 0.16);
    --vkf-radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--vkf-bg);
    color: var(--vkf-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

a {
    color: inherit;
}

.vkf-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* Header */

.vkf-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(217, 228, 245, 0.9);
    backdrop-filter: blur(18px);
    transition: box-shadow 0.25s ease;
}

.vkf-header.is-scrolled {
    box-shadow: 0 12px 34px rgba(16, 33, 63, 0.08);
}

.vkf-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.vkf-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
}

.vkf-header__logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--vkf-navy);
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.vkf-header__brand-text {
    display: grid;
    gap: 2px;
}

.vkf-header__brand-text strong {
    color: var(--vkf-navy);
    font-size: 1.1rem;
    letter-spacing: -0.04em;
}

.vkf-header__brand-text small {
    color: var(--vkf-muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.vkf-header__nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.vkf-header__nav a {
    color: var(--vkf-text);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 750;
    transition: color 0.2s ease;
}

.vkf-header__nav a:hover {
    color: var(--vkf-blue);
}

.vkf-header__button {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--vkf-blue);
    color: #ffffff;
    text-decoration: none;
    font-weight: 850;
    font-size: 0.92rem;
    box-shadow: 0 12px 26px rgba(31, 94, 255, 0.22);
}

/* Buttons */

.vkf-button {
    min-height: 48px;
    width: fit-content;
    max-width: 100%;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 850;
    font-size: 0.96rem;
    line-height: 1.15;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vkf-button:hover {
    transform: translateY(-2px);
}

.vkf-button--primary {
    background: var(--vkf-blue);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(31, 94, 255, 0.24);
}

.vkf-button--primary:hover {
    background: var(--vkf-blue-dark);
}

.vkf-button--secondary {
    background: #ffffff;
    color: var(--vkf-navy);
    border-color: var(--vkf-border);
    box-shadow: 0 10px 24px rgba(16, 33, 63, 0.06);
}

/* Page */

.vkf-page {
    background:
        radial-gradient(circle at 20% 0%, rgba(31, 94, 255, 0.10), transparent 34rem),
        linear-gradient(180deg, #f3f7ff 0%, #ffffff 42%, #f7faff 100%);
}

/* Kicker */

.vkf-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--vkf-blue-soft);
    color: var(--vkf-blue);
    border: 1px solid rgba(31, 94, 255, 0.12);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Hero */

.vkf-hero {
    padding: clamp(72px, 9vw, 120px) 0 84px;
}

.vkf-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: clamp(36px, 6vw, 82px);
    align-items: center;
}

.vkf-hero__content {
    max-width: 680px;
}

.vkf-hero__content h1 {
    margin: 0;
    color: var(--vkf-navy);
    font-size: clamp(2.7rem, 5.8vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.vkf-hero__content p {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--vkf-muted);
    font-size: clamp(1.02rem, 1.3vw, 1.18rem);
    line-height: 1.72;
}

.vkf-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.vkf-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.vkf-hero__trust span {
    padding: 9px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--vkf-border);
    color: var(--vkf-text);
    font-size: 0.86rem;
    font-weight: 750;
}

.vkf-hero__media {
    position: relative;
    min-height: 560px;
    padding: 14px;
    border-radius: 34px;
    background: var(--vkf-surface);
    border: 1px solid var(--vkf-border);
    box-shadow: var(--vkf-shadow-strong);
}

.vkf-hero__media img,
.vkf-about__media img,
.vkf-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 532px;
    object-fit: cover;
    border-radius: 24px;
}

.vkf-image-placeholder {
    display: grid;
    place-items: center;
    text-align: center;
    background:
        linear-gradient(135deg, #eef4ff, #ffffff);
    border: 1px solid var(--vkf-border);
}

.vkf-image-placeholder strong {
    display: block;
    color: rgba(16, 33, 63, 0.12);
    font-size: clamp(5rem, 10vw, 9rem);
    letter-spacing: -0.1em;
}

.vkf-image-placeholder span {
    display: block;
    margin-top: -24px;
    color: var(--vkf-muted);
    font-weight: 800;
}

.vkf-hero__badge {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--vkf-border);
    box-shadow: 0 16px 40px rgba(16, 33, 63, 0.12);
    backdrop-filter: blur(18px);
}

.vkf-hero__badge strong,
.vkf-hero__badge span {
    display: block;
}

.vkf-hero__badge strong {
    color: var(--vkf-navy);
    font-size: 1rem;
}

.vkf-hero__badge span {
    margin-top: 4px;
    color: var(--vkf-muted);
    font-size: 0.9rem;
}

/* Sections */

.vkf-section {
    padding: clamp(88px, 9vw, 138px) 0;
}

.vkf-section__head {
    max-width: 780px;
    margin: 0 auto 44px;
    text-align: center;
}

.vkf-section__head .vkf-kicker {
    margin-left: auto;
    margin-right: auto;
}

.vkf-section__head h2 {
    margin: 0;
    color: var(--vkf-navy);
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.vkf-section__head p {
    max-width: 650px;
    margin: 18px auto 0;
    color: var(--vkf-muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

/* Product cards */

.vkf-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.vkf-product-card {
    min-height: 260px;
    padding: 22px;
    border-radius: 24px;
    background: var(--vkf-surface);
    border: 1px solid var(--vkf-border);
    box-shadow: 0 14px 38px rgba(16, 33, 63, 0.07);
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vkf-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(31, 94, 255, 0.26);
    box-shadow: var(--vkf-shadow);
}

.vkf-product-card__top {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    background: var(--vkf-blue-soft);
    color: var(--vkf-blue);
    font-weight: 900;
}

.vkf-product-card h3 {
    margin: 0;
    color: var(--vkf-navy);
    font-size: 1.06rem;
    line-height: 1.22;
    letter-spacing: -0.03em;
}

.vkf-product-card p {
    margin: 11px 0 18px;
    color: var(--vkf-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.vkf-card-link {
    margin-top: auto;
    width: fit-content;
    padding: 9px 12px;
    border-radius: 12px;
    background: var(--vkf-navy);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 850;
}

/* Panels */

.vkf-panel {
    border-radius: var(--vkf-radius);
    background: var(--vkf-surface);
    border: 1px solid var(--vkf-border);
    box-shadow: var(--vkf-shadow);
}

/* Consulting */


.vkf-consulting__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.vkf-consulting__intro {
    position: sticky;
    top: 104px;
    padding: clamp(28px, 4vw, 46px);
}

.vkf-consulting__intro h2,
.vkf-about__content h2,
.vkf-contact__content h2 {
    margin: 0;
    color: var(--vkf-navy);
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.vkf-consulting__intro p,
.vkf-about__content p,
.vkf-contact__content p {
    margin: 20px 0 0;
    color: var(--vkf-muted);
    line-height: 1.72;
    font-size: 1.02rem;
}

.vkf-consulting__intro .vkf-button {
    margin-top: 28px;
}

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

.vkf-info-card {
    min-height: 210px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--vkf-border);
    box-shadow: 0 14px 38px rgba(16, 33, 63, 0.07);
}

.vkf-info-card h3 {
    margin: 0;
    color: var(--vkf-navy);
    font-size: 1.16rem;
    letter-spacing: -0.03em;
}

.vkf-info-card p {
    margin: 12px 0 0;
    color: var(--vkf-muted);
    line-height: 1.62;
}

/* Process */

.vkf-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vkf-step-card {
    min-height: 250px;
    padding: 24px;
    border-radius: 24px;
    background: var(--vkf-surface-soft);
    border: 1px solid var(--vkf-border);
}

.vkf-step-card span {
    display: block;
    margin-bottom: 34px;
    color: var(--vkf-blue);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.vkf-step-card h3 {
    margin: 0;
    color: var(--vkf-navy);
    font-size: 1.22rem;
}

.vkf-step-card p {
    margin: 12px 0 0;
    color: var(--vkf-muted);
    line-height: 1.62;
}

/* About */

.vkf-about__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.vkf-about__media {
    min-height: 540px;
    padding: 14px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid var(--vkf-border);
    box-shadow: var(--vkf-shadow);
}

.vkf-about__media img,
.vkf-about__media .vkf-image-placeholder {
    min-height: 512px;
}

.vkf-about__content {
    padding: clamp(28px, 4vw, 48px);
}

.vkf-about__content blockquote {
    margin: 28px 0 0;
    padding: 20px 22px;
    border-radius: 18px;
    background: var(--vkf-blue-soft);
    color: var(--vkf-navy);
    border: 1px solid rgba(31, 94, 255, 0.14);
    font-weight: 850;
    line-height: 1.55;
}

/* Career */


.vkf-career__box {
    padding: clamp(30px, 5vw, 58px);
    border-radius: 32px;
    background: var(--vkf-navy);
    color: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    box-shadow: var(--vkf-shadow-strong);
}

.vkf-career__box .vkf-kicker {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.vkf-career__box h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.vkf-career__box p {
    max-width: 720px;
    margin: 18px 0 0;
    color: #cdd8ea;
    line-height: 1.72;
    font-size: 1.05rem;
}

.vkf-career__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.vkf-career__box .vkf-button--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
}

/* Contact */


.vkf-contact__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.vkf-contact__content,
.vkf-contact__form {
    padding: clamp(28px, 4vw, 46px);
}

.vkf-contact__content .vkf-button {
    margin-top: 28px;
}

.vkf-contact__form {
    min-height: 420px;
}

.vkf-form-placeholder {
    min-height: 340px;
    border-radius: 22px;
    border: 1px dashed rgba(31, 94, 255, 0.32);
    background: var(--vkf-blue-soft);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px;
}

.vkf-form-placeholder strong {
    display: block;
    color: var(--vkf-navy);
    font-size: 1.15rem;
}

.vkf-form-placeholder span {
    display: block;
    margin-top: 7px;
    color: var(--vkf-muted);
}

/* Forminator */

.vkf-contact .forminator-ui {
    color: var(--vkf-text);
}

.vkf-contact .forminator-label {
    color: var(--vkf-navy) !important;
    font-weight: 850 !important;
}

.vkf-contact .forminator-ui input,
.vkf-contact .forminator-ui textarea,
.vkf-contact .forminator-ui select {
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid var(--vkf-border) !important;
    color: var(--vkf-navy) !important;
    box-shadow: none !important;
}

.vkf-contact .forminator-button-submit {
    min-height: 48px !important;
    padding: 0 22px !important;
    border-radius: 14px !important;
    background: var(--vkf-blue) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    box-shadow: 0 14px 30px rgba(31, 94, 255, 0.24) !important;
}

/* Final CTA */

.vkf-final {
    padding: clamp(88px, 9vw, 138px) 0;
}

.vkf-final__box {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(34px, 6vw, 70px);
    border-radius: 34px;
    background:
        radial-gradient(circle at top, rgba(31, 94, 255, 0.10), transparent 28rem),
        var(--vkf-surface);
    border: 1px solid var(--vkf-border);
    box-shadow: var(--vkf-shadow);
    text-align: center;
}

.vkf-final__box .vkf-kicker {
    margin-left: auto;
    margin-right: auto;
}

.vkf-final__box h2 {
    max-width: 800px;
    margin: 0 auto;
    color: var(--vkf-navy);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.vkf-final__box p {
    max-width: 650px;
    margin: 18px auto 0;
    color: var(--vkf-muted);
    line-height: 1.72;
}

.vkf-final__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

/* Floating */

.vkf-floating-whatsapp,
.vkf-scroll-top {
    position: fixed;
    right: 22px;
    z-index: 95;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    border: 0;
    background: var(--vkf-blue);
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(31, 94, 255, 0.26);
    cursor: pointer;
}

.vkf-floating-whatsapp {
    bottom: 90px;
}

.vkf-scroll-top {
    bottom: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.vkf-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Footer */

.vkf-footer {
    padding: 68px 0 32px;
    background: var(--vkf-navy);
    color: #ffffff;
}

.vkf-footer__top {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) minmax(160px, 0.7fr) minmax(160px, 0.7fr);
    gap: 34px;
}

.vkf-footer__brand strong {
    display: block;
    font-size: 1.28rem;
}

.vkf-footer__brand span {
    display: block;
    margin-top: 6px;
    color: #a9c2ff;
    font-weight: 800;
}

.vkf-footer__brand p {
    max-width: 420px;
    margin: 16px 0 0;
    color: #cdd8ea;
    line-height: 1.65;
}

.vkf-footer__nav,
.vkf-footer__legal {
    display: grid;
    gap: 11px;
}

.vkf-footer__nav a,
.vkf-footer__legal a {
    color: #dbe6f7;
    text-decoration: none;
}

.vkf-footer__bottom {
    display: grid;
    gap: 7px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.vkf-footer__bottom p {
    margin: 0;
    color: #b8c6dc;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Responsive */

@media (max-width: 1120px) {
    .vkf-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vkf-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .vkf-header__nav {
        display: none;
    }

    .vkf-hero__grid,
    .vkf-consulting__grid,
    .vkf-about__grid,
    .vkf-contact__grid {
        grid-template-columns: 1fr;
    }

    .vkf-hero__content {
        max-width: 100%;
    }

    .vkf-consulting__intro {
        position: relative;
        top: auto;
    }

    .vkf-career__box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .vkf-container {
        width: min(100% - 28px, 1180px);
    }

    .vkf-header__inner {
        min-height: 70px;
    }

    .vkf-header__brand-text small {
        display: none;
    }

    .vkf-products__grid,
    .vkf-consulting__cards,
    .vkf-process__grid {
        grid-template-columns: 1fr;
    }

    .vkf-hero {
        padding-top: 54px;
    }

    .vkf-hero__media,
    .vkf-about__media {
        min-height: 360px;
    }

    .vkf-hero__media img,
    .vkf-about__media img,
    .vkf-image-placeholder,
    .vkf-about__media .vkf-image-placeholder {
        min-height: 332px;
    }

    .vkf-hero__actions,
    .vkf-career__actions,
    .vkf-final__actions {
        flex-direction: column;
    }

    .vkf-button {
        width: 100%;
    }

    .vkf-header__button {
        padding: 0 14px;
    }
}

@media (max-width: 460px) {
    .vkf-header__logo {
        width: 38px;
        height: 38px;
    }

    .vkf-header__brand-text strong {
        font-size: 1rem;
    }

    .vkf-header__button {
        min-height: 38px;
        font-size: 0.86rem;
    }

    .vkf-hero__content h1 {
        font-size: 2.45rem;
    }

    .vkf-floating-whatsapp,
    .vkf-scroll-top {
        right: 16px;
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }
}
.vkf-legal {
    padding: clamp(84px, 9vw, 132px) 0;
    background:
        radial-gradient(circle at top left, rgba(31, 94, 255, 0.08), transparent 30rem),
        linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
}

.vkf-legal__panel {
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 58px);
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid var(--vkf-border);
    box-shadow: var(--vkf-shadow);
}

.vkf-legal__panel h1 {
    margin: 0 0 34px;
    color: var(--vkf-navy);
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.vkf-legal__content h2 {
    margin: 34px 0 12px;
    color: var(--vkf-navy);
    font-size: 1.2rem;
    letter-spacing: -0.03em;
}

.vkf-legal__content h2:first-child {
    margin-top: 0;
}

.vkf-legal__content p {
    margin: 0 0 16px;
    color: var(--vkf-muted);
    line-height: 1.75;
}

.vkf-legal__content strong {
    color: var(--vkf-navy);
}

.vkf-legal__content a {
    color: var(--vkf-blue);
    font-weight: 800;
    text-decoration: none;
}

.vkf-legal__content a:hover {
    text-decoration: underline;
}

@media (max-width: 560px) {
    .vkf-legal__panel {
        padding: 26px 20px;
        border-radius: 24px;
    }
}
.vkf-footer__links {
    display: flex;
    gap: 64px;
    justify-content: flex-end;
}

.vkf-footer__nav strong,
.vkf-footer__legal strong {
    display: block;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 0.92rem;
    letter-spacing: -0.02em;
}

@media (max-width: 760px) {

    .vkf-footer__links {
        width: 100%;
        justify-content: space-between;
        gap: 28px;
    }

    .vkf-footer__nav,
    .vkf-footer__legal {
        flex: 1;
    }
}
/* =========================
   MOBILE OVERFLOW FIX
========================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.vkf-page,
.vkf-header,
.vkf-footer,
.vkf-section,
.vkf-final,
.vkf-hero,
.vkf-container {
    max-width: 100%;
    overflow-x: hidden;
}

/* Footer sauber mobil stapeln */
@media (max-width: 760px) {
    .vkf-footer__top {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .vkf-footer__links {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        width: 100% !important;
        justify-content: start !important;
    }

    .vkf-footer__nav,
    .vkf-footer__legal {
        width: 100% !important;
        min-width: 0 !important;
    }

    .vkf-footer__nav a,
    .vkf-footer__legal a {
        display: block !important;
        width: fit-content !important;
    }

    .vkf-footer__bottom {
        width: 100% !important;
        overflow-wrap: break-word;
    }
}

/* Floating Buttons nicht außerhalb drücken */
.vkf-floating-whatsapp,
.vkf-scroll-top {
    right: 14px !important;
}

/* Header auf Mobile enger */
@media (max-width: 460px) {
    .vkf-header__inner {
        gap: 12px !important;
    }

    .vkf-header__button {
        white-space: nowrap;
    }
}
/* =========================
   HERO IMAGE SYSTEM
========================= */

.vkf-hero__grid {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 54px;
    align-items: center;
}

.vkf-hero__right {
    position: relative;
}

.vkf-hero__image-wrap {
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    background: #ffffff;
    box-shadow:
        0 40px 90px rgba(15, 23, 42, 0.12),
        0 10px 30px rgba(37, 99, 235, 0.08);
}

.vkf-hero__image {
    width: 100%;
    height: 720px;
    object-fit: cover;
    display: block;
}

.vkf-hero__floating-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;

    padding: 20px 24px;

    border-radius: 24px;

    background: rgba(255,255,255,0.82);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255,255,255,0.65);

    box-shadow:
        0 10px 40px rgba(15, 23, 42, 0.08);
}

.vkf-hero__floating-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--vkf-navy);
    font-size: 1rem;
}

.vkf-hero__floating-card span {
    color: var(--vkf-muted);
    font-size: 0.92rem;
}

/* MOBILE */

@media (max-width: 980px) {

    .vkf-hero__grid {
        grid-template-columns: 1fr;
    }

    .vkf-hero__right {
        order: -1;
    }

    .vkf-hero__image {
        height: 420px;
    }
}
/* =========================
   FOOTER MOBILE PREMIUM
========================= */

@media (max-width: 760px) {

    .vkf-footer {
        text-align: center;
    }

    .vkf-footer__top {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 42px !important;
    }

    .vkf-footer__brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vkf-footer__brand p {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Navigation + Rechtliches nebeneinander */
    .vkf-footer__links {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 54px !important;
        text-align: center;
    }

    .vkf-footer__nav,
    .vkf-footer__legal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
        min-width: 120px;
    }

    .vkf-footer__nav strong,
    .vkf-footer__legal strong {
        margin-bottom: 6px;
        text-align: center;
    }

    .vkf-footer__nav a,
    .vkf-footer__legal a {
        width: auto !important;
        text-align: center;
    }

    /* Copyright Block mittig */
    .vkf-footer__bottom {
        text-align: center !important;
        justify-items: center;
    }

    .vkf-footer__bottom p {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
}
/* LEGAL TITLES FINAL OVERRIDE */

body .vkf-page .vkf-legal .vkf-legal__panel {
    text-align: left !important;
}

body .vkf-page .vkf-legal .vkf-legal__panel > .vkf-kicker {
    margin-left: 0 !important;
    margin-right: auto !important;
}

body .vkf-page .vkf-legal .vkf-legal__panel h1 {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}
/* FINAL MOBILE LEGAL TITLE SIZE */

@media (max-width: 560px) {

    body .vkf-page .vkf-legal .vkf-legal__panel h1 {
        font-size: 30px !important;
        line-height: 1.02 !important;
    }
}
.vkf-header__logo img,
.vkf-header__logo .custom-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}
/* =========================
   HERO BACKGROUND VERSION
========================= */

.vkf-hero {
    display: none !important;
}

.vkf-hero-bg {
    position: relative;
    min-height: calc(100vh - 78px);
    display: flex;
    align-items: center;
    padding: clamp(88px, 10vw, 150px) 0;
    background-color: #10213f;
    background-size: cover;
    background-position: center right;
    overflow: hidden;
}

.vkf-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
        radial-gradient(circle at 18% 38%, rgba(31,94,255,0.28), transparent 28rem);
    pointer-events: none;
}

.vkf-hero-bg .vkf-container {
    position: relative;
    z-index: 2;
}

.vkf-hero-bg__content {
    max-width: 760px;
}

.vkf-kicker--light {
    background: rgba(255,255,255,0.14);
    color: #ffffff;
    border-color: rgba(255,255,255,0.22);
    backdrop-filter: blur(14px);
}

.vkf-hero-bg__content h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.85rem, 6vw, 5.8rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.vkf-hero-bg__content p {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255,255,255,0.82);
    font-size: clamp(1.04rem, 1.45vw, 1.24rem);
    line-height: 1.72;
}

.vkf-hero-bg__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.vkf-button--glass {
    background: rgba(255,255,255,0.14);
    color: #ffffff;
    border-color: rgba(255,255,255,0.28);
    backdrop-filter: blur(16px);
    box-shadow: none;
}

.vkf-button--glass:hover {
    background: rgba(255,255,255,0.2);
}

.vkf-hero-bg__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.vkf-hero-bg__trust span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

@media (max-width: 760px) {
    .vkf-hero-bg {
        min-height: calc(100vh - 70px);
        padding: 90px 0 76px;
        background-position: center center;
    }

    .vkf-hero-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(16,33,63,0.54);
        pointer-events: none;
    }

    .vkf-hero-bg__content {
        max-width: 100%;
    }

    .vkf-hero-bg__actions {
        flex-direction: column;
    }

    .vkf-hero-bg__actions .vkf-button {
        width: 100%;
    }
}
/* =========================
   ROYAL BLUE BACKGROUND
========================= */

body,
.vkf-page {
    background: #dfe8ff;
}

/* Hero Bereich */

.vkf-hero-bg {
    background-color: #cfdcff !important;
}

/* Alle Sections */

.vkf-section,
.vkf-products,
.vkf-consulting,
.vkf-process,
.vkf-about,
.vkf-career,
.vkf-contact,
.vkf-final {
    background: transparent !important;
}

/* Karten */

.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-panel,
.vkf-career__box,
.vkf-final__box {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(20, 52, 120, 0.08);
    box-shadow:
        0 10px 30px rgba(31, 64, 140, 0.08),
        0 2px 8px rgba(31, 64, 140, 0.04);
}

/* Texte */

.vkf-section__head p,
.vkf-product-card p,
.vkf-info-card p,
.vkf-step-card p,
.vkf-about__content p,
.vkf-contact__content p,
.vkf-final__box p {
    color: #5d6885;
}

/* Heller royal Verlauf */

.vkf-page::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(67,114,255,0.16), transparent 34rem),
        radial-gradient(circle at top right, rgba(115,155,255,0.18), transparent 40rem),
        linear-gradient(180deg, #edf3ff 0%, #dfe8ff 100%);
    z-index: -2;
}
/* GLOBAL BACKGROUND FINAL */

html,
body {
    background:
        linear-gradient(180deg, rgba(16,33,63,0.10), rgba(31,94,255,0.08)),
        radial-gradient(circle at top left, rgba(31,94,255,0.22), transparent 34rem),
        radial-gradient(circle at top right, rgba(79,140,255,0.18), transparent 38rem),
        #dfe8ff !important;
}

.vkf-page {
    background:
        linear-gradient(180deg, rgba(16,33,63,0.08), rgba(31,94,255,0.06)),
        radial-gradient(circle at 20% 0%, rgba(31,94,255,0.18), transparent 34rem),
        #dfe8ff !important;
}

.vkf-products,
.vkf-consulting,
.vkf-process,
.vkf-about,
.vkf-career,
.vkf-contact,
.vkf-final,
.vkf-section {
    background: transparent !important;
}

.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-panel,
.vkf-final__box {
    background: rgba(255,255,255,0.74) !important;
    backdrop-filter: blur(22px);
}
.vkf-hero-company {
    display: block;
    margin-bottom: 18px;

    color: rgba(255,255,255,0.82);

    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    text-shadow: 0 4px 18px rgba(0,0,0,0.22);
}
.vkf-product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding: 38px;
    border-radius: 34px;

    background: rgba(255,255,255,0.74);
    backdrop-filter: blur(22px);

    border: 1px solid rgba(19,48,102,0.08);

    box-shadow:
        0 8px 30px rgba(17,43,89,0.06),
        0 2px 10px rgba(17,43,89,0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.vkf-product-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 40px rgba(17,43,89,0.10),
        0 6px 16px rgba(17,43,89,0.06);
}

.vkf-product-card h3 {
    margin: 0 0 18px;
}

.vkf-product-card p {
    margin: 0 0 30px;

    color: #66708c;
    line-height: 1.7;
}

.vkf-card-link {
    margin-top: 0;
}
/* CAREER SECTION FINAL FIX */

.vkf-career__box {
    background: #10213f !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
}

.vkf-career__box h2,
.vkf-career__box p,
.vkf-career__box .vkf-kicker {
    color: #ffffff !important;
}

.vkf-career__box p {
    color: rgba(255,255,255,0.78) !important;
}

.vkf-career__box .vkf-button--secondary {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
}

.vkf-career__box .vkf-kicker {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(255,255,255,0.18) !important;
}
/* =========================
   FINAL COMPACT SECTION SPACING
========================= */

.vkf-section,
.vkf-final {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vkf-section__head {
    margin-bottom: 32px !important;
}

.vkf-consulting,
.vkf-process,
.vkf-about,
.vkf-career,
.vkf-contact,
.vkf-final {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Cards / Boxes enger aneinander */
.vkf-products__grid,
.vkf-consulting__cards,
.vkf-process__grid,
.vkf-contact__grid {
    gap: 22px !important;
}
/* Mobile noch kompakter */
@media (max-width: 768px) {
    .vkf-section,
    .vkf-final {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .vkf-section__head {
        margin-bottom: 26px !important;
    }

    .vkf-products__grid,
    .vkf-consulting__cards,
    .vkf-process__grid,
    .vkf-contact__grid {
        gap: 18px !important;
    }
}
/* =========================
   SCROLL REVEAL EFFECT
========================= */

.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-about__media,
.vkf-about__content,
.vkf-career__box,
.vkf-contact__content,
.vkf-contact__form,
.vkf-final__box {
    opacity: 0;
    transform: scale(0.98);
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
    will-change: opacity, transform;
}

.vkf-product-card.is-visible,
.vkf-info-card.is-visible,
.vkf-step-card.is-visible,
.vkf-about__media.is-visible,
.vkf-about__content.is-visible,
.vkf-career__box.is-visible,
.vkf-contact__content.is-visible,
.vkf-contact__form.is-visible,
.vkf-final__box.is-visible {
    opacity: 1;
    transform: scale(1);
}
/* =========================
   HEADER LOGO CONTROL FINAL
========================= */

/* DESKTOP */
:root {
    --vkf-logo-width: 300px;
    --vkf-logo-height: 90px;

    --vkf-logo-x: -30px;
    --vkf-logo-y: 0px;
}

.vkf-header,
.vkf-header__inner,
.vkf-header__brand {
    overflow: visible !important;
}

.vkf-header__brand {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    position: relative !important;
}

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

@media (max-width: 768px) {

    :root {
        --vkf-logo-width: 200px;
        --vkf-logo-height: 72px;

        --vkf-logo-x: -22px;
        --vkf-logo-y: 0px;
    }

}
/* Wichtig: nimmt nur festen Platz ein, verschiebt aber nichts beim Bewegen */
.vkf-header__logo-link {
    width: var(--vkf-logo-width) !important;
    height: var(--vkf-logo-height) !important;
    min-width: var(--vkf-logo-width) !important;

    display: block !important;
    position: relative !important;
    z-index: 20 !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}

/* Logo selbst frei bewegen */
.vkf-header__logo {
    width: var(--vkf-logo-width) !important;
    height: var(--vkf-logo-height) !important;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    transform: translate(var(--vkf-logo-x), var(--vkf-logo-y)) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.vkf-header__logo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.vkf-header__logo-fallback {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    background: #10213f !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    font-weight: 900 !important;
}

.vkf-header__brand-text {
    text-decoration: none !important;
    color: #10213f !important;
}

.vkf-header__brand-text strong {
    color: #10213f !important;
    font-size: 1.1rem !important;
}
/* HEADER TEXT AUSBLENDEN */

.vkf-header__brand-text {
    display: none !important;
}
/* HEADER BACKGROUND FIX */

.vkf-header {
    background: #E7EBFA !important;
}

.vkf-header__inner {
    background: #E7EBFA !important;
}
/* HEADER CONTACT ICONS */

.vkf-header__actions{
    display:flex;
    align-items:center;
    gap:12px;
    margin-left:auto;
}

.vkf-header__icon{
    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:rgba(255,255,255,0.52);
    backdrop-filter:blur(12px);

    font-size:1.2rem;
    text-decoration:none;

    transition:all .22s ease;
}

.vkf-header__icon:hover{
    transform:translateY(-2px);
    background:#ffffff;
}

@media (max-width:768px){

    .vkf-header__icon{
        width:44px;
        height:44px;
        border-radius:14px;
        font-size:1.05rem;
    }

}
/* MENU POSITION CONTROL ONLY */

:root {
    --vkf-menu-x: 40px;
    --vkf-menu-y: 0px;
}

.vkf-header__nav {
    position: relative !important;
    left: var(--vkf-menu-x) !important;
    top: var(--vkf-menu-y) !important;
}
/* PREMIUM HEADER NAV */

.vkf-header__nav a{
    font-family: 'Outfit', sans-serif !important;

    font-size: 0.98rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;

    color: #10213f !important;
    text-decoration: none !important;

    position: relative !important;

    transition:
        opacity .2s ease,
        transform .2s ease,
        color .2s ease;
}

/* HOVER */

.vkf-header__nav a:hover{
    color:#295dff !important;
    transform:translateY(-1px);
}

/* CLEAN UNDERLINE */

.vkf-header__nav a::after{
    content:"";

    position:absolute;
    left:0;
    bottom:-6px;

    width:0;
    height:2px;

    background:#295dff;
    border-radius:99px;

    transition:width .22s ease;
}

.vkf-header__nav a:hover::after{
    width:100%;
}
/* PRODUCT CARD ALIGNMENT FIX */

.vkf-product-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.vkf-product-card p {
    flex: 1 !important;
}

.vkf-card-link {
    margin-top: auto !important;
    align-self: flex-start !important;
}
/* =========================
   HOMEPAGE BOX CENTER + STRONG PREMIUM GRADIENTS
========================= */

/* Alle Box-Inhalte zentrieren */
.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-about__content,
.vkf-career__box,
.vkf-contact__content,
.vkf-contact__form,
.vkf-final__box {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Texte/Headlines/Kicker/Buttons sauber mittig */
.vkf-product-card h3,
.vkf-product-card p,
.vkf-info-card h3,
.vkf-info-card p,
.vkf-step-card span,
.vkf-step-card h3,
.vkf-step-card p,
.vkf-about__content h2,
.vkf-about__content p,
.vkf-about__content blockquote,
.vkf-career__box h2,
.vkf-career__box p,
.vkf-contact__content h2,
.vkf-contact__content p,
.vkf-contact__form,
.vkf-final__box h2,
.vkf-final__box p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vkf-kicker {
    margin-left: auto !important;
    margin-right: auto !important;
}

.vkf-button,
.vkf-card-link {
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Einheitliche Premium-Box-Basis */
.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-panel,
.vkf-career__box,
.vkf-final__box {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.62) !important;
    box-shadow:
        0 16px 42px rgba(31,45,90,0.12),
        inset 0 1px 0 rgba(255,255,255,0.55) !important;
}

/* Inhalt über Verlauf legen */
.vkf-product-card > *,
.vkf-info-card > *,
.vkf-step-card > *,
.vkf-panel > *,
.vkf-career__box > *,
.vkf-final__box > * {
    position: relative !important;
    z-index: 2 !important;
}

/* Gradient-Ebene */
.vkf-product-card::before,
.vkf-info-card::before,
.vkf-step-card::before,
.vkf-panel::before,
.vkf-career__box::before,
.vkf-final__box::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

/* Glow-Ebene */
.vkf-product-card::after,
.vkf-info-card::after,
.vkf-step-card::after,
.vkf-panel::after,
.vkf-career__box::after,
.vkf-final__box::after {
    content: "" !important;
    position: absolute !important;
    right: -60px !important;
    bottom: -60px !important;
    width: 190px !important;
    height: 190px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.34) !important;
    filter: blur(22px) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* Karriere bleibt dunkel, aber hochwertiger */
.vkf-career__box::before {
    background:
        radial-gradient(circle at top right, rgba(41,98,255,0.42), transparent 32rem),
        linear-gradient(145deg, #10213f 0%, #162b55 100%) !important;
}

.vkf-career__box h2,
.vkf-career__box p,
.vkf-career__box .vkf-kicker {
    color: #ffffff !important;
}

.vkf-career__box p {
    color: rgba(255,255,255,0.78) !important;
}

/* Final CTA */
.vkf-final__box::before {
    background: linear-gradient(145deg, #ffffff 0%, #b9d4ff 55%, #c5ffe9 100%) !important;
}

/* Form Placeholder auch mittig */
.vkf-form-placeholder {
    text-align: center !important;
    display: grid !important;
    place-items: center !important;
}

/* Mobile Feinschliff */
@media (max-width: 768px) {
    .vkf-product-card,
    .vkf-info-card,
    .vkf-step-card,
    .vkf-about__content,
    .vkf-career__box,
    .vkf-contact__content,
    .vkf-contact__form,
    .vkf-final__box {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
}
/* =========================
   PRODUCT CARDS PERFECT CENTER FIX
========================= */

.vkf-products__grid {
    align-items: stretch !important;
}

.vkf-product-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;

    text-align: center !important;

    min-height: 340px !important;
    padding: 34px 28px !important;
}

.vkf-product-card h3 {
    margin: 0 0 18px !important;

    min-height: 64px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
    line-height: 1.2 !important;
}

.vkf-product-card p {
    flex-grow: 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    margin: 0 auto 28px !important;

    max-width: 240px !important;
    line-height: 1.7 !important;
}

.vkf-product-card .vkf-card-link {
    margin-top: auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* =========================
   COMPACT PREMIUM CARDS
========================= */

.vkf-product-card,
.vkf-info-card,
.vkf-step-card {
    min-height: 0 !important;
    padding: 30px 24px !important;
    gap: 14px !important;
}

/* Überschrift kompakter */
.vkf-product-card h3,
.vkf-info-card h3,
.vkf-step-card h3 {
    margin-bottom: 6px !important;
    line-height: 1.15 !important;
}

/* Text kompakter */
.vkf-product-card p,
.vkf-info-card p,
.vkf-step-card p {
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
}

/* Buttons näher ran */
.vkf-card-link,
.vkf-product-card .vkf-button,
.vkf-info-card .vkf-button,
.vkf-step-card .vkf-button {
    margin-top: 12px !important;
}

/* Produktkarten Desktop kompakter */
.vkf-products__grid {
    gap: 22px !important;
}

/* Mobile noch kompakter */
@media (max-width: 768px) {

    .vkf-product-card,
    .vkf-info-card,
    .vkf-step-card {
        padding: 24px 20px !important;
        border-radius: 34px !important;
    }

    .vkf-product-card h3,
    .vkf-info-card h3,
    .vkf-step-card h3 {
        font-size: 1.45rem !important;
    }

    .vkf-product-card p,
    .vkf-info-card p,
    .vkf-step-card p {
        font-size: 1rem !important;
    }
}
/* PRODUCT CARD IMAGES */

.vkf-product-card__image {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1 / 1;
    margin: 8px auto 16px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255,255,255,0.45);
    box-shadow: 0 14px 30px rgba(17,34,68,0.12);
}

.vkf-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* =========================
   PRODUCT CARDS RESPONSIVE COMPACT FIX
========================= */

.vkf-product-card {
    min-height: unset !important;
    padding: 28px 22px !important;
    gap: 12px !important;
}

.vkf-product-card h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
    line-height: 1.15 !important;
    margin: 0 !important;
}

.vkf-product-card__image {
    width: clamp(110px, 32vw, 150px) !important;
    max-width: 150px !important;
    margin: 10px auto 10px !important;
    border-radius: 12px !important;
}

.vkf-product-card p {
    font-size: clamp(0.95rem, 1.4vw, 1.05rem) !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

.vkf-card-link {
    margin-top: 10px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 0.95rem !important;
}

/* Mobile hochkant */
@media (max-width: 768px) {
    .vkf-product-card {
        padding: 26px 20px !important;
        border-radius: 34px !important;
    }

    .vkf-product-card__image {
        width: 128px !important;
        max-width: 128px !important;
    }
}

/* Smartphone querformat */
@media (max-width: 920px) and (orientation: landscape) {
    .vkf-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .vkf-product-card {
        padding: 22px 18px !important;
        border-radius: 26px !important;
    }

    .vkf-product-card__image {
        width: 96px !important;
        max-width: 96px !important;
        border-radius: 18px !important;
    }

    .vkf-product-card h3 {
        font-size: 1.15rem !important;
    }

    .vkf-product-card p {
        font-size: 0.92rem !important;
        line-height: 1.35 !important;
    }

    .vkf-card-link {
        min-height: 38px !important;
        font-size: 0.88rem !important;
    }
}
/* =========================================
   LANDSCAPE SMARTPHONE OPTIMIZATION
========================================= */

@media (max-width: 920px) and (orientation: landscape) {

    .vkf-products__grid,
    .vkf-process__grid,
    .vkf-consulting__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .vkf-product-card,
    .vkf-step-card,
    .vkf-info-card,
    .vkf-panel,
    .vkf-career__box,
    .vkf-final__box {
        padding: 24px 20px !important;
        border-radius: 28px !important;
        min-height: unset !important;
    }

    .vkf-product-card h3,
    .vkf-step-card h3,
    .vkf-info-card h3,
    .vkf-panel h2,
    .vkf-career__box h2,
    .vkf-final__box h2 {
        font-size: 1.4rem !important;
        line-height: 1.15 !important;
        margin-bottom: 12px !important;
    }

    .vkf-product-card p,
    .vkf-step-card p,
    .vkf-info-card p,
    .vkf-panel p,
    .vkf-career__box p,
    .vkf-final__box p {
        font-size: 0.96rem !important;
        line-height: 1.45 !important;
    }

    .vkf-product-card__image {
        width: 96px !important;
        max-width: 96px !important;
        margin: 8px auto 10px !important;
        border-radius: 18px !important;
    }

    .vkf-step-card span {
        font-size: 1.6rem !important;
        margin-bottom: 8px !important;
    }

    .vkf-button,
    .vkf-card-link {
        min-height: 40px !important;
        font-size: 0.92rem !important;
        padding: 0 18px !important;
    }

    .vkf-section__head h2 {
        font-size: 2rem !important;
        line-height: 1.05 !important;
    }

    .vkf-section__head p {
        font-size: 1rem !important;
    }
}
/* =========================
   MOBILE 2-COLUMN CARD LAYOUT
========================= */

@media (max-width: 768px) {

    .vkf-products__grid,
    .vkf-consulting__cards,
    .vkf-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .vkf-product-card,
    .vkf-info-card,
    .vkf-step-card {
        padding: 22px 14px !important;
        border-radius: 26px !important;
        min-height: 0 !important;
        gap: 9px !important;
    }

    .vkf-product-card h3,
    .vkf-info-card h3,
    .vkf-step-card h3 {
        font-size: 1rem !important;
        line-height: 1.15 !important;
        margin: 0 !important;
        word-break: normal !important;
        hyphens: auto !important;
    }

    .vkf-product-card p,
    .vkf-info-card p,
    .vkf-step-card p {
        font-size: 0.82rem !important;
        line-height: 1.38 !important;
        margin: 0 !important;
    }

    .vkf-product-card__image {
        width: 86px !important;
        max-width: 86px !important;
        margin: 8px auto !important;
        border-radius: 18px !important;
    }

    .vkf-card-link,
    .vkf-button {
        min-height: 36px !important;
        padding: 0 13px !important;
        font-size: 0.78rem !important;
        border-radius: 13px !important;
        margin-top: 7px !important;
    }

    .vkf-step-card span {
        font-size: 1rem !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
    }
}
/* =========================
   CLEAN CARD GRADIENTS ONLY
   Keine Overlays auf Sections / Grids
========================= */

/* Wrapper komplett neutral */
.vkf-products__grid,
.vkf-consulting__cards,
.vkf-process__grid,
.vkf-about__grid,
.vkf-contact__grid {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Alle alten Overlay-Pseudoelemente deaktivieren */
.vkf-products__grid::before,
.vkf-products__grid::after,
.vkf-consulting__cards::before,
.vkf-consulting__cards::after,
.vkf-process__grid::before,
.vkf-process__grid::after,
.vkf-about__grid::before,
.vkf-about__grid::after,
.vkf-contact__grid::before,
.vkf-contact__grid::after,
.vkf-product-card::before,
.vkf-product-card::after,
.vkf-info-card::before,
.vkf-info-card::after,
.vkf-step-card::before,
.vkf-step-card::after,
.vkf-panel::before,
.vkf-panel::after,
.vkf-career__box::before,
.vkf-career__box::after,
.vkf-final__box::before,
.vkf-final__box::after {
    display: none !important;
    content: none !important;
}

/* Basis für alle Boxen */
.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-about__content,
.vkf-contact__content,
.vkf-contact__form,
.vkf-final__box {
    border: 1px solid rgba(255,255,255,0.78) !important;
    box-shadow: 0 14px 34px rgba(16,33,63,0.08) !important;
    overflow: hidden !important;
}

/* Blockquote im About sauber machen, kein harter Overlay-Übergang */
.vkf-about__content blockquote {
    background: rgba(255,255,255,0.46) !important;
    border: 1px solid rgba(255,255,255,0.78) !important;
    box-shadow: none !important;
}

/* =========================
   FINAL BACKGROUND + CARD COLOR SYSTEM
========================= */

:root {
    --vkf-bg: #e7ebfa;
    --vkf-page-bg: #e7ebfa;
}

/* EINHEITLICHER HINTERGRUND ÜBERALL */
html,
body,
.vkf-page,
.vkf-section,
.vkf-products,
.vkf-consulting,
.vkf-process,
.vkf-about,
.vkf-career,
.vkf-contact,
.vkf-final,
.vkf-products > .vkf-container,
.vkf-consulting > .vkf-container,
.vkf-process > .vkf-container,
.vkf-about > .vkf-container,
.vkf-career > .vkf-container,
.vkf-contact > .vkf-container,
.vkf-final > .vkf-container,
.vkf-products__grid,
.vkf-consulting__grid,
.vkf-consulting__cards,
.vkf-process__grid,
.vkf-about__grid,
.vkf-contact__grid {
    background: #e7ebfa !important;
    background-color: #e7ebfa !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* KEINE WRAPPER-RUNDUNGEN / KANTEN */
.vkf-products,
.vkf-consulting,
.vkf-process,
.vkf-about,
.vkf-career,
.vkf-contact,
.vkf-final,
.vkf-products__grid,
.vkf-consulting__grid,
.vkf-consulting__cards,
.vkf-process__grid,
.vkf-about__grid,
.vkf-contact__grid {
    border-radius: 0 !important;
    border: none !important;
    overflow: visible !important;
}
/* BOX-BASIS */
.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-panel,
.vkf-about__content,
.vkf-career__box,
.vkf-contact__content,
.vkf-contact__form,
.vkf-final__box {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.75) !important;
    box-shadow: 0 14px 34px rgba(16,33,63,0.08) !important;
}

/* BOX-PSEUDO-OVERLAYS AUS, FARBE DIREKT AUF BOX */
.vkf-product-card::before,
.vkf-product-card::after,
.vkf-info-card::before,
.vkf-info-card::after,
.vkf-step-card::before,
.vkf-step-card::after,
.vkf-panel::before,
.vkf-panel::after,
.vkf-career__box::before,
.vkf-career__box::after,
.vkf-final__box::before,
.vkf-final__box::after {
    display: none !important;
    content: none !important;
}

/* ABOUT QUOTE */
.vkf-about__content blockquote {
    background: rgba(255,255,255,0.48) !important;
    border: 1px solid rgba(255,255,255,0.8) !important;
    box-shadow: none !important;
}

/* =========================
   VKF PARTNER LOGO MARQUEE
========================= */

.vkf-partner-strip {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 54px 0 34px;
    background: transparent !important;
}

.vkf-partner-strip__head {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.vkf-partner-strip__head .vkf-kicker {
    margin-left: auto;
    margin-right: auto;
}

.vkf-partner-strip__head p {
    margin: 14px auto 0;
    max-width: 680px;
    color: var(--vkf-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.vkf-partner-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.vkf-partner-marquee::before,
.vkf-partner-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 3;
    pointer-events: none;
}

.vkf-partner-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #d9d8ea 0%, rgba(217,216,234,0) 100%);
}

.vkf-partner-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #d9d8ea 0%, rgba(217,216,234,0) 100%);
}

.vkf-partner-marquee__track {
    display: flex;
    align-items: center;
    gap: 76px;
    width: max-content;
    animation: vkfPartnerMarquee 42s linear infinite;
    will-change: transform;
}

.vkf-partner-logo {
    flex: 0 0 auto;
    min-width: 130px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #10213f;
    font-size: 0.95rem;
    font-weight: 850;
    letter-spacing: -0.02em;
    white-space: nowrap;

    opacity: 0.68;
    transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.vkf-partner-logo img {
    max-height: 38px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;

    filter: grayscale(100%);
    opacity: 0.78;
}

.vkf-partner-logo:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.vkf-partner-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes vkfPartnerMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 768px) {
    .vkf-partner-strip {
        padding: 38px 0 24px;
    }

    .vkf-partner-strip__head {
        margin-bottom: 22px;
    }

    .vkf-partner-strip__head p {
        font-size: 0.9rem;
    }

    .vkf-partner-marquee__track {
        gap: 46px;
        animation-duration: 34s;
    }

    .vkf-partner-logo {
        min-width: 108px;
        height: 46px;
        font-size: 0.82rem;
    }

    .vkf-partner-logo img {
        max-height: 30px;
        max-width: 118px;
    }

    .vkf-partner-marquee::before,
    .vkf-partner-marquee::after {
        width: 54px;
    }
}
.vkf-partner-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;

    text-align: center;
    color: var(--vkf-muted);

    font-size: 1rem;
    line-height: 1.7;

    margin: 0 auto 36px;
}

.vkf-inline-logo {
    height: 26px;
    width: auto;

    object-fit: contain;

    opacity: 0.82;
    transform: translateY(1px);
}
.vkf-inline-logo {
    filter:
        brightness(0)
        saturate(100%)
        drop-shadow(0 100px 100px rgba(0,0,0,0.72));
}
.vkf-partner-headline {
    margin: 34px 0 18px;

    text-align: center;

    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: rgba(16, 33, 63, 0.48);
}
/* =========================
   HERO INTRO ANIMATION - SAFE
========================= */

.vkf-hero-bg,
.vkf-hero-bg__content {
    overflow: hidden !important;
}

/* Obere kleine Zeile */
.vkf-hero-company {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    animation: vkfFadeLeft 0.9s cubic-bezier(.22,.61,.36,1) forwards;
    animation-delay: 0.15s;

    margin-top: -4px !important;
    margin-bottom: 58px !important;
}

/* Große Headline */
.vkf-hero-bg__content h1 {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.985);
    animation: vkfFadeHeroTitle 1.1s cubic-bezier(.22,.61,.36,1) forwards;
    animation-delay: 0.42s;
}

/* Untertext */
.vkf-hero-bg__content p {
    opacity: 0;
    transform: translate3d(18px, 0, 0);
    animation: vkfFadeRight 0.95s cubic-bezier(.22,.61,.36,1) forwards;
    animation-delay: 0.72s;
}

/* Buttons */
.vkf-hero-bg__actions {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    animation: vkfFadeUp 0.85s cubic-bezier(.22,.61,.36,1) forwards;
    animation-delay: 1s;
}

/* Viewport-safe */
.vkf-hero-company,
.vkf-hero-bg__content h1,
.vkf-hero-bg__content p,
.vkf-hero-bg__actions {
    will-change: opacity, transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* =========================
   KEYFRAMES
========================= */

@keyframes vkfFadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-18px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes vkfFadeRight {
    from {
        opacity: 0;
        transform: translate3d(18px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes vkfFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes vkfFadeHeroTitle {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}
/* HERO / HEADER KOMPAKTER – GLOBAL */

.vkf-hero-bg,
.vkf-hero {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

/* Mobile Override */
@media (max-width: 768px) {

    .vkf-hero-bg,
    .vkf-hero {
        padding-top: 38px !important;
        padding-bottom: 38px !important;

        min-height: auto !important;
    }

    .vkf-hero-bg .vkf-container,
    .vkf-hero .vkf-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
/* =========================
   GLOBAL RADIUS KILL
   Entfernt ALLE Rundungen
========================= */

*,
*::before,
*::after {
    border-radius: 1 !important;
}

/* Sicherheit für alle Hauptboxen */
.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-panel,
.vkf-career__box,
.vkf-final__box,
.vkf-about__content,
.vkf-about__media,
.vkf-contact__content,
.vkf-contact__form,
.vkf-hero__media,
.vkf-hero-bg,
.vkf-button,
.vkf-card-link,
.vkf-kicker,
.vkf-header,
.vkf-footer,

.vkf-form-placeholder,
.vkf-inline-logo {
    border-radius: 0 !important;
}
/* =========================
   GLOBAL LIGHT GREY BOXES
========================= */

/* ALLE CONTENT BOXEN */
.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-panel,
.vkf-career__box,
.vkf-final__box,
.vkf-about__content,
.vkf-about__media,
.vkf-contact__content,
.vkf-contact__form,
.vkf-image-placeholder {

    background: #ececf1 !important;
    background-image: none !important;

    border: 1px solid rgba(0,0,0,0.05) !important;

    box-shadow:
        0 8px 22px rgba(0,0,0,0.04) !important;
}

/* Texte schwarz */
.vkf-product-card h1,
.vkf-product-card h2,
.vkf-product-card h3,
.vkf-product-card p,
.vkf-product-card span,

.vkf-info-card h1,
.vkf-info-card h2,
.vkf-info-card h3,
.vkf-info-card p,
.vkf-info-card span,

.vkf-step-card h1,
.vkf-step-card h2,
.vkf-step-card h3,
.vkf-step-card p,
.vkf-step-card span,

.vkf-panel h1,
.vkf-panel h2,
.vkf-panel h3,
.vkf-panel p,
.vkf-panel span,

.vkf-about__content *,
.vkf-contact__content *,
.vkf-contact__form * {

    color: #000000 !important;
}

/* =========================
   PRODUKT BUTTONS TRANSPARENT
========================= */

.vkf-product-card .vkf-card-link,
.vkf-products .vkf-button {

    background: transparent !important;
    color: #000000 !important;

    border: 2px solid rgba(0,0,0,0.12) !important;

    box-shadow: none !important;
}

/* Hover */
.vkf-product-card .vkf-card-link:hover,
.vkf-products .vkf-button:hover {

    background: rgba(0,0,0,0.04) !important;
    color: #000000 !important;
}

/* Kleine Labels */
.vkf-kicker {
    background: rgba(0,0,0,0.03) !important;
    color: #000000 !important;

    border: 1px solid rgba(0,0,0,0.06) !important;
}
/* =========================
   MODERN PREMIUM BOXES ONLY
   HEADER + HERO + BUTTONS
   BLEIBEN UNBERÜHRT
========================= */

.vkf-product-card,
.vkf-info-card,
.vkf-step-card,
.vkf-panel,
.vkf-career__box,
.vkf-final__box,
.vkf-about__content,
.vkf-about__media,
.vkf-contact__content,
.vkf-contact__form {

    background:
        linear-gradient(
            145deg,
            rgba(245,245,248,0.96) 0%,
            rgba(232,232,238,0.92) 100%
        ) !important;

    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;

    border-radius: 1px !important;

    border: 1px solid rgba(255,255,255,0.65) !important;

    box-shadow:
        0 10px 34px rgba(22,28,45,0.06),
        inset 0 1px 0 rgba(255,255,255,0.72) !important;

    overflow: hidden !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

/* Hover */
.vkf-product-card:hover,
.vkf-info-card:hover,
.vkf-step-card:hover,
.vkf-panel:hover {
    transform: translateY(-3px) !important;

    box-shadow:
        0 18px 48px rgba(22,28,45,0.10),
        inset 0 1px 0 rgba(255,255,255,0.72) !important;
}

/* Nur Content-Typo schwarz */
.vkf-product-card h1,
.vkf-product-card h2,
.vkf-product-card h3,
.vkf-product-card p,
.vkf-product-card span,

.vkf-info-card h1,
.vkf-info-card h2,
.vkf-info-card h3,
.vkf-info-card p,
.vkf-info-card span,

.vkf-step-card h1,
.vkf-step-card h2,
.vkf-step-card h3,
.vkf-step-card p,
.vkf-step-card span,

.vkf-panel h1,
.vkf-panel h2,
.vkf-panel h3,
.vkf-panel p,
.vkf-panel span,

.vkf-about__content *,
.vkf-contact__content *,
.vkf-contact__form * {
    color: #111111 !important;
}
/* Karriere-Box Text schwarz */
.vkf-career__box h1,
.vkf-career__box h2,
.vkf-career__box h3,
.vkf-career__box p,
.vkf-career__box span {
    color: #111111 !important;
}

/* WhatsApp Button Text schwarz */
.vkf-career__box .vkf-button,
.vkf-career__box .vkf-button span {
    color: #111111 !important;
}/* Beratung Intro Box zentrieren */

.vkf-consulting__intro {
    text-align: center !important;
}

.vkf-consulting__intro h1,
.vkf-consulting__intro h2,
.vkf-consulting__intro h3,
.vkf-consulting__intro p,
.vkf-consulting__intro span {
    text-align: center !important;
}

/* Button mittig */
.vkf-consulting__intro .vkf-button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
}
/* Beratung Intro Box zentrieren */

.vkf-consulting__intro {
    text-align: center !important;
}

.vkf-consulting__intro h1,
.vkf-consulting__intro h2,
.vkf-consulting__intro h3,
.vkf-consulting__intro p,
.vkf-consulting__intro span {
    text-align: center !important;
}

/* Button mittig */
.vkf-consulting__intro .vkf-button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
}
/* =========================
   CONSULTING ICONS
========================= */

.vkf-info-card h3::after {
    display: block;
    font-size: 42px;
    line-height: 1;
    margin: 18px auto 20px;
    font-weight: 400;
}

/* Finanzanalyse */
.vkf-info-card:nth-child(1) h3::after {
    content: "📊";
}

/* Absicherung */
.vkf-info-card:nth-child(2) h3::after {
    content: "🛡️";
}

/* Altersvorsorge */
.vkf-info-card:nth-child(3) h3::after {
    content: "🏛️";
}

/* Vermögensaufbau */
.vkf-info-card:nth-child(4) h3::after {
    content: "📈";
}

/* Krankenversicherung */
.vkf-info-card:nth-child(5) h3::after {
    content: "🏥";
}

/* Karriere Icon ändern */
.vkf-info-card:nth-child(6) h3::after {
    content: "💼" !important;
}
/* =========================
   PRODUCT IMAGE BOX CONTROL
========================= */

:root {

    /* Bildbox Größe */
    --vkf-product-image-width: 130%;
    --vkf-product-image-max: 145px;

    /* Abstand Überschrift -> Bild */
    --vkf-product-image-top: -6px;

    /* Abstand Bild -> Text */
    --vkf-product-image-bottom: -6px;

    /* Abstand oberer Boxrand -> Überschrift */
    --vkf-product-title-top: -20px;
}

/* Überschrift spacing */
.vkf-product-card h3 {
    margin-top: var(--vkf-product-title-top) !important;
    margin-bottom: var(--vkf-product-image-top) !important;
}

/* komplette Image-Box größer machen */
.vkf-product-card__image {

    width: var(--vkf-product-image-width) !important;
    max-width: var(--vkf-product-image-max) !important;

    aspect-ratio: 1 / 1 !important;

    margin:
        0 auto
        var(--vkf-product-image-bottom) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    overflow: hidden !important;
}

/* Bild selbst normal einpassen */
.vkf-product-card__image img {

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    display: block !important;
}
/* =========================
   PRODUCT TITLES DESKTOP
   KLEINER MACHEN
========================= */

@media (min-width: 981px) {

    .vkf-product-card h3 {

        font-size: 1rem !important;
        line-height: 1.18 !important;

        letter-spacing: -0.01em !important;

        word-break: break-word !important;
        overflow-wrap: break-word !important;

        text-align: center !important;

        max-width: 100% !important;
    }
}
/* =========================
   SAUBERE WORTTRENNUNG
========================= */

.vkf-product-card h3 {

    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;

    word-break: normal !important;
    overflow-wrap: break-word !important;

    line-height: 1.15 !important;

    text-align: center !important;
}
/* =========================
   ALLE UNTERTEXTE SCHWARZ
========================= */

.vkf-section__head p,
.vkf-product-card p,
.vkf-info-card p,
.vkf-step-card p,
.vkf-panel p,
.vkf-about__content p,
.vkf-contact__content p,
.vkf-career__box p,
.vkf-final__box p {

    color: #000000 !important;
    opacity: 1 !important;
}
/* =========================
   STEP CARDS VERTICAL ICONS
========================= */

/* CARD */
.vkf-step-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;

    text-align: center !important;
}

/* ZAHL */
.vkf-step-card span:first-child {

    display: block !important;

    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    margin-bottom: 0px !important;
}

/* ICONS */
.vkf-step-card:nth-child(1) span:first-child::after {
    content: "\A📊";
}

.vkf-step-card:nth-child(2) span:first-child::after {
    content: "\A🧭";
}

.vkf-step-card:nth-child(3) span:first-child::after {
    content: "\A⚙️";
}

.vkf-step-card:nth-child(4) span:first-child::after {
    content: "\A💼";
}

/* ICON STYLE */
.vkf-step-card span:first-child::after {

    white-space: pre !important;

    display: block !important;

    font-size: 36px !important;
    line-height: 1 !important;

    margin-top: -20px !important;
}

/* TITEL */
.vkf-step-card h3 {
    margin-top: 12px !important;
}
/* =========================
   WHATSAPP BUTTON ENTFERNEN
========================= */

.vkf-floating-whatsapp {
    display: none !important;
}

/* =========================
   SCROLL BUTTON FINAL
========================= */

.vkf-scroll-top {

    background: rgba(255,255,255,0.16) !important;

    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;

    border: 1px solid #000000 !important;

    box-shadow:
        0 10px 28px rgba(0,0,0,0.12) !important;

    color: #000000 !important;

    border-radius: 22px !important;
}

/* PFEIL */
.vkf-scroll-top svg,
.vkf-scroll-top i,
.vkf-scroll-top span {

    color: #000000 !important;
    fill: #000000 !important;
    stroke: #000000 !important;
}
.vkf-final-location__box {
    text-align: center !important;
}

.vkf-location__address {
    display: grid;
    gap: 6px;
    margin: 28px auto 30px;
    color: #000;
    font-size: 1.05rem;
    line-height: 1.55;
}

.vkf-location__address strong {
    font-size: 1.18rem;
    color: #000;
}

.vkf-location__map {
    margin-top: 36px;
    height: 420px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .vkf-location__map {
        height: 320px;
    }
}

/* =========================
   FORMINATOR RECAPTCHA MOBILE FINAL
========================= */

@media (max-width: 768px) {

    .vkf-contact__form .forminator-g-recaptcha,
    .vkf-contact__form .forminator-recaptcha,
    .vkf-contact__form [class*="recaptcha"],
    .vkf-contact__form [id*="recaptcha"] {
        width: 260px !important;
        max-width: 260px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }

    .vkf-contact__form iframe[src*="recaptcha"],
    .vkf-contact__form iframe[title*="reCAPTCHA"] {
        transform: scale(0.84) !important;
        transform-origin: 0 0 !important;
    }

    .vkf-contact__form .forminator-field {
        overflow: visible !important;
    }
}
/* =========================
   RECAPTCHA MOBILE NICHT ABSCHNEIDEN
========================= */

@media (max-width: 768px) {

    .vkf-contact__form,
    .vkf-contact__form .forminator-row,
    .vkf-contact__form .forminator-field,
    .vkf-contact__form .forminator-col,
    .vkf-contact__form .forminator-g-recaptcha,
    .vkf-contact__form .g-recaptcha {
        overflow: visible !important;
    }

    .vkf-contact__form .g-recaptcha,
    .vkf-contact__form .forminator-g-recaptcha {
        width: 304px !important;
        max-width: 304px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        transform: scale(0.78) !important;
        transform-origin: center top !important;
    }

    .vkf-contact__form iframe[src*="recaptcha"],
    .vkf-contact__form iframe[title*="reCAPTCHA"] {
        transform: none !important;
        width: 304px !important;
        max-width: 304px !important;
    }
}
/* =========================
   FORMINATOR: RECAPTCHA + CONSENT FINAL
========================= */

/* reCAPTCHA echte Zeile zentrieren */
.vkf-contact__form .forminator-row:has(.g-recaptcha),
.vkf-contact__form .forminator-row:has([class*="captcha"]),
.vkf-contact__form .forminator-field:has(.g-recaptcha),
.vkf-contact__form .forminator-field:has([class*="captcha"]) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

/* Google Box selbst */
.vkf-contact__form .g-recaptcha,
.vkf-contact__form [class*="captcha"] {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Consent Label volle Breite geben */

.forminator-consent__label,
.forminator-checkbox__label {
    width: 100% !important;
    max-width: 100% !important;
}

.forminator-checkbox {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}