.demo-notice {
    margin: 0 0 24px;
    padding: 14px 18px;
    border: 1px solid rgba(215, 165, 178, .6);
    background: rgba(255, 247, 249, .95);
    color: #6d3e49;
    text-align: center;
}

.demo-form {
    margin-top: 36px;
    padding: clamp(24px, 5vw, 48px);
    border: 1px solid #ead9dd;
    background: #fff;
}

.demo-form h3 {
    margin-bottom: 12px;
    text-align: center;
}

.demo-form__lead {
    margin-bottom: 24px;
    text-align: center;
}

.demo-form__field {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.demo-form__field label {
    font-weight: 700;
}

.demo-form__field input,
.demo-form__field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccbfc2;
    border-radius: 0;
    background: #fff;
    color: #332b2d;
    font: inherit;
}

.demo-form__field textarea {
    min-height: 140px;
    resize: vertical;
}

.demo-form__field input:focus,
.demo-form__field textarea:focus {
    outline: 2px solid #d7a5b2;
    outline-offset: 2px;
}

.demo-form__required {
    margin-left: .5em;
    color: #a4324e;
    font-size: .8em;
}

.demo-form__result {
    min-height: 1.6em;
    margin-top: 16px;
    color: #8b2440;
    font-weight: 700;
    text-align: center;
}

.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}
