.let-contact-wrap,
.let-contact-wrap * {
    box-sizing: border-box;
}

.let-contact-wrap {
    width: 100%;
    max-width: 680px !important;
    margin: 0 !important;
    font-family: inherit;
    color: #08213f;
}

.let-contact-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 34px !important;
    background: #ffffff !important;
    border: 1px solid #e5ecf6 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 45px rgba(12, 31, 63, .10);
}

.let-contact-card-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background: #203C8A;
}

.let-contact-title {
    margin: 0 0 24px !important;
    color: #08213f !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
}

.let-contact-form {
    width: 100%;
    margin: 0;
}

.let-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px;
}

.let-contact-field {
    margin: 0 0 20px;
}

.let-contact-field label {
    display: block !important;
    margin: 0 0 9px !important;
    color: #071f3d;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.let-contact-field label span {
    color: #d82424;
}

.let-contact-field input,
.let-contact-field textarea {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    border: 1px solid #cfd8e6 !important;
    border-radius: 13px !important;
    background: #f8fafd !important;
    color: #071f3d !important;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    outline: none;
    box-shadow: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    appearance: none;
}

.let-contact-field input {
    height: 52px !important;
    padding: 0 16px !important;
}

.let-contact-field textarea {
    min-height: 160px !important;
    padding: 15px 16px !important;
    resize: vertical;
}

.let-contact-field input::placeholder,
.let-contact-field textarea::placeholder {
    color: #9aa6b6;
    opacity: 1;
    font-weight: 500;
}

.let-contact-field input:focus,
.let-contact-field textarea:focus {
    background: #ffffff !important;
    border-color: #203C8A !important;
    box-shadow: 0 0 0 4px rgba(32, 60, 138, .13) !important;
}

.let-contact-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 14px 22px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #203C8A !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(32, 60, 138, .24) !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.let-contact-submit:hover,
.let-contact-submit:focus {
    background: #14316f !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(32, 60, 138, .30) !important;
}

.let-contact-notice {
    width: 100%;
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.let-contact-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
}

.let-contact-error {
    background: #fff1f0;
    border: 1px solid #fecaca;
    color: #b42318;
}

@media (max-width: 700px) {
    .let-contact-card {
        padding: 28px 20px 24px;
        border-radius: 18px;
    }

    .let-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 0;
    }

    .let-contact-field textarea {
        min-height: 145px;
    }
}
