.lgpd-form{margin-top:32px}.lgpd-form__row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.lgpd-form__group{margin-bottom:24px}.lgpd-form__label{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:.6875rem;font-weight:600;display:block}.lgpd-form__optional{letter-spacing:.02em;text-transform:none;opacity:.6;font-weight:400}.lgpd-form__input{width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--black);border:1px solid var(--border-light);-webkit-appearance:none;border-radius:2px;outline:none;padding:14px 18px;font-size:.9375rem;font-weight:400;transition:all .3s}.lgpd-form__input::placeholder{color:var(--text-muted);opacity:.4}.lgpd-form__input:hover{border-color:#ffffff1f}.lgpd-form__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #8c6a3b1a}.lgpd-form__input--error,.lgpd-form__input--error:hover,.lgpd-form__input--error:focus{border-color:#8b3a3a;box-shadow:0 0 0 3px #8b3a3a1a}.lgpd-form__select{cursor:pointer;appearance:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238C6A3B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:44px}.lgpd-form__select option{background:var(--black-card);color:var(--text-primary)}.lgpd-form__textarea{resize:vertical;min-height:120px;line-height:1.7}.lgpd-form__submit{justify-content:center;gap:10px;width:100%;margin-top:8px;padding:16px 32px;font-size:.9375rem}.lgpd-form__submit:disabled{opacity:.6;cursor:not-allowed}.lgpd-form__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite lgpdSpin}@keyframes lgpdSpin{to{transform:rotate(360deg)}}.lgpd-form__feedback{text-align:center;border-radius:2px;margin-top:20px;padding:16px 20px;font-size:.875rem;line-height:1.6}.lgpd-form__feedback--error{color:#c27070;background:#8b3a3a1a;border:1px solid #8b3a3a40}.lgpd-form__feedback--success{color:var(--accent);background:#8c6a3b14;border:1px solid #8c6a3b33}@media (max-width:768px){.lgpd-form__row{grid-template-columns:1fr;gap:0}}
