.contact-section {
    background: #f4f4f4;
    padding: 36px 20px;
}

.contact-section__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    min-height: 560px;
}

.contact-panel {
    width: 29%;
    min-width: 300px;
    background: #bdcae0;
    color: #101828;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 36px 24px;
    gap: 18px;
}

.contact-panel img {
    width: 210px;
    height: auto;
}

.contact-panel h3 {
    color: var(--brand-color);
    font-size: 44px;
    line-height: 0.98;
}

.contact-panel p {
    font-size: 17px;
    line-height: 1.2;
}

.contact-panel strong {
    font-size: 32px;
    color: #111827;
}

.contact-panel strong .phone-blue {
    color: var(--brand-color);
}

.contact-main {
    width: 71%;
    background: #efefef;
    padding: 34px 54px 34px;
}

.contact-main h2 {
    text-align: center;
    color: var(--brand-color);
    font-size: 36px;
    margin-bottom: 18px;
}

.contact-main > p {
    text-align: center;
    color: #111827;
    font-size: 20px;
    line-height: 1.25;
    max-width: 1020px;
    margin: 0 auto 24px;
}

#jssf.jssf-form-container {
    max-width: 980px;
    margin: 0 auto;
}

.jssf-form-response-display {
    margin-bottom: 14px;
    border: 2px solid #d8d8d8;
    border-radius: 6px;
    background: #ffffff;
    padding: 12px 14px;
}

.jssf-form-response-text {
    color: var(--brand-color);
    font-size: 14px;
    line-height: 1.35;
}

.jssf-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jssf-form-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.jssf-form-left-container,
.jssf-form-right-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jssf-form-left-container::before,
.jssf-form-right-container #object.jssf-form-field label,
.jssf-form-right-container #message.jssf-form-field label {
    color: #111827;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}

.jssf-form-left-container::before {
    content: "Informations";
    margin-bottom: 4px;
}

.jssf-form-left-container .jssf-form-field label {
    display: none;
}

.jssf-form-right-container #object.jssf-form-field .jssf-form-field-sub-div,
.jssf-form-right-container #message.jssf-form-field .jssf-form-field-sub-div {
    gap: 8px;
}

.jssf-form-right-container #object.jssf-form-field label {
    display: block;
}

.jssf-form-right-container #message.jssf-form-field label {
    display: block;
}

.jssf-form-field-sub-div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.jssf-form-field input,
.jssf-form-field textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #bdcae0;
    color: #5e7fb8;
    font-size: 20px;
    padding: 8px 12px;
    line-height: 1.1;
}

.jssf-form-field input::placeholder,
.jssf-form-field textarea::placeholder {
    color: #6b87bc;
    opacity: 1;
}

.jssf-form-field textarea {
    min-height: 180px;
    resize: none;
}

#firstname.jssf-form-field input,
#name.jssf-form-field input,
#company.jssf-form-field input,
#phone.jssf-form-field input,
#email.jssf-form-field input {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 12px 50%;
    background-size: 18px 18px;
}

#firstname.jssf-form-field input,
#name.jssf-form-field input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d4697'%3E%3Cpath d='M12 12a4.5 4.5 0 1 0-4.5-4.5A4.5 4.5 0 0 0 12 12zm0 2c-4.1 0-7.5 2.3-7.5 5v1h15v-1c0-2.7-3.4-5-7.5-5z'/%3E%3C/svg%3E");
}

#company.jssf-form-field input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d4697'%3E%3Cpath d='M4 7h16a1 1 0 0 1 1 1v11H3V8a1 1 0 0 1 1-1zm3-3h10v2H7z'/%3E%3C/svg%3E");
}

#phone.jssf-form-field input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d4697'%3E%3Cpath d='M6.6 2h3.6c.6 0 1 .4 1.1.9l.7 3.7c.1.5-.1 1-.5 1.3l-2 1.7a14.7 14.7 0 0 0 4.9 4.9l1.7-2c.3-.4.8-.6 1.3-.5l3.7.7c.5.1.9.5.9 1.1v3.6c0 .6-.5 1.1-1.1 1.1C10.5 20.5 3.5 13.5 3.5 4.1 3.5 3.5 4 3 4.6 3z'/%3E%3C/svg%3E");
}

#email.jssf-form-field input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d4697'%3E%3Cpath d='M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5zm2 1.2v.1l7 4.6 7-4.6v-.1a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5z'/%3E%3C/svg%3E");
}

.jssf-form-end-container {
    margin-top: 4px;
    display: flex;
    justify-content: center;
}

#rgpd.jssf-form-field .jssf-form-field-sub-div {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

#rgpd.jssf-form-field label {
    display: none;
}

#rgpd.jssf-form-field input {
    width: 22px;
    height: 22px;
    margin-top: 2px;
}

.jssf-form-checkbox-text {
    color: #111827;
    font-style: italic;
    font-size: 14px;
    line-height: 1.28;
}

.jssf-form-validation-message {
    font-size: 13px;
    margin-top: 3px;
}

.jssf-form-button {
    margin: 6px auto 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    max-width: 100%;
    border: 0;
    background: var(--button-bg);
    color: var(--brand-color);
    border-radius: 0;
    padding: 12px 16px;
    cursor: pointer;
    align-self: center;
}

.jssf-form-button::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d4697'%3E%3Cpath d='M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5zm2 1.2v.1l7 4.6 7-4.6v-.1a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5z'/%3E%3C/svg%3E");
}

.jssf-form-button-text {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

#jssf .jssf-form-button {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1200px) {
    .contact-section {
        padding: 36px 20px;
    }

    .contact-section__inner {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column;
    }

    .contact-panel,
    .contact-main {
        width: 100%;
    }

    .contact-panel {
        min-width: 0;
        padding: 28px 20px;
    }

    .contact-panel img {
        width: 160px;
    }

    .contact-panel h3 {
        font-size: 30px;
    }

    .contact-panel strong {
        font-size: 32px;
    }

    .contact-main {
        padding: 26px 18px;
    }

    #jssf.jssf-form-container {
        max-width: 700px;
        margin: 0 auto;
    }

    .contact-main h2 {
        font-size: 30px;
    }

    .contact-main > p {
        font-size: 18px;
    }

    .jssf-form-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jssf-form-left-container::before,
    .jssf-form-right-container #object.jssf-form-field label,
    .jssf-form-right-container #message.jssf-form-field label {
        font-size: 20px;
    }

    .jssf-form-field input,
    .jssf-form-field textarea,
    .jssf-form-button-text {
        font-size: 18px;
    }

    .jssf-form-checkbox-text {
        font-size: 16px;
    }

    .jssf-form-button {
        width: 100%;
        max-width: 280px;
        padding: 11px 12px;
    }
}
