:root {
    --vc-navy: #061a36;
    --vc-deep: #031126;
    --vc-blue: #1766d8;
    --vc-gold: #ffc933;
    --vc-white: #ffffff;
    --vc-bg: #f4f7fb;
    --vc-ink: #0b1f40;
    --vc-muted: #6f7d93;
    --vc-border: rgba(6, 26, 54, 0.09);
    --vc-success: #147348;
    --vc-danger: #a4263c;
    --vc-shadow: 0 25px 65px rgba(5, 22, 48, 0.13);
}

.vorik-public-contact {
    background: var(--vc-bg);
}

.vorik-contact-container {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.vorik-contact-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    color: var(--vc-white);
    background:
        radial-gradient(
            circle at 78% 24%,
            rgba(37, 107, 210, 0.32),
            transparent 28rem
        ),
        linear-gradient(
            145deg,
            var(--vc-deep),
            #092854 72%,
            var(--vc-navy)
        );
}

.vorik-contact-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: 75px;
    width: 65%;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 201, 51, 0.85),
            transparent
        );
    transform: rotate(-14deg);
}

.vorik-contact-hero > .vorik-contact-container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
    min-height: 570px;
    align-items: center;
    gap: 70px;
    padding-block: 90px 110px;
}

.vorik-contact-eyebrow,
.vorik-contact-form-card > header > p,
.vorik-contact-direct-card > header > p,
.vorik-contact-services > header > p,
.vorik-contact-success > p {
    margin: 0;
    color: var(--vc-gold);
    letter-spacing: 0.16em;
    font-size: 13px;
    font-weight: 900;
}

.vorik-contact-hero h1 {
    max-width: 720px;
    margin: 14px 0 0;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.vorik-contact-hero h1 span {
    display: block;
    color: var(--vc-gold);
}

.vorik-contact-lead {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    line-height: 1.65;
}

.vorik-contact-trust {
    display: inline-flex;
    margin-top: 28px;
    align-items: center;
    gap: 11px;
}

.vorik-contact-trust > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    color: var(--vc-navy);
    background: var(--vc-gold);
    font-weight: 950;
}

.vorik-contact-trust p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
}

.vorik-contact-visual {
    position: relative;
    min-height: 350px;
}

.vorik-contact-visual-orbit {
    position: absolute;
    inset: 30px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
}

.vorik-contact-visual-orbit::before,
.vorik-contact-visual-orbit::after {
    content: "";
    position: absolute;
    inset: 48px;
    border: 1px solid rgba(255, 201, 51, 0.16);
    border-radius: 50%;
}

.vorik-contact-visual-orbit::after {
    inset: 96px;
}

.vorik-contact-visual-card {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 270px;
    min-height: 122px;
    padding: 22px;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(18px);
    transform: translate(-50%, -50%);
}

.vorik-contact-visual-card > span {
    display: grid;
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 23px;
    color: var(--vc-navy);
    background: linear-gradient(145deg, #ffe99f, var(--vc-gold));
    font-size: 34px;
    font-weight: 950;
}

.vorik-contact-visual-card > div {
    display: grid;
    gap: 6px;
}

.vorik-contact-visual-card small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    letter-spacing: 0.12em;
}

.vorik-contact-visual-card strong {
    font-size: 31px;
}

.vorik-contact-visual-message {
    position: absolute;
    display: flex;
    min-height: 54px;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    color: var(--vc-ink);
    background: var(--vc-white);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.vorik-contact-visual-message.is-one {
    top: 30px;
    right: 0;
}

.vorik-contact-visual-message.is-two {
    bottom: 30px;
    left: 0;
}

.vorik-contact-visual-message span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 10px;
    color: var(--vc-navy);
    background: var(--vc-gold);
    font-weight: 900;
}

.vorik-contact-visual-message p {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
}

.vorik-contact-main {
    padding: 0 0 80px;
    background: var(--vc-bg);
}

.vorik-contact-workspace {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    margin-top: -74px;
    gap: 24px;
}

.vorik-contact-form-card,
.vorik-contact-direct-card,
.vorik-contact-services {
    border: 1px solid var(--vc-border);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--vc-shadow);
}

.vorik-contact-form-card {
    padding: clamp(22px, 4vw, 38px);
}

.vorik-contact-form-card > header h2,
.vorik-contact-direct-card > header h2,
.vorik-contact-services > header h2,
.vorik-contact-success h2 {
    margin: 8px 0 0;
    color: var(--vc-navy);
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.1;
}

