.studio-inquiry-wrapper_73c8400a {
    box-sizing: border-box;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.studio-form-title_73c8400a {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.studio-form-subtitle_73c8400a {
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.8;
}

.studio-form-info_73c8400a {
    margin: 0 0 24px 0;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    border-left: 3px solid #61CE70;
    padding-left: 12px;
}

.form-group_73c8400a {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.field-label_73c8400a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.input-field_73c8400a {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: inherit;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.25s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.input-field_73c8400a::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.textarea_73c8400a {
    min-height: 110px;
    resize: vertical;
}

.btn-submit_73c8400a {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    transition: opacity 0.25s ease, transform 0.1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit_73c8400a:hover {
    opacity: 0.9;
}

.btn-submit_73c8400a:active {
    transform: scale(0.98);
}

.btn-submit_73c8400a[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-response-message_73c8400a {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.form-response-message_73c8400a.success {
    color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
    padding: 10px;
    border: 1px solid rgba(76, 175, 80, 0.2);
}

.form-response-message_73c8400a.error {
    color: #F44336;
    background-color: rgba(244, 67, 54, 0.1);
    padding: 10px;
    border: 1px solid rgba(244, 67, 54, 0.2);
}
