.ff360-diagnostico-form-wrap {
    background: #ffffff;
    border: 1px solid #d9e2ef;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    margin: 24px auto;
    max-width: 760px;
    padding: 28px;
}

.ff360-diagnostico-form {
    display: grid;
    gap: 18px;
}

.ff360-diagnostico-field label {
    color: #102033;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.ff360-diagnostico-field input,
.ff360-diagnostico-field select,
.ff360-diagnostico-field textarea {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-sizing: border-box;
    color: #102033;
    font-size: 16px;
    max-width: 100%;
    padding: 12px 14px;
    width: 100%;
}

.ff360-diagnostico-field textarea {
    resize: vertical;
}

.ff360-diagnostico-submit {
    align-items: center;
    background: #0b63ce;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    padding: 14px 24px;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.ff360-diagnostico-submit:hover,
.ff360-diagnostico-submit:focus {
    box-shadow: 0 10px 22px rgba(11, 99, 206, 0.25);
    transform: translateY(-1px);
}

.ff360-diagnostico-message {
    border-radius: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.ff360-diagnostico-success {
    background: #eaf8ef;
    border: 1px solid #b9e6c9;
    color: #176b37;
}

.ff360-diagnostico-error {
    background: #fff3f2;
    border: 1px solid #f4b8b3;
    color: #a22c24;
}

.ff360-diagnostico-hp {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

@media (max-width: 640px) {
    .ff360-diagnostico-form-wrap {
        border-radius: 14px;
        margin: 16px auto;
        padding: 20px;
    }

    .ff360-diagnostico-submit {
        width: 100%;
    }
}