.vorik-contact-form-card > header > span,
.vorik-contact-direct-card > header > span,
.vorik-contact-services > header > span,
.vorik-contact-success > span {
    display: block;
    margin-top: 11px;
    color: var(--vc-muted);
    font-size: 16px;
    line-height: 1.55;
}

.vorik-contact-form {
    display: grid;
    grid-template-columns: 130px 1fr;
    margin-top: 28px;
    gap: 18px;
}

.vorik-contact-field {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.vorik-contact-field.is-wide,
.vorik-contact-consent,
.vorik-contact-consent-error,
.vorik-contact-form-message,
.vorik-contact-submit {
    grid-column: 1 / -1;
}

.vorik-contact-field:not(.is-phone-code):not(.is-phone):not(.is-wide) {
    grid-column: span 1;
}

.vorik-contact-field label {
    color: #44536a;
    font-size: 14px;
    font-weight: 800;
}

.vorik-contact-field input,
.vorik-contact-field select,
.vorik-contact-field textarea {
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid rgba(6, 26, 54, 0.13);
    border-radius: 17px;
    outline: 0;
    color: var(--vc-ink);
    background: #f8fafc;
    font: inherit;
    font-size: 16px;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.vorik-contact-field textarea {
    min-height: 160px;
    padding-block: 15px;
    resize: vertical;
    line-height: 1.5;
}

.vorik-contact-field input:focus,
.vorik-contact-field select:focus,
.vorik-contact-field textarea:focus {
    border-color: var(--vc-blue);
    background: var(--vc-white);
    box-shadow: 0 0 0 4px rgba(23, 102, 216, 0.1);
}

.vorik-contact-field > small,
.vorik-contact-consent-error {
    min-height: 16px;
    color: var(--vc-danger);
    font-size: 13px;
}

.vorik-contact-message-meta {
    display: flex;
    min-height: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.vorik-contact-message-meta small {
    color: var(--vc-danger);
    font-size: 13px;
}

.vorik-contact-message-meta span {
    color: var(--vc-muted);
    font-size: 12px;
}

.vorik-contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.vorik-contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4b5970;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
}

.vorik-contact-consent input {
    position: absolute;
    opacity: 0;
}

.vorik-contact-checkbox {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(6, 26, 54, 0.16);
    border-radius: 9px;
    color: transparent;
    background: #f7f9fc;
    font-size: 13px;
    font-weight: 950;
}

.vorik-contact-consent input:checked
+ .vorik-contact-checkbox {
    border-color: var(--vc-navy);
    color: var(--vc-navy);
    background: var(--vc-gold);
}

.vorik-contact-form-message {
    padding: 14px 16px;
    border-radius: 15px;
    color: var(--vc-danger);
    background: #ffe4e9;
    font-size: 14px;
    font-weight: 750;
}

.vorik-contact-submit {
    display: flex;
    min-height: 59px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 0;
    border-radius: 999px;
    color: var(--vc-navy);
    background: linear-gradient(145deg, #ffe69b, var(--vc-gold));
    box-shadow: 0 18px 34px rgba(255, 201, 51, 0.22);
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
}

.vorik-contact-submit:disabled {
    opacity: 0.6;
    cursor: wait;
}

.vorik-contact-submit b {
    font-size: 21px;
}

.vorik-contact-direct-card {
    padding: 27px;
}

.vorik-contact-direct-list {
    display: grid;
    margin-top: 26px;
    gap: 12px;
}

.vorik-contact-direct-list a {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    min-height: 76px;
    padding: 13px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--vc-border);
    border-radius: 20px;
    background: #f8fafc;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease;
}

.vorik-contact-direct-list a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(5, 22, 48, 0.1);
}

.vorik-contact-direct-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 16px;
    color: var(--vc-navy);
    background: linear-gradient(145deg, #ffe99f, var(--vc-gold));
    font-size: 20px;
    font-weight: 950;
}

.vorik-contact-direct-list a > span:nth-child(2) {
    display: grid;
    gap: 4px;
}

.vorik-contact-direct-list strong {
    color: var(--vc-navy);
    font-size: 15px;
}

.vorik-contact-direct-list small {
    color: var(--vc-muted);
    font-size: 13px;
}

.vorik-contact-direct-list b {
    color: var(--vc-blue);
}

.vorik-contact-success {
    display: grid;
    min-height: 580px;
    place-content: center;
    justify-items: center;
    text-align: center;
}

.vorik-contact-success > div {
    display: grid;
    width: 90px;
    height: 90px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 30px;
    color: var(--vc-navy);
    background: var(--vc-gold);
    box-shadow: 0 22px 45px rgba(255, 201, 51, 0.25);
    font-size: 38px;
    font-weight: 950;
}

.vorik-contact-success article {
    display: grid;
    grid-template-columns: 1fr auto;
    min-width: min(100%, 360px);
    margin-top: 26px;
    padding: 17px;
    align-items: center;
    gap: 13px;
    border: 1px solid var(--vc-border);
    border-radius: 19px;
    background: #f7f9fc;
    text-align: left;
}

.vorik-contact-success article small,
.vorik-contact-success article strong {
    grid-column: 1;
}

.vorik-contact-success article small {
    color: var(--vc-muted);
    font-size: 12px;
}

.vorik-contact-success article strong {
    overflow-wrap: anywhere;
    color: var(--vc-navy);
    font-size: 17px;
}

.vorik-contact-success article button {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    color: var(--vc-navy);
    background: var(--vc-gold);
    cursor: pointer;
}

.vorik-contact-new-request {
    min-height: 52px;
    margin-top: 18px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: var(--vc-white);
    background: var(--vc-navy);
    cursor: pointer;
    font-size: 16px;
    font-weight: 850;
}

.vorik-contact-services {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 40px);
}

