/* ===== ФОРМА (ID rec2084225211) ===== */
#rec2084225211 {
    position: relative;
    z-index: 20;
}

/* СТЕКЛЯННАЯ КАРТОЧКА (плотная, с тенью) */
#rec2084225211 .t-form__formbox {
    background: rgba(26, 26, 26, 0.65) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(33, 77, 188, 0.6) !important;
    border-radius: 48px !important;
    padding: 48px !important;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3) !important;
}

/* ЗАГОЛОВОК ФОРМЫ */
#rec2084225211 .t-form__title {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    text-align: center !important;
    margin-bottom: 32px !important;
    font-family: 'Raleway', sans-serif !important;
}

/* ПОДПИСИ ПОЛЕЙ */
#rec2084225211 .t-input__label,
#rec2084225211 .t-textarea__label,
#rec2084225211 label[class*="t-input__label"],
#rec2084225211 .t-input-group label {
    color: #E0E0E0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* ПОЛЯ ВВОДА */
#rec2084225211 .t-input,
#rec2084225211 .t-textarea {
    background: rgba(26, 26, 26, 0.75) !important;
    border: 1px solid rgba(33, 77, 188, 0.5) !important;
    border-radius: 24px !important;
    color: #FFFFFF !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    padding: 16px 20px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#rec2084225211 .t-input:focus,
#rec2084225211 .t-textarea:focus {
    border-color: #214DBC !important;
    box-shadow: 0 0 12px rgba(33, 77, 188, 0.4) !important;
    background: rgba(26, 26, 26, 0.9) !important;
}

/* ПЛЕЙСХОЛДЕРЫ */
#rec2084225211 .t-input::placeholder,
#rec2084225211 .t-textarea::placeholder {
    color: #AAAAAA !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
}

/* КНОПКА */
#rec2084225211 .t-submit {
    background: transparent !important;
    border: 2px solid #214DBC !important;
    color: #FFFFFF !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    padding: 14px 40px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    margin-top: 24px !important;
    display: inline-block !important;
    width: auto !important;
}

#rec2084225211 .t-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 0 16px rgba(33, 77, 188, 0.5) !important;
    background: rgba(33, 77, 188, 0.1) !important;
}