.aventiq-bjj-trial-form {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(2, 12, 27, 0.06);
    padding: 1.25rem;
    max-width: 680px;
    margin: 0 auto;
}

.aventiq-bjj-trainings .notice {
    border: 1px solid transparent;
    border-left-width: 4px;
    border-radius: 10px;
    margin: 0 0 1rem;
    padding: .7rem .9rem;
}

.aventiq-bjj-trainings .notice p {
    margin: 0;
}

.aventiq-bjj-trainings .notice-success {
    background: #edfaef;
    border-color: #1e8e3e;
    color: #0f5f28;
}

.aventiq-bjj-trainings .notice-error {
    background: #fcf0f1;
    border-color: #d63638;
    color: #8a2424;
}

.aventiq-bjj-trainings .notice-warning {
    background: #fff8e5;
    border-color: #b26a00;
    color: #7a4700;
}

.aventiq-bjj-trial-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.aventiq-bjj-trial-form__field {
    margin: 0 0 1rem;
    min-width: 0;
}

.aventiq-bjj-trial-form__field label {
    display: block;
    font-weight: 600;
    margin-bottom: .4rem;
}

.aventiq-bjj-trial-form__field input,
.aventiq-bjj-trial-form__field select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid #c3c4c7;
    padding: .55rem .75rem;
}

.aventiq-bjj-trial-form__help {
    display: block;
    margin-top: .35rem;
    color: #6c7781;
    font-size: .75rem;
    line-height: 1.35;
}

.aventiq-bjj-trial-form__field input:focus,
.aventiq-bjj-trial-form__field select:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.15);
    outline: none;
}

.aventiq-bjj-trial-form__field input.is-invalid,
.aventiq-bjj-trial-form__field select.is-invalid {
    border-color: #d63638;
    box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.15);
    background: #fcf0f1;
}

.aventiq-bjj-trial-form__field input.is-invalid:focus,
.aventiq-bjj-trial-form__field select.is-invalid:focus {
    border-color: #d63638;
    box-shadow: 0 0 0 3px rgba(214, 54, 56, 0.22);
}

.aventiq-bjj-trial-form__consent {
    margin: .5rem 0 1rem;
}

.aventiq-bjj-trial-form__consent-label {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    line-height: 1.4;
}

.aventiq-bjj-trial-form__consent-label input.is-invalid {
    outline: 2px solid #d63638;
    outline-offset: 2px;
}

.aventiq-bjj-trial-form__actions {
    margin: 0;
}

.aventiq-bjj-trial-form__actions .button {
    border-radius: 999px;
    border: 1px solid #135e96;
    background: linear-gradient(135deg, #2271b1, #1b5f96);
    color: #fff;
    font-weight: 700;
    padding: .7rem 1.5rem;
    box-shadow: 0 8px 18px rgba(34, 113, 177, 0.28);
}

.aventiq-bjj-trial-form__actions .button:hover,
.aventiq-bjj-trial-form__actions .button:focus-visible {
    background: linear-gradient(135deg, #1b5f96, #174f7c);
    border-color: #174f7c;
    color: #fff;
}

.aventiq-bjj-trial-form__actions .button[disabled] {
    opacity: .55;
    cursor: not-allowed;
    filter: grayscale(25%);
    box-shadow: none;
}

.aventiq-bjj-form-errors {
    margin: .4rem 0 0 1rem;
}

@media (max-width: 782px) {
    .aventiq-bjj-trial-form__grid {
        grid-template-columns: 1fr;
    }
}