.vorik-contact-services > header {
    max-width: 690px;
}

.vorik-contact-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 28px;
    gap: 14px;
}

.vorik-contact-service-grid article {
    min-height: 210px;
    padding: 22px;
    border: 1px solid var(--vc-border);
    border-radius: 23px;
    background: #f8fafc;
}

.vorik-contact-service-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 14px;
    color: var(--vc-navy);
    background: var(--vc-gold);
    font-size: 13px;
    font-weight: 900;
}

.vorik-contact-service-grid h3 {
    margin: 20px 0 0;
    color: var(--vc-navy);
    font-size: 17px;
}

.vorik-contact-service-grid p {
    margin: 10px 0 0;
    color: var(--vc-muted);
    font-size: 14px;
    line-height: 1.55;
}

@media (min-width: 760px) {
    .vorik-contact-field:not(.is-wide):not(.is-phone-code):not(.is-phone) {
        grid-column: span 1;
    }

    .vorik-contact-form {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .vorik-contact-field:not(.is-wide) {
        grid-column: auto;
    }
}

@media (max-width: 960px) {
    .vorik-contact-hero > .vorik-contact-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .vorik-contact-visual {
        display: none;
    }

    .vorik-contact-workspace {
        grid-template-columns: 1fr;
    }

    .vorik-contact-service-grid {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .vorik-contact-hero {
        min-height: 480px;
    }

    .vorik-contact-hero > .vorik-contact-container {
        min-height: 480px;
        padding-block: 70px 105px;
    }

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

    .vorik-contact-lead {
        font-size: 16px;
    }

    .vorik-contact-workspace {
        margin-top: -56px;
    }

    .vorik-contact-form,
    .vorik-contact-service-grid {
        grid-template-columns: 1fr;
    }

    .vorik-contact-field,
    .vorik-contact-field.is-wide,
    .vorik-contact-consent,
    .vorik-contact-consent-error,
    .vorik-contact-form-message,
    .vorik-contact-submit {
        grid-column: 1;
    }

    .vorik-contact-form-card,
    .vorik-contact-direct-card,
    .vorik-contact-services {
        border-radius: 27px;
    }
}


/* =========================================================
   CONTACT VISIBILITY SAFETY
   ========================================================= */

.vorik-contact-form-card [hidden] {
    display: none !important;
}




/* =========================================================
   CONTACT MOBILE APP SHELL V1
   ========================================================= */

.vorik-contact-mobile-back {
    display: none;
}


@media (max-width: 760px) {

    /*
     * Sur mobile, le contenu Contact devient une page
     * applicative et non une page institutionnelle.
     */

    body.vorik-public-contact
    .vorik-header {
        display: none;
    }


    body.vorik-public-contact
    .vorik-footer {
        display: none;
    }


    body.vorik-public-contact
    .vorik-mobile-activity-nav {
        display: none;
    }


    body.vorik-public-contact
    .vorik-contact-mobile-back {
        position: fixed;
        z-index: 150;
        top:
            calc(
                16px
                + env(safe-area-inset-top)
            );
        left: 16px;

        display: grid;

        width: 52px;
        height: 52px;

        padding: 0;

        place-items: center;

        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;

        color: #ffffff;

        background:
            rgba(11, 31, 58, 0.82);

        box-shadow:
            0 14px 30px
            rgba(2, 14, 32, 0.24);

        backdrop-filter:
            blur(14px);

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

        cursor: pointer;
    }


    body.vorik-public-contact
    .vorik-contact-mobile-back svg {
        width: 27px;
        height: 27px;

        fill: none;

        stroke: currentColor;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


    body.vorik-public-contact
    .vorik-contact-hero {
        min-height:
            auto;

        padding-top:
            env(safe-area-inset-top);
    }


    body.vorik-public-contact
    .vorik-contact-hero
    > .vorik-contact-container {
        min-height: 465px;

        padding-top:
            calc(
                92px
                + env(safe-area-inset-top)
            );

        padding-bottom: 104px;
    }


    body.vorik-public-contact
    .vorik-contact-main {
        min-height: 100vh;

        padding-bottom:
            calc(
                34px
                + env(safe-area-inset-bottom)
            );
    }
}




/* =========================================================
   CONTACT REQUESTS-INSPIRED APP HEADER V2
   ========================================================= */

.vorik-contact-app-topbar {
    display: none;
}

.vorik-contact-app-line {
    display: none;
}

.vorik-contact-hero-grid {
    display: contents;
}


@media (max-width: 760px) {

    /*
     * Public website chrome is removed only on the mobile
     * application presentation of the Contact page.
     */

    body.vorik-public-contact .vorik-header,
    body.vorik-public-contact .vorik-footer,
    body.vorik-public-contact .vorik-mobile-activity-nav {
        display: none !important;
    }


    body.vorik-public-contact {
        min-width: 320px;
        margin: 0;
        color: var(--vc-ink);
        background:
            radial-gradient(
                circle at 50% 16%,
                rgba(23, 102, 216, 0.09),
                transparent 30rem
            ),
            var(--vc-bg);
    }


    body.vorik-public-contact .vorik-home {
        width: min(100%, 820px);
        min-height: 100vh;
        margin: 0 auto;
        overflow: hidden;
        background: var(--vc-bg);
        box-shadow:
            0 0 80px rgba(5, 22, 48, 0.07);
    }


    body.vorik-public-contact #vorik-main {
        min-height: 100vh;
    }


    body.vorik-public-contact .vorik-contact-hero {
        position: relative;
        min-height: 345px;
        padding:
            max(22px, env(safe-area-inset-top))
            18px
            58px;
        overflow: hidden;
        border-radius: 0 0 30px 30px;
        color: var(--vc-white);
        background:
            radial-gradient(
                circle at 84% 8%,
                rgba(40, 111, 210, 0.25),
                transparent 22rem
            ),
            linear-gradient(
                145deg,
                var(--vc-deep),
                #092854 70%,
                var(--vc-navy)
            );
    }


    body.vorik-public-contact
    .vorik-contact-hero::after {
        display: none;
    }


    body.vorik-public-contact
    .vorik-contact-hero > .vorik-contact-container {
        display: block;
        width: 100%;
        min-height: 0;
        padding: 0;
    }


    body.vorik-public-contact
    .vorik-contact-app-topbar {
        position: relative;
        z-index: 5;
        display: grid;
        grid-template-columns: 50px 1fr auto;
        align-items: center;
        gap: 14px;
    }


    body.vorik-public-contact
    .vorik-contact-app-back {
        display: grid;
        width: 50px;
        height: 50px;
        padding: 0;
        place-items: center;
        border: 0;
        border-radius: 50%;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.075);
        cursor: pointer;
    }


    body.vorik-public-contact
    .vorik-contact-app-back svg {
        width: 26px;
        height: 26px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


    body.vorik-public-contact
    .vorik-contact-app-brand {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #ffffff;
        text-decoration: none;
    }


    body.vorik-public-contact
    .vorik-contact-app-brand > span {
        display: grid;
        width: 46px;
        height: 46px;
        place-items: center;
        border-radius: 15px;
        color: var(--vc-navy);
        background:
            linear-gradient(
                145deg,
                #ffe89b,
                var(--vc-gold)
            );
        font-size: 25px;
        font-weight: 950;
    }


    body.vorik-public-contact
    .vorik-contact-app-brand strong {
        color: #ffffff;
        letter-spacing: 0.18em;
        font-size: 20px;
        font-weight: 900;
    }


    body.vorik-public-contact
    .vorik-contact-app-language {
        display: flex;
        padding: 4px;
        gap: 4px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
    }


    body.vorik-public-contact
    .vorik-contact-app-language a {
        display: grid;
        min-width: 38px;
        height: 36px;
        place-items: center;
        border-radius: 11px;
        color: rgba(255, 255, 255, 0.62);
        text-decoration: none;
        font-size: 13px;
        font-weight: 850;
    }


    body.vorik-public-contact
    .vorik-contact-app-language a.is-active {
        color: var(--vc-navy);
        background: var(--vc-gold);
    }


    body.vorik-public-contact
    .vorik-contact-hero-grid {
        display: block;
    }


    body.vorik-public-contact
    .vorik-contact-hero-content {
        position: relative;
        z-index: 4;
        margin-top: 46px;
    }


    body.vorik-public-contact
    .vorik-contact-eyebrow {
        color: var(--vc-gold);
        letter-spacing: 0.18em;
        font-size: 13px;
        font-weight: 850;
    }


    body.vorik-public-contact
    .vorik-contact-hero h1 {
        max-width: 100%;
        margin: 10px 0 0;
        font-size: clamp(32px, 9vw, 38px);
        line-height: 1.06;
        letter-spacing: -0.025em;
    }


    body.vorik-public-contact
    .vorik-contact-hero h1 span {
        display: inline;
        color: #ffffff;
    }


    body.vorik-public-contact
    .vorik-contact-lead {
        max-width: 540px;
        margin: 13px 0 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 16px;
        line-height: 1.5;
    }


    body.vorik-public-contact
    .vorik-contact-trust {
        margin-top: 18px;
    }


    body.vorik-public-contact
    .vorik-contact-trust > span {
        width: 27px;
        height: 27px;
        font-size: 12px;
    }


    body.vorik-public-contact
    .vorik-contact-trust p {
        font-size: 13px;
    }


    body.vorik-public-contact
    .vorik-contact-visual {
        display: none;
    }


    body.vorik-public-contact
    .vorik-contact-app-line {
        position: absolute;
        right: -16%;
        bottom: 44px;
        display: block;
        width: 75%;
        height: 1px;
        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(255, 201, 51, 0.85),
                transparent
            );
        transform: rotate(-16deg);
    }


    body.vorik-public-contact
    .vorik-contact-app-line.is-two {
        bottom: 20px;
        opacity: 0.5;
    }


    /*
     * Content starts normally under the hero.
     * The large overlapping public-card effect is removed.
     */

    body.vorik-public-contact
    .vorik-contact-main {
        min-height: 100vh;
        padding:
            22px
            0
            calc(38px + env(safe-area-inset-bottom));
        background: var(--vc-bg);
    }


    body.vorik-public-contact
    .vorik-contact-main > .vorik-contact-container {
        width: min(100% - 32px, 780px);
    }


    body.vorik-public-contact
    .vorik-contact-workspace {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 0;
        gap: 18px;
    }


    body.vorik-public-contact
    .vorik-contact-form-card,
    body.vorik-public-contact
    .vorik-contact-direct-card,
    body.vorik-public-contact
    .vorik-contact-services {
        border-radius: 27px;
        box-shadow:
            0 18px 42px rgba(5, 22, 48, 0.11);
    }


    body.vorik-public-contact
    .vorik-contact-form-card {
        padding: 22px 18px;
    }


    body.vorik-public-contact
    .vorik-contact-form-card > header h2,
    body.vorik-public-contact
    .vorik-contact-direct-card > header h2,
    body.vorik-public-contact
    .vorik-contact-services > header h2 {
        font-size: 28px;
    }


    body.vorik-public-contact
    .vorik-contact-form {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 16px 12px;
    }


    body.vorik-public-contact
    .vorik-contact-field.is-wide,
    body.vorik-public-contact
    .vorik-contact-consent,
    body.vorik-public-contact
    .vorik-contact-consent-error,
    body.vorik-public-contact
    .vorik-contact-form-message,
    body.vorik-public-contact
    .vorik-contact-submit {
        grid-column: 1 / -1;
    }


    body.vorik-public-contact
    .vorik-contact-services {
        margin-top: 18px;
    }


    body.vorik-public-contact
    .vorik-contact-service-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 420px) {

    body.vorik-public-contact
    .vorik-contact-app-topbar {
        grid-template-columns: 48px 1fr auto;
        gap: 9px;
    }


    body.vorik-public-contact
    .vorik-contact-app-brand {
        gap: 7px;
    }


    body.vorik-public-contact
    .vorik-contact-app-brand > span {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 23px;
    }


    body.vorik-public-contact
    .vorik-contact-app-brand strong {
        font-size: 18px;
        letter-spacing: 0.14em;
    }


    body.vorik-public-contact
    .vorik-contact-app-language a {
        min-width: 34px;
    }
}



/* =========================================================
   CONTACT MOBILE — REMOVE TOP WHITE GAP
   ========================================================= */

@media (max-width: 760px) {

    body.vorik-public-contact {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    body.vorik-public-contact .vorik-home {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    body.vorik-public-contact #vorik-main {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    body.vorik-public-contact .vorik-contact-hero {
        margin-top: 0 !important;
    }
}

