.wpcf7 {
    margin: 18px 0;
}

.wpcf7 form {
    display: grid;
    gap: 12px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(143, 97, 160, 0.6);
    background: #120f18;
    color: #ffffff;
    padding: 10px 12px;
    font-family: inherit;
}

.wpcf7 textarea {
    min-height: 130px;
    resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #f2e6d0;
    box-shadow: 0 0 0 2px rgba(242, 230, 208, 0.15);
}

.wpcf7 .wpcf7-submit {
    background: linear-gradient(130deg, #6c4174, #8f61a0);
    border: 0;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.wpcf7 .wpcf7-submit:hover {
    filter: brightness(1.05);
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 0.9rem;
}
