.page-id-90 #main,
.page-slug-lien-he #main {
    background:
        radial-gradient(circle at top left, rgba(24, 80, 159, 0.14), transparent 28%),
        linear-gradient(180deg, #f4f8ff 0%, #eef4fb 100%);
}

.vis-contact-page {
    max-width: 1230px;
    margin: 0 auto;
    padding: 34px 15px 60px;
    color: #173054;
}

.vis-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
    gap: 24px;
    align-items: stretch;
    padding: 34px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(14, 74, 150, 0.96), rgba(30, 112, 210, 0.9)),
        linear-gradient(180deg, #14498f, #246dca);
    box-shadow: 0 22px 50px rgba(18, 66, 132, 0.18);
}

.vis-contact-hero__copy {
    color: #fff;
}

.vis-contact-hero__eyebrow,
.vis-contact-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.94);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vis-contact-hero__eyebrow img {
    display: block;
    width: 62px;
    height: auto;
}

.vis-contact-card__eyebrow {
    background: rgba(24, 80, 159, 0.08);
    color: #18509f;
}

.vis-contact-hero__title,
.vis-contact-card__title {
    margin: 0;
    color: inherit;
    font-size: clamp(30px, 3.2vw, 50px);
    line-height: 1.08;
}

.vis-contact-card__title {
    font-size: clamp(22px, 2vw, 32px);
    color: #173054;
}

.vis-contact-hero__text,
.vis-contact-card__text,
.vis-contact-card__desc,
.vis-contact-hero__note {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.72;
}

.vis-contact-hero__text,
.vis-contact-hero__note {
    color: rgba(255, 255, 255, 0.86);
}

.vis-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.vis-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.vis-contact-btn:hover {
    transform: translateY(-1px);
}

.vis-contact-btn--primary {
    background: #ffffff;
    color: #18509f;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.14);
}

.vis-contact-btn--ghost {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.vis-contact-hero__panel {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.vis-contact-hero__metric + .vis-contact-hero__metric {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.vis-contact-hero__metric-label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vis-contact-hero__metric strong {
    display: block;
    color: #fff;
    font-size: clamp(18px, 1.9vw, 26px);
    line-height: 1.25;
}

.vis-contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 24px;
    margin-top: 26px;
}

.vis-contact-shell__left,
.vis-contact-shell__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vis-contact-card,
.vis-contact-form-card {
    padding: 28px;
    border: 1px solid rgba(24, 80, 159, 0.09);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 30px rgba(19, 59, 109, 0.08);
}

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

.vis-contact-card--info {
    position: relative;
    overflow: hidden;
}

.vis-contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: rgba(24, 80, 159, 0.08);
}

.vis-contact-card__icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.vis-contact-card__label {
    margin: 0;
    color: #18509f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vis-contact-card__value {
    display: block;
    margin-top: 10px;
    color: #173054;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.vis-contact-card__value:hover {
    color: #18509f;
}

.vis-contact-form-card__head {
    margin-bottom: 22px;
}

.vis-contact-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.vis-contact-notice--success {
    background: rgba(33, 164, 102, 0.12);
    color: #0f7a48;
}

.vis-contact-notice--error {
    background: rgba(194, 50, 66, 0.11);
    color: #b22639;
}

.vis-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vis-contact-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vis-contact-field--full {
    grid-column: 1 / -1;
}

.vis-contact-field span {
    color: #173054;
    font-size: 13px;
    font-weight: 700;
}

.vis-contact-field input,
.vis-contact-field select,
.vis-contact-field textarea {
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(24, 80, 159, 0.14);
    border-radius: 16px;
    background: #f7fbff;
    box-shadow: none;
    color: #173054;
    font-size: 14px;
}

.vis-contact-field select {
    min-height: 56px;
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 46px;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #18509f 50%),
        linear-gradient(135deg, #18509f 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 1px),
        calc(100% - 16px) calc(50% - 1px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.vis-contact-field select option {
    color: #173054;
}

.vis-contact-field input:focus,
.vis-contact-field select:focus,
.vis-contact-field textarea:focus {
    border-color: rgba(24, 80, 159, 0.45);
    background: #ffffff;
}

.vis-contact-form__submit {
    width: 100%;
    margin-top: 18px;
}

.vis-contact-offices {
    margin-top: 26px;
    padding: 30px;
    border: 1px solid rgba(24, 80, 159, 0.09);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 30px rgba(19, 59, 109, 0.08);
}

.vis-contact-offices__head {
    margin-bottom: 22px;
}

.vis-contact-offices__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.vis-contact-office-card {
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6fd 100%);
    border: 1px solid rgba(24, 80, 159, 0.1);
}

.vis-contact-office-card__title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #18509f;
    font-size: 22px;
    line-height: 1.2;
}

.vis-contact-office-card__icon {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.vis-contact-office-card__address {
    margin: 14px 0 0;
    color: #173054;
    font-size: 15px;
    line-height: 1.75;
}

.vis-contact-office-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 16px;
}

.vis-contact-office-card__meta a {
    color: #18509f;
    font-size: 14px;
    font-weight: 700;
}

.vis-contact-office-card__note {
    margin: 14px 0 0;
    color: #4b6285;
    font-size: 14px;
    line-height: 1.65;
}

.vis-contact-form__honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 849px) {
    .vis-contact-page {
        padding-top: 22px;
        padding-bottom: 42px;
    }

    .vis-contact-hero,
    .vis-contact-shell,
    .vis-contact-form__grid,
    .vis-contact-info-grid,
    .vis-contact-offices__grid {
        grid-template-columns: 1fr;
    }

    .vis-contact-hero,
    .vis-contact-card,
    .vis-contact-form-card,
    .vis-contact-offices {
        padding: 24px;
    }

    .vis-contact-card__value {
        font-size: 20px;
    }
}
